keepass2android/src/KeePassLib2Android
2013-07-17 16:26:12 +02:00
..
Collections Commit of initial kdbx load perf testing and optimisations 2013-06-15 20:12:46 +01:00
Cryptography initial release 0.5.0 BETA 2013-02-23 17:45:00 +01:00
Delegates Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
Interfaces Commit of initial kdbx load perf testing and optimisations 2013-06-15 20:12:46 +01:00
Keys Added custom logger for better tracability of problems 2013-07-06 16:10:33 +02:00
Native * Introduced IFileStorage interface: Better abstraction than current IOConnection (suitable for cloud support). Currently only implemented by the built-in IOConnection (local/http/ftp) 2013-07-09 09:59:17 +02:00
Properties Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
Resources Clarified Yes/No buttons in Merge question dialog 2013-07-17 16:26:12 +02:00
Security initial release 0.5.0 BETA 2013-02-23 17:45:00 +01:00
Serialization Merge branch 'master' of https://git01.codeplex.com/keepass2android 2013-07-13 19:54:09 +01:00
Translation initial release 0.5.0 BETA 2013-02-23 17:45:00 +01:00
Utility Commit of initial kdbx load perf testing and optimisations 2013-06-15 20:12:46 +01:00
.gitignore Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
KeePassLib2Android.csproj Merge branch 'ProtocolBuffers' of https://git01.codeplex.com/forks/alexvallat/keepass2androidperfopt into AlexVallat/ProtocolBuffers 2013-07-09 11:03:31 +02:00
KeePassLib.pfx Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
Kp2aLog.cs Added custom logger for better tracability of problems 2013-07-06 16:10:33 +02:00
PwCustomIcon.cs Fixed reference equality checks for PwUuid 2013-07-13 08:14:32 +01:00
PwDatabase.cs PwDatabase: Save method now preserves the file format (kdbp vs. kdbx) 2013-07-13 07:57:34 +02:00
PwDefs.cs Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
PwDeletedObject.cs Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
PwEntry.cs Bug fixing 2013-06-21 17:56:50 +01:00
PwEnums.cs Unmodified KeepassLib from KeePass Desktop v2.20 2013-02-23 14:24:43 +01:00
PwGroup.cs Bug fixing 2013-06-21 17:56:50 +01:00
PwUuid.cs Perf shortcut for PwUuid comparison. Don't write out Zero PwUuid's for custom icons (use null instead) 2013-07-13 09:20:48 +01:00