aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
Commit message (Expand)AuthorAgeFilesLines
* some changes to qr scan logicVincent Breitmoser2015-02-281-6/+46
* pass through messenger to certify service from ViewKeyActivityVincent Breitmoser2015-02-281-1/+21
* slightly longer color fade durationVincent Breitmoser2015-02-271-3/+3
* transition status color in key viewVincent Breitmoser2015-02-271-3/+30
* show refresh key progress inlineVincent Breitmoser2015-02-271-7/+125
* go to directly to certify screen after nfc importVincent Breitmoser2015-02-271-2/+2
* Simplify delete key dialogDominik Schürmann2015-02-271-2/+0
* Fingerprint verification, design fixes for qr code cardDominik Schürmann2015-02-261-36/+24
* Dont show verification icons in my key view, hide edit button for non-secret ...Dominik Schürmann2015-02-251-16/+41
* Invoke NFC buttonDominik Schürmann2015-02-251-0/+28
* Other icon for key exchangeDominik Schürmann2015-02-251-1/+1
* Design fixes for header, QR Code shared element transitionsDominik Schürmann2015-02-251-5/+42
* CardView and more header designDominik Schürmann2015-02-251-12/+21
* Fix menuDominik Schürmann2015-02-251-0/+2
* Toolbar: qr code in header, cleanup of fragmentDominik Schürmann2015-02-251-33/+221
* Bigger status icon in key viewDominik Schürmann2015-02-251-4/+6
* First work on new key view toolbarDominik Schürmann2015-02-251-40/+111
* Remove tabs in view keyDominik Schürmann2015-02-241-33/+17
* New advanced key viewDominik Schürmann2015-02-231-5/+5
* Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-291-1/+1
* Style tabs, add missing drawablesDominik Schürmann2015-01-151-24/+9
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
* Use Toolbar and new BaseActivityDominik Schürmann2015-01-131-4/+7
* Move advanced info into own activityDominik Schürmann2014-10-261-74/+4
* color experimentsDominik Schürmann2014-10-151-10/+2
* move around package structure a bitVincent Breitmoser2014-10-101-1/+1
* Add null check when retrieving key ids from contacts apiDominik Schürmann2014-10-021-0/+7
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-191-2/+1
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-6/+6
* work on OperationResultParcelVincent Breitmoser2014-09-141-3/+3
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-1/+1
* cache key s2k type in database, for later useVincent Breitmoser2014-09-021-1/+1
* remember "show advanced tabs" settingVincent Breitmoser2014-08-311-4/+7
* move key deletion into KeychainIntentHandlerVincent Breitmoser2014-08-201-2/+6
* return some more resultsDominik Schürmann2014-08-201-0/+1
* Optimize importsDominik Schürmann2014-08-051-2/+1
* Fix nullpointer, remove unused window featureDominik Schürmann2014-08-041-1/+0
* Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-041-1/+1
* Merge branch 'master' into improve-file-moremar-v-in2014-08-011-58/+17
|\
| * Use darker colorsDominik Schürmann2014-08-011-4/+4
| * move upload/update buttons from menu to buttonsVincent Breitmoser2014-07-311-30/+0
| * fix bug in UploadKeyActivity, minor work on uri handlingVincent Breitmoser2014-07-311-24/+13
* | Merge branch 'master' into improve-file-moremar-v-in2014-07-311-42/+46
|\|
| * Robots like coffee too...Dominik Schürmann2014-07-311-4/+4
| * Merge branch 'ditch-appmsg'Vincent Breitmoser2014-07-291-23/+10
| |\
| | * introduce EditKeyResult with transient UncachedKeyRing (half-baked!)Vincent Breitmoser2014-07-271-1/+1
| | * some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-2/+0
| | * use SuperToast instead of AppMsg in code, part 1Vincent Breitmoser2014-07-071-21/+10
| * | Use new icons in other key related activites, delete old iconsDominik Schürmann2014-07-281-1/+1
| * | Set visibility at lastDominik Schürmann2014-07-281-3/+3