mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Added list and adapter to handle profiles
This commit is contained in:
parent
ac1c2cf7df
commit
873299a224
7 changed files with 195 additions and 30 deletions
12
app/src/main/java/me/impy/aegis/KeyProfile.java
Normal file
12
app/src/main/java/me/impy/aegis/KeyProfile.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package me.impy.aegis;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import me.impy.aegis.crypto.KeyInfo;
|
||||
|
||||
public class KeyProfile implements Serializable {
|
||||
public String Name;
|
||||
public String Icon;
|
||||
public String Code;
|
||||
public KeyInfo KeyInfo;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue