keepass2android/src/Kp2aBusinessLogic
Philipp Crocoll bcbc225652 refactoring regarding AppTasks:
- AppTasks are now returned by ActivityResult through all AppTask-Related activities (includes ForwardResult)
 - AppTasks are now passed correctly even when using search (this fixes a problem that AppTasks like SearchUrl were not passed to EntryActivity so the App didn't return to the browser automatically)
 - AppTasks are deleted by ActivityResult or by checking for LaunchedFromHistory

Added option to leave app with db unlocked (this is even the default now!)

Added missing EntryActivity files
2014-05-16 17:15:43 +02:00
..
DataExchange Added option to export database 2014-01-27 22:47:08 -08:00
Io Fixed bug in IOConnection.cs: Errors when uploading data to http(s) were not handled correctly 2014-03-23 15:04:46 +01:00
Properties Minor modifications for KP2A offline and release 0.8.4 2013-07-17 23:11:28 +02:00
Resources Splitted keepass2android project into 2013-06-14 06:14:50 +02:00
Utils * added SFTP support 2013-12-31 09:46:57 +01:00
database refactoring regarding AppTasks: 2014-05-16 17:15:43 +02:00
IDrawableFactory.cs Refactoring: 2013-06-15 12:40:01 +02:00
IKp2aApp.cs fixed problems in certificate validation code (updates in Mono?) Also disabled linking in release to avoid problems. 2014-02-02 23:36:19 +01:00
IProgressDialog.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
KeyFileException.cs A little more refactoring: Removed/moved classes, some renames, ... 2013-06-15 22:02:48 +02:00
Kp2aBusinessLogic.csproj moved Android version dependent resources (-v11, -v14) to default folders. 2014-05-10 06:14:41 +02:00
PreferenceKey.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
ProgressDialogStatusLogger.cs Implemented UI for sync 2013-07-11 17:27:10 +02:00
ProgressTask.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
PwGroupEqualityFromIdComparer.cs Adaptions to 2.24 KPLib changes 2013-11-13 04:14:43 +01:00
PwUuidEqualityComparer.cs Adaptions to 2.24 KPLib changes 2013-11-13 04:14:43 +01:00
SearchDbHelper.cs Bugfix: crash when ":" in key string of protected fields 2014-01-02 20:30:15 +01:00
UiStringKey.cs Added option to export database 2014-01-27 22:47:08 -08:00