keepass2android/src/Kp2aBusinessLogic/database/edit
2013-11-22 21:47:13 +01:00
..
ActionOnFinish.cs Refactoring: 2013-06-15 12:40:01 +02:00
AddEntry.cs * 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
AddGroup.cs * 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
CreateDB.cs Drastically improved UI for creating a new database (own activity, file browser for key files, explanation texts, password generator, show password button) 2013-10-12 22:20:02 +02:00
DeleteEntry.cs database is correctly unloaded if saving fails 2013-08-28 14:00:36 +02:00
DeleteGroup.cs database is correctly unloaded if saving fails 2013-08-28 14:00:36 +02:00
DeleteRunnable.cs Adaptions to 2.24 KPLib changes 2013-11-13 04:14:43 +01:00
EditGroup.cs Groups can be edited 2013-09-03 22:58:15 +02:00
FileOnFinish.cs Refactoring: 2013-06-15 12:40:01 +02:00
LoadDB.cs fixed problems with OTP, completed implementation to work with cloud storage 2013-11-22 21:47:13 +01:00
MoveElement.cs Implemented moving of groups 2013-08-30 22:58:29 +02:00
OnFinish.cs * 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
RunnableOnFinish.cs * 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
SaveDB.cs Fixed SaveDb for CachingFileStorage and target file not existing 2013-08-08 20:40:35 +02:00
SetPassword.cs * 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
UpdateEntry.cs Adaptions to 2.24 KPLib changes 2013-11-13 04:14:43 +01:00