aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * working version of DecryptVerifyResultVincent Breitmoser2014-09-132-14/+26
| |
| * introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-133-52/+59
| |
* | deactivate screenshots in new PassphraseDialogActivityDominik Schürmann2014-09-131-0/+10
| |
* | More smaller UI fixesDominik Schürmann2014-09-132-0/+6
| |
* | If expired/revoked, disable both encrypt buttonsDominik Schürmann2014-09-131-0/+3
| |
* | Add new PassphraseDialogActivity, a transparent activity that only holds the ↵Dominik Schürmann2014-09-131-0/+357
| | | | | | | | passphrase dialog
* | Fix share to encrypt textDominik Schürmann2014-09-132-25/+22
| |
* | Use spannable directly instead of html conversion in SubkeysAdapterDominik Schürmann2014-09-131-10/+20
| |
* | Merge pull request #843 from da-kid/masterDominik Schürmann2014-09-132-1/+116
|\ \ | |/ |/| Implemented Pull2Refresh
| * Removed unnecessary querying of keyservers, reimplemented the ↵Daniel Albert2014-09-132-21/+61
| | | | | | | | ListAwareSwipeRefreshLayout and implemented a pull-lock in case there are no keyservers
| * Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-122-1/+76
| | | | | | | | | | | | Added KeyUpdateHelper and extended ProviderHelper for better fingerprint collection Added a class for handling the list in the swipe2refresh layout that prevents scrolling bugs Added Pull2Refresh to the KeyListFragment
* | promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-137-17/+17
|/
* fix key upload after certification (hopefully?)Vincent Breitmoser2014-09-121-4/+1
|
* add ui support for stripping subkeysVincent Breitmoser2014-09-113-16/+35
|
* add some comments to previous commitVincent Breitmoser2014-09-101-0/+4
|
* jury-rig broken sign mechanismVincent Breitmoser2014-09-092-13/+23
| | | | Should improve situation on #811
* Consolidate on database upgradeDominik Schürmann2014-09-092-9/+9
|
* introduce SingletonResult for... singleton resultsVincent Breitmoser2014-09-081-6/+2
|
* Properly handle uneditable key types in EditKeyFragmentVincent Breitmoser2014-09-081-9/+39
| | | | | | | More specifically, return an OperationResultParcel for stripped and divert-to-card keys, with an appropriate error message in the log. part of #828
* Revert changes in DecryptFileFragmentDominik Schürmann2014-09-081-17/+1
|
* Work on Yubikey decryptionDominik Schürmann2014-09-082-1/+18
|
* Yubikey: use PINDominik Schürmann2014-09-081-1/+1
|
* Dont show key_unavailable on pub keysDominik Schürmann2014-09-071-1/+2
|
* Remove SelectSecretKey, not used anymoreDominik Schürmann2014-09-073-519/+0
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-072-5/+54
|\
| * flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-072-5/+54
| |
* | API fixesDominik Schürmann2014-09-073-4/+4
|/
* Update and fix Intent APIDominik Schürmann2014-09-074-14/+16
|
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-076-22/+22
| | | | http://developer.android.com/guide/components/intents-filters.html
* add error text on bad passphraseVincent Breitmoser2014-09-071-1/+1
|