AlexVallat
b9aad79b62
Made pre-loading optional
...
Refactoring of PasswordActivity/QuickUnlock lifecycle
2013-08-07 18:34:43 +01: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
AlexVallat
84efaae462
Never hang on to reference to PwDatabase (allow it to be garbage collected when cleared)
2013-07-27 12:25:13 +01:00
AlexVallat
8a1136aa97
Added missing newline
2013-07-27 09:36:37 +01:00
AlexVallat
e3b707b529
Working, OngoingNotifications foreground only when QuickLocked
2013-07-27 09:22:39 +01:00
AlexVallat
8c8c94c454
Working, but service dies after sharing
2013-07-26 20:10:03 +01:00
AlexVallat
0006a19066
New icons
2013-07-25 17:56:44 +01:00
AlexVallat
d678c711fa
On master: Current working dir changes
2013-07-25 13:47:05 +01:00
AlexVallat
6c94824028
untracked files on master: cab539e
Merge branch 'master' of https://git01.codeplex.com/keepass2android
2013-07-25 13:47:05 +01:00
AlexVallat
cab539e85f
Merge branch 'master' of https://git01.codeplex.com/keepass2android
2013-07-24 08:12:45 +01:00
Philipp Crocoll
fa6555f01c
Updated Manifest files for 0.8.4c
2013-07-24 06:27:17 +02:00
Philipp Crocoll
0a26fdefbb
Fixed bug with AppSetting Timeout set to "never"
...
added more debugging output in TimeoutHelper.cs
2013-07-24 06:03:23 +02:00
Philipp Crocoll
9f3c2dfc06
Added translations for Keyboard from crowdin
2013-07-24 05:58:00 +02:00
Philipp Crocoll
896ce8dd6e
Added translations from crowdin
2013-07-24 05:54:28 +02:00
Philipp Crocoll
58a6e63be0
Bug fix: menu didn't work on Android 2.x due to search widget
2013-07-21 21:47:20 +02:00
Philipp Crocoll
c289346538
Bug fixes and debugging, -> v. 0.8.4b
2013-07-21 21:46:58 +02:00
Philipp Crocoll
b750dcfa31
Minor modifications for KP2A offline and release 0.8.4
2013-07-17 23:11:28 +02:00
Philipp Crocoll
ccc557f67b
Updated translations from Crowdin
2013-07-17 22:01:07 +02:00
Philipp Crocoll
b741b48369
New application logo by Niki Hüttner
2013-07-17 21:57:10 +02:00
AlexVallat
689f468b8f
Async load database encrypted bytes to memory while entering password
2013-07-17 19:19:17 +01:00
Philipp Crocoll
5699216c00
Clarified Yes/No buttons in Merge question dialog
2013-07-17 16:26:12 +02:00
AlexVallat
75297418c5
Always show an open database, if there is one, rather than the file selector
2013-07-16 19:16:38 +01:00
Philipp Crocoll
ed7a85dde7
fixed a bug with creating databases
2013-07-15 20:42:16 +02:00
AlexVallat
72ab132979
Made FindViewById usage compatible with older version of Mono for Android (not using generic overload)
2013-07-13 19:57:04 +01:00
AlexVallat
ee5cc47f74
Merge branch 'master' of https://git01.codeplex.com/keepass2android
2013-07-13 19:54:09 +01:00
Philipp Crocoll
99cbe84879
Added test for merge with kdbp file and fixed it in SaveDB
2013-07-13 20:13:45 +02:00
AlexVallat
d71a204b2c
Merge branch 'master' of https://git01.codeplex.com/keepass2android
2013-07-13 11:57:53 +01:00
Philipp Crocoll
30cdc6136f
+ missing resource file
2013-07-13 12:43:20 +02:00
AlexVallat
9f01e834d0
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
AlexVallat
bf84662857
Fixed reference equality checks for PwUuid
2013-07-13 08:14:32 +01:00
Philipp Crocoll
e887ce1db2
PwDatabase: Save method now preserves the file format (kdbp vs. kdbx)
...
SaveDb: fixed bug with catching exceptions
Added kdbp Tests
Changed versionCode for new preview release
2013-07-13 07:57:34 +02:00
Philipp Crocoll
f06ce9c58b
Changelog for 0.8.4
2013-07-12 17:03:57 +02:00
Philipp Crocoll
4c03c050e9
Merge branch 'AlexVallat/ProtocolBuffers'
2013-07-12 16:42:35 +02:00
Philipp Crocoll
7eb77ff414
Merge branch 'ProtocolBuffers' of https://git01.codeplex.com/forks/alexvallat/keepass2androidperfopt into AlexVallat/ProtocolBuffers
2013-07-12 16:41:18 +02:00
Philipp Crocoll
96f9746650
added file with credentials as partial, not included file
2013-07-12 16:40:20 +02:00
Philipp Crocoll
2de7790c30
Added test for domain user on WebDav server with partial class to contain the credentials (not checked in)
2013-07-12 16:39:55 +02:00
Philipp Crocoll
1391112148
removed nonsense test
2013-07-12 16:30:32 +02:00
Philipp Crocoll
1796040dc8
Manifest preparation for 0.8.4 preview and added kdbp for the view filter
2013-07-12 16:30:18 +02:00
AlexVallat
70c81d52ca
Changed to using monodroid compiled protobuf-net.dll to avoid linker error with release build.
2013-07-12 14:41:46 +01:00
Philipp Crocoll
3218d2f907
Improved editing of advanced fields,
...
display and toggle protected fields like password
2013-07-12 14:17:20 +02:00
Philipp Crocoll
43ea197fd5
Support for WebDav with domain users
2013-07-11 22:03:29 +02:00
Philipp Crocoll
deeaa673a5
Implemented UI for sync
...
Fixed bugs
2013-07-11 17:27:10 +02:00
Philipp Crocoll
16c08cbe8a
Merge branch 'ProtocolBuffers' of https://git01.codeplex.com/forks/alexvallat/keepass2androidperfopt into AlexVallat/ProtocolBuffers
...
Conflicts:
src/KeePassLib2Android/PwDatabase.cs
src/KeePassLib2Android/Serialization/KdbxFile.Read.cs
2013-07-09 11:03:31 +02:00
Philipp Crocoll
5a6564f897
removed TRACE definition
2013-07-09 10:29:59 +02:00
Philipp Crocoll
d90407fd2d
Merge https://git01.codeplex.com/forks/alexvallat/keepass2androidperfopt into AlexVallat/Keepass2AndroidPerfOpt
2013-07-09 10:13:26 +02:00
Philipp Crocoll
84aeb31fd0
* Introduced IFileStorage interface: Better abstraction than current IOConnection (suitable for cloud support). Currently only implemented by the built-in IOConnection (local/http/ftp)
...
* Implemented Merge functionality for SaveDB. UI is not yet implemented!
* Added tests for merge functionality
2013-07-09 09:59:17 +02:00
Philipp Crocoll
64e62cae70
Changed/Added logging
2013-07-06 16:12:40 +02:00
Philipp Crocoll
d35218da39
Changed logging, Added test
2013-07-06 16:12:00 +02:00
Philipp Crocoll
77856dc990
Switched to Kp2aLog
...
Added more debug logging
2013-07-06 16:11:38 +02:00