aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-231-0/+3
|\|
| * missed a secondary preference initializationVincent Breitmoser2014-09-231-0/+3
| |
* | DecryptTextActivity reworkDominik Schürmann2014-09-235-54/+93
|/
* disable pull to refresh in upper right cornerVincent Breitmoser2014-09-232-1/+26
| | | | | | | | While at the top of the list, the scroll bar handle is in the top right corner. Previously, dragging the handle from this position was difficult because touch events were intercepted by the pull to refresh handler. Closes #858
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-235-13/+29
|
* Hack to fix #805Dominik Schürmann2014-09-222-4/+57
|
* Fix possible nullpointer in ImportKeysFileFragmentDominik Schürmann2014-09-211-1/+1
|
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-214-10/+36
|
* Fix LogDisplayFragmentDominik Schürmann2014-09-211-10/+4
|
* Feature to change key configuration in create keyDominik Schürmann2014-09-215-47/+152
|
* Small UI fixesDominik Schürmann2014-09-212-4/+3
|
* Merge user ids in import list for better displayDominik Schürmann2014-09-211-17/+32
|
* key spinner fixesDominik Schürmann2014-09-212-27/+44
|
* settings code cleanupDominik Schürmann2014-09-211-18/+14
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-202-24/+63
| | | | database
* no monospace for key idsDominik Schürmann2014-09-204-21/+13
|
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-198-15/+71
|
* Remove certificate validation code from ViewCertActivity, they are already ↵Dominik Schürmann2014-09-191-26/+0
| | | | validated by import
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-4/+19
|
* Stop refreshing after all keys have been updatedDominik Schürmann2014-09-181-4/+4
|
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-1/+2
|
* Swipe-to-refresh fixesDominik Schürmann2014-09-182-27/+23
|
* Fix sign via APIDominik Schürmann2014-09-181-1/+1
|
* Use key icons in spinnersDominik Schürmann2014-09-175-40/+115
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-1746-110/+783
| | | | created ui.util for everything related to formatting
* PassphraseDialogActivity usage in Remote APIDominik Schürmann2014-09-171-19/+29
|
* Fix cleartext verifyDominik Schürmann2014-09-171-0/+7
|
* Passphrase handling in encryptDominik Schürmann2014-09-174-35/+77
|
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-178-155/+187
|
* Dont copy encrypted file to clipboard (dont know how that code ended up there)Dominik Schürmann2014-09-171-6/+1
|
* Work on new result handling (WIP)Dominik Schürmann2014-09-174-60/+102
|
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-1515-625/+538
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java OpenKeychain/src/main/res/values-de/strings.xml
| * Pull from transifexDominik Schürmann2014-09-151-1/+1
| |
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-1516-473/+214
| |\
| | * Change shuffle to rotate, and when merging ImportKeysList entries, if either ↵Tim Bray2014-09-131-3/+3
| | | | | | | | | | | | side is revoked/expired, the merge reflects that
| | * Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-139-433/+175
| | |
| * | New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-155-132/+303
| | | | | | | | | | | | non-decodable characters)
| * | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-142-4/+17
| |\ \
| * \ \ Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-142-4/+8
| |\ \ \
| * | | | First work on decryptDominik Schürmann2014-09-141-2/+2
| | | | |
* | | | | move LogLevel info into LogType enumVincent Breitmoser2014-09-151-4/+4
| |_|_|/ |/| | |
* | | | work on OperationResultParcelVincent Breitmoser2014-09-147-37/+36
| | | |
* | | | pending results are a type of non-successVincent Breitmoser2014-09-142-3/+3
| |_|/ |/| |
* | | add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-142-4/+17
| |/ |/|
* | Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-132-4/+8
|/
* Hack to disable overscroll effect of swipe to updateDominik Schürmann2014-09-132-15/+13
|
* Custom actionbar to indicate swipe down effectDominik Schürmann2014-09-131-0/+51
|
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-132-2/+4
| | | | Fixes #849
* Merge branch 'result-parcels'Vincent Breitmoser2014-09-133-51/+70
|\
| * add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-2/+2
| |