Philipp Crocoll
15fde6ff92
fixed variable name to follow style conventions
2013-09-17 04:53:14 +02:00
Philipp Crocoll
71c422d491
Merge branch 'Release086'
...
Conflicts:
src/keepass2android/Resources/Resource.designer.cs
2013-09-16 21:47:37 +02:00
Philipp Crocoll
a3e090d9d9
Release 0.8.6 nonet
2013-09-16 21:44:45 +02:00
Philipp Crocoll
0eb84927f1
Release 0.8.6 (non-offline-version)
2013-09-16 21:08:25 +02:00
Philipp Crocoll
2911119a24
improved error handling of DropboxFileStorage
2013-09-16 20:22:35 +02:00
Philipp Crocoll
fbd3aafe71
First version of Dropbox-Support (not yet really functional - no possible to select the file to open)
2013-09-15 20:08:14 +02:00
Philipp Crocoll
042ee03f56
fixed sizes of notification icons
2013-09-08 21:20:49 +02:00
Philipp Crocoll
27d07982f0
Preparations for 0.8.6 preview release
2013-09-06 22:56:29 +02:00
Philipp Crocoll
16a5960f7b
QuickUnlock icon can be hidden in settings
2013-09-06 20:12:12 +02:00
Philipp Crocoll
c7107c2673
Improved image quality of gray launcher icon (for notification bar)
...
Improved preferences by grouping entries under app settings
2013-09-06 06:41:52 +02:00
Philipp Crocoll
9418e42a7c
About-Dialog improvements and credit to more contributors.
2013-09-04 06:31:06 +02:00
Philipp Crocoll
48ad2b309b
support for twofish cipher
2013-09-03 23:10:59 +02:00
Philipp Crocoll
b9dce51afa
Groups can be edited
2013-09-03 22:58:15 +02:00
Philipp Crocoll
320f5e1fea
Bugfix: it's now possible again to close the app by pressing back button in QuickUnlock (especially import with Share URL search)
2013-09-03 21:57:13 +02:00
Philipp Crocoll
2ca50c5778
removed Caching related setting from NoNet
2013-09-03 21:37:43 +02:00
Philipp Crocoll
dd5710cf79
Moving of elements uses colors from resources
2013-09-01 22:12:48 +02:00
Philipp Crocoll
2afbbb37fc
Merge branch 'Release085'
2013-08-31 13:58:22 +02:00
Philipp Crocoll
63baf77df3
PasswordActivity.cs: show password is remembered during screen rotation.
...
German translation: fixed a string
2013-08-31 13:58:00 +02:00
Philipp Crocoll
d83e8b09b5
updated project.zip with new translations
2013-08-30 23:43:58 +02:00
Philipp Crocoll
0f5ff663da
Updated version number
2013-08-30 23:43:17 +02:00
Philipp Crocoll
5dbda0a01a
fixed whitespace
2013-08-30 23:42:06 +02:00
Philipp Crocoll
e921b94f70
Updated translations from crowdin
2013-08-30 23:41:57 +02:00
Philipp Crocoll
df875f959e
Merge branch 'AlexVallat/Keepass2AndroidPerfOpt' into Release085
...
Conflicts:
src/keepass2android/search/SearchResults.cs
2013-08-30 23:10:43 +02:00
Philipp Crocoll
e8ad5f0845
Implemented moving of groups
2013-08-30 22:58:29 +02:00
Philipp Crocoll
e1de3e2cbf
entries can be moved to other groups
2013-08-28 14:00:54 +02:00
Philipp Crocoll
964d0ea512
database is correctly unloaded if saving fails
2013-08-28 14:00:36 +02:00
AlexVallat
76af17cfa0
Search bug fixing
2013-08-16 18:46:05 +01:00
Philipp Crocoll
55e81ab25b
* fixed bug in SearchResults.cs: _db was always null
...
* refactoring of GroupView: removed GroupAddEntryView.cs, renamed GroupViewOnlyView.cs to GroupView with added method to set button visibility
* introduced AppTask for moving an element (but not yet implemented/used)
2013-08-16 14:26:06 +02:00
AlexVallat
bb0827ea51
Added serializer precompile to preload step for kdbp files
2013-08-15 18:49:27 +01:00
Philipp Crocoll
4cbc4542c2
updated version number and change log
2013-08-14 08:12:09 +02:00
Philipp Crocoll
273dd2ff65
updated translations from crowdin
2013-08-14 08:11:53 +02:00
Philipp Crocoll
04acfb99ed
Fixed problem with opening non-existing files through CachingFileStorage
2013-08-14 06:36:12 +02:00
Philipp Crocoll
e014b2c185
Merge branch 'AlexVallat/Keepass2AndroidPerfOpt'
...
Conflicts:
src/Kp2aBusinessLogic/database/edit/LoadDB.cs
2013-08-14 06:13:16 +02:00
Philipp Crocoll
05c131a745
Merge branch 'master' of https://git01.codeplex.com/forks/alexvallat/keepass2androidperfopt into AlexVallat/Keepass2AndroidPerfOpt
...
Conflicts:
src/keepass2android/PasswordActivity.cs
2013-08-14 06:09:26 +02:00
Philipp Crocoll
c63302ef5e
* CachingFileStorage: Added more callbacks to provide user with more information what's going on
...
* Changed TestCacheSupervisor for easier use of the many callbacks
* Adapted tests for new callbacks
* GroupBaseActivity: Added sync menu command
* Preferences: Added option to enable/disable offline caching
* App: don't lock database when user wants to reload. This is done in PasswordActivity and should be done there after the password was filled into the pw field
* CheckDatabaseForChanges.cs: used when syncing a non-cached database
2013-08-14 06:05:25 +02:00
Philipp Crocoll
d169cd3f5b
Bugfix: Search without context now working again (fixes resolving of references fields)
2013-08-14 05:59:26 +02:00
Philipp Crocoll
21f38a4eaa
define "RELEASE" in Release builds to make sure Debuggable is set to false
2013-08-13 21:52:17 +02:00
AlexVallat
8a193f5216
Better exception handling for pre-loading
2013-08-10 19:49:59 +01:00
Philipp Crocoll
370c937578
Merge branch 'AlexVallat/Keepass2AndroidPerfOpt'
...
Conflicts:
src/KeePassLib2Android/Serialization/IOConnection.cs
src/Kp2aBusinessLogic/IKp2aApp.cs
src/Kp2aBusinessLogic/database/Database.cs
src/keepass2android/Resources/Resource.designer.cs
src/keepass2android/app/App.cs
src/keepass2android/fileselect/FileSelectActivity.cs
2013-08-10 20:25:10 +02:00
Philipp Crocoll
27d75b4d5a
+ Manifest for Unit-Test project
2013-08-10 20:10:47 +02:00
Philipp Crocoll
96a4831758
Removed ExitChangeDb result code (no longer required)
...
Added "!IsFinisihing"
2013-08-10 20:09:13 +02:00
Philipp Crocoll
eaa426db33
FileSelectActivity is only shown when necessary or when explicitly selected by user
2013-08-09 22:31:30 +02:00
Philipp Crocoll
3b1b10385f
Merge branch 'master' of https://git01.codeplex.com/forks/alexvallat/keepass2androidperfopt into AlexVallat/Keepass2AndroidPerfOpt
...
Conflicts:
src/keepass2android/QuickUnlock.cs
2013-08-09 21:25:54 +02:00
Philipp Crocoll
525821e3b9
added ignores
2013-08-08 20:41:03 +02:00
Philipp Crocoll
a671c4f241
Fixed SaveDb for CachingFileStorage and target file not existing
...
-> + Tests
First, very simple implementation of ChangingFileStorage in KP2A App (preliminary)
2013-08-08 20:40:35 +02:00
AlexVallat
b9aad79b62
Made pre-loading optional
...
Refactoring of PasswordActivity/QuickUnlock lifecycle
2013-08-07 18:34:43 +01:00
Philipp Crocoll
289e10e1c4
Added tests and functionality to ensure that caching and syncing works when the remote file is removed.
...
Added UI strings for sync and cache functionality
2013-08-06 22:21:58 +02:00
Philipp Crocoll
3b905a354f
App locks the database before trying to reload.
2013-08-06 20:46:09 +02:00
AlexVallat
518479904a
Remove debugging delay, ensure prompt GC of memory used when loading DB
2013-08-04 09:40:26 +01:00
AlexVallat
f0dfdefd67
Load Database task async wait moved to LoadDb runnable rather than blocking UI thread (in case the file is very slow, or the user is very quick to enter their password)
...
Database Unlocked warning notification now uses a 4.1 extended "Lock Database" button, and the main action is now just to activate the app.
PasswordActivity no longer loads the database file into memory ready for loading if it's already loaded and we're showing QuickUnlock instead.
2013-08-03 19:58:01 +01:00