Master password loading improvements + changing + docs.
[ADDED] The master password can now be changed.
[IMPROVED] Flow of handling the master password when activating the app.
[IMPROVED] iTunesArtwork & icons.
[ADDED] Elements are now scoped to the current master password.
[ADDED] Lots of documentation for the user:
- Settings
- FAQ
- A quickstart guide
This commit is contained in:
@@ -13,14 +13,12 @@
|
||||
@interface OPElementEntity : NSManagedObject
|
||||
|
||||
@property (nonatomic, retain) NSString *name;
|
||||
@property (nonatomic, retain) NSString *mpHashHex;
|
||||
@property (nonatomic) int16_t type;
|
||||
@property (nonatomic) int16_t uses;
|
||||
@property (nonatomic) NSTimeInterval lastUsed;
|
||||
@property (nonatomic, retain) NSString *contentUTI;
|
||||
@property (nonatomic) int16_t contentType;
|
||||
|
||||
- (void)use;
|
||||
- (id)content;
|
||||
- (NSString *)contentDescription;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user