Commit Graph

  • 5a82ed99bf Implemented Save-Test Philipp Crocoll 2013-06-28 20:22:28 +02:00
  • 903de8368a More refactoring and introduction of further abstractions Added further tests Fixed test loading with keyfile only Philipp Crocoll 2013-06-25 21:27:41 +02:00
  • 41e9c80456 Strictly for experimentation. When saving a databse, it will be saved in protocol buffer format. Opening will work for either xml or protocol buffers. AlexVallat 2013-06-21 18:28:49 +01:00
  • 0b1f372a02 Bug fixing AlexVallat 2013-06-21 17:56:50 +01:00
  • a10d22010e CloneDeep fixes AlexVallat 2013-06-20 20:29:07 +01:00
  • dea5a7152f Merging in changes AlexVallat 2013-06-20 08:19:07 +01:00
  • f442a04520 Merge remote-tracking branch 'upstream/master' AlexVallat 2013-06-19 20:31:18 +01:00
  • 30cbc16051 Inline Search with suggestions AlexVallat 2013-06-19 18:44:35 +01:00
  • 4f49b073d8 Remove multi-threaded kdbx loading path AlexVallat 2013-06-19 16:59:54 +01:00
  • 0435ad54ca Merge branch 'master' of https://git01.codeplex.com/keepass2android Philipp Crocoll 2013-06-19 05:33:57 +02:00
  • 533c6f207e More refactoring Added first simple unit test Philipp Crocoll 2013-06-18 21:12:34 +02:00
  • 6588340b2f More refactoring Added first simple unit test Philipp Crocoll 2013-06-18 21:12:34 +02:00
  • 8b08baa51a A little more refactoring: Removed/moved classes, some renames, ... Added comments for most classes Philipp Crocoll 2013-06-15 22:02:48 +02:00
  • f157329cab Commit of initial kdbx load perf testing and optimisations AlexVallat 2013-06-15 20:12:46 +01:00
  • d2a06617eb Refactoring: Wiped out the historical partial Java naming conventions, replaced by C# removed unused fields/parameters removed many unused usings ... (Thanks to ReSharper :-)) Philipp Crocoll 2013-06-15 12:40:01 +02:00
  • 26575c4ba4 Splitted keepass2android project into - keepass2android: UI stuff only - Kp2aBusinessLogic: Password-Database related algorithms (even though tied to android, no UI required here) Philipp Crocoll 2013-06-14 06:14:50 +02:00
  • 9d8e10b236 translations and manifests for 0.8.3 Philipp Crocoll 2013-06-06 07:28:06 +02:00
  • ff9ea7b810 Prepare for v.0.8.3 preview release Philipp Crocoll 2013-06-01 22:56:12 +02:00
  • e639426e46 Bug fix: "working..."-dialog is now closed when saving is complete Philipp Crocoll 2013-06-01 22:18:17 +02:00
  • 98e1727fcc Replace (most) placeholders before copying to clipboard/keyboard Philipp Crocoll 2013-06-01 21:45:39 +02:00
  • 7e8e261dbb Remove spaces from filename before saving to cache Philipp Crocoll 2013-06-01 21:44:17 +02:00
  • 0c4f7d6aed * PasswordActivity: Password field requests focus and keyboard is opened * Automatic opening of keyboard selection dialog can be turned on/off in settings Philipp Crocoll 2013-06-01 19:24:42 +02:00
  • 40286f4f43 * added possibility to select another entry or create a new one from the Share-Url-Results activity * KP2A keyboard: allows to search for the current app * KP2A keyboard: when clicking "select (another) entry", KP2A is started an now closes automatically after selecting an entry Philipp Crocoll 2013-06-01 15:51:54 +02:00
  • bf139d9059 refactoring: interface IAppTask -> abstract class AppTask (allows to implement empty default behaviour in base class, removal of static helper class) preparations for new task (select entry then close) Philipp Crocoll 2013-05-30 08:29:08 +02:00
  • f080f13b20 Refactoring: Introduced "AppTask" concept for simple integration of further features Philipp Crocoll 2013-05-30 06:54:25 +02:00
  • 7c292ebd57 automatically bring up keyboard selection Philipp Crocoll 2013-05-22 06:37:59 +02:00
  • 26064a0327 slide left/right transitions PhilippC 2013-05-17 06:53:58 +02:00
  • e93e9307de Username can be displayed in lists PhilippC 2013-05-14 06:20:43 +02:00
  • 13d7062519 Prepare for release of Version 0.8.2 PhilippC 2013-05-12 22:43:06 +02:00
  • 7a065a9fdc Support for Digest Auth. Little "hacky" due to Bug (?) in Mono (for Android) PhilippC 2013-05-11 22:12:13 +02:00
  • 8238f9f76f Bugfix: Open URL opened Username in browser PhilippC 2013-05-11 22:11:42 +02:00
  • 7e0a4c9d20 Bugfix: OI really not required anymore for open dialog PhilippC 2013-05-11 22:11:11 +02:00
  • fd60316448 Now really fixed the problem with duplicate provider authority PhilippC 2013-05-07 06:07:32 +02:00
  • 5bb1553413 Strings (new translations, changelog) for 0.8.1 PhilippC 2013-05-07 06:07:05 +02:00
  • dac3858c5c added missing button style for 2.x PhilippC 2013-05-06 06:23:55 +02:00
  • 235d9fcc9c fixed problem with installing online+offline version PhilippC 2013-05-06 06:15:24 +02:00
  • cfe555fe83 Strings/Changelog 0.8 PhilippC 2013-05-06 05:28:13 +02:00
  • 8c4770d77a Changes to UI to fix new problems with 2.3. Philipp Crocoll 2013-04-28 22:46:31 +02:00
  • f025b9cb3d Allow deliberate file pickers when browsing for existing files (OI still required for save as) Philipp Crocoll 2013-04-26 12:43:06 +02:00
  • fa4cd5bf46 Merge branch 'UITesting' Philipp Crocoll 2013-04-26 12:08:50 +02:00
  • af54f644f2 added entry to .gitignore Philipp Crocoll 2013-04-26 10:13:12 +02:00
  • 35cb1ad588 removed debug output Philipp Crocoll 2013-04-26 10:12:07 +02:00
  • f736d9d676 Upgrade to ICS style Philipp Crocoll 2013-04-26 10:10:46 +02:00
  • a58e89f43b first changes to native Holo Light design PhilippC 2013-04-13 05:28:15 +02:00
  • f69cf73292 Small changes and new translations for v.0.7 PhilippC 2013-04-09 22:59:33 +02:00
  • 016a6998fb v 0.7 preview added donate option PhilippC 2013-04-06 20:26:16 +02:00
  • 59c13861ae Added switches to preference screen to select which notifications to display, fixed sorting of typable entries PhilippC 2013-04-06 15:09:54 +02:00
  • dd6b376abf First working version of KP2A Keyboard, but some features still missing PhilippC 2013-04-06 07:15:08 +02:00
  • 144f3d1e2c added java projects for softkeyboard PhilippC 2013-04-03 06:53:17 +02:00
  • 5ca110fd66 Support for native key transformation based on the method of Keepassdroid (performance improvement) PhilippC 2013-03-30 23:05:49 +01:00
  • de0dd676ef Updated Language files PhilippC 2013-03-23 21:27:51 +01:00
  • ff5f630c2e Added Changelog Added menu options for translate, rate, suggestions Improved URL search Changed Version to 0.6.2 PhilippC 2013-03-23 21:19:37 +01:00
  • 1106f618eb Search when pressing "Enter" button PhilippC 2013-03-21 01:22:27 +01:00
  • f5f6eb055b view intent also for offline version PhilippC 2013-03-21 01:10:05 +01:00
  • 8faf8b2392 View-Intent handled correctly for Online version PhilippC 2013-03-21 01:01:02 +01:00
  • de4f356b24 started with Browse-Intent PhilippC 2013-03-20 22:40:28 +01:00
  • a555697ff8 modified comments PhilippC 2013-03-19 04:22:39 +01:00
  • 79f0172770 Updated version to 0.6.1 in Manifests PhilippC 2013-03-19 04:14:22 +01:00
  • d052306add Updated translations from Crowdin PhilippC 2013-03-19 03:39:54 +01:00
  • 28c525cbf4 German translation of new features PhilippC 2013-03-17 06:36:13 +01:00
  • 6ba4068a28 ask for comfirmation when leaving edit entry with back buttom after making changes PhilippC 2013-03-17 06:25:53 +01:00
  • 5370e73639 Improved SearchForURL: if URL is facebook.com this will be displayed in the Host-Search results for www.facebook.com as well as for m.facebook.com PhilippC 2013-03-16 07:15:56 +01:00
  • 11e7172fe6 Fixed Bug: Search didn't work after creating DB PhilippC 2013-03-16 06:53:17 +01:00
  • b4784b2128 Added Check if Database changed PhilippC 2013-03-15 07:07:45 +01:00
  • 44ec0e0a04 Added Polish translations from Daniel Kukuła PhilippC 2013-03-14 20:50:41 +01:00
  • e19f8586d1 Set version to 0.6 PhilippC 2013-03-14 20:46:15 +01:00
  • 239b0e46ba fixed missing Theme Attribute for SearchActivity PhilippC 2013-03-09 06:04:37 +01:00
  • 1d05641e2a Added usage counter (maybe to be used later to ask people to rate the app) PhilippC 2013-03-06 21:25:30 +01:00
  • 5204292587 Added German translation for Confirm Recycle dialog PhilippC 2013-03-06 21:02:52 +01:00
  • fde771f73e * Enabled RecycleBin for Groups and Entries * Added (more or less empty) resource files for more languages PhilippC 2013-03-06 20:44:02 +01:00
  • 9837ee4ad4 Fixed wrong settings texts in German translation PhilippC 2013-03-02 19:49:22 +01:00
  • a4ccefd325 Field name field "fill_parent" PhilippC 2013-03-02 19:29:54 +01:00
  • 5ff25e8441 Fixed wrong label for Share URL intent. Improved German label. PhilippC 2013-03-02 19:28:49 +01:00
  • cf25cc58f0 Use Manifest for Online-Version in Debug PhilippC 2013-03-01 06:19:16 +01:00
  • 8f6ab13f40 Made width of Cancel buttons wrap_content where appropriate, use Android Cancel string PhilippC 2013-03-01 06:00:41 +01:00
  • c5c4332e74 resolved conflicts PhilippC 2013-02-27 22:17:26 +01:00
  • 049d4d9030 * Changed Activity Label/Launcher Text * Build Events to "activate" matching Manifest PhilippC 2013-02-27 22:11:44 +01:00
  • c6d2e26682 split Manifest for net/nonet PhilippC 2013-02-27 06:23:22 +01:00
  • 4d80e4e640 Fix as in master branch PhilippC 2013-02-27 05:54:13 +01:00
  • 6372a2e29e ReleaseNoNet created. Removed Internet permission from manifest. PhilippC 2013-02-27 05:50:57 +01:00
  • b844f78f6b used resources from Crowdin, some cleanup therefore, some more or less empty resource files PhilippC 2013-02-27 04:59:46 +01:00
  • 70d0ac870b used resources from Crowdin, some cleanup therefore, some more or less empty resource files PhilippC 2013-02-27 04:59:46 +01:00
  • 0eb05ba5b7 Support for armeabi PhilippC 2013-02-25 21:12:37 +01:00
  • a75265168a Update to v.0.5.2: Corrected typo in config.xml, German translation PhilippC 2013-02-25 19:54:03 +01:00
  • 19f7dcf26d initial release 0.5.0 BETA PhilippC 2013-02-23 17:43:42 +01:00
  • 36c1df19d4 Unmodified KeepassLib from KeePass Desktop v2.20 PhilippC 2013-02-23 14:24:43 +01:00