aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyAdvActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix key view toolbar and status colourThialfihar2015-07-211-1/+1
| | | | | | The status bar wrongly used the same colour as the toolbar, making it indistinguishable from it. This calculates the status bar colour based on the toolbar colour.
* Fix drawer background color for ViewKeyActivityThialfihar2015-07-211-2/+2
|
* Give key flag colors their own color namesThialfihar2015-07-211-2/+2
| | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* cleanup share fragment, fix sharing of fingerprintVincent Breitmoser2015-06-291-20/+14
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+1
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* object oriented split user idDominik Schürmann2015-03-161-3/+3
|
* Fix elevationDominik Schürmann2015-03-061-2/+2
|
* Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-6/+3
| | | | instead of EXPIRY where possible
* Reorder advanced key viewDominik Schürmann2015-02-271-6/+6
|
* Merge keybase-proof branchDominik Schürmann2015-02-271-0/+5
|
* CardView and more header designDominik Schürmann2015-02-251-0/+12
|
* Remove tabs in view keyDominik Schürmann2015-02-241-2/+2
|
* New advanced key viewDominik Schürmann2015-02-231-0/+240