aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-051-28/+0
|\ | | | | | | into jacobshack-certify
| * UI stuffDominik Schürmann2014-10-051-28/+0
| |
* | add support for second line in log viewVincent Breitmoser2014-10-051-28/+61
| |
* | add support for hierarchical log entriesVincent Breitmoser2014-10-051-3/+18
|/
* use status icons in public key selectionDominik Schürmann2014-10-055-105/+11
|
* even more layout neatificationVincent Breitmoser2014-10-051-17/+34
|
* more layout neatificationVincent Breitmoser2014-10-051-3/+20
|
* slight layout changes to keyspinner_itemVincent Breitmoser2014-10-052-6/+5
|
* use new multi certify, layout fixesDominik Schürmann2014-10-042-135/+139
|
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-041-7/+34
|\ | | | | | | into jacobshack-certify
| * add dividerDominik Schürmann2014-10-041-0/+6
| |
| * Pass imported master key ids via result parcelDominik Schürmann2014-10-041-7/+28
| |
* | implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-043-0/+195
|/
* Import code, fix collision of key spinner with other loadersDominik Schürmann2014-10-041-1/+1
|
* New add keys activityDominik Schürmann2014-10-041-0/+137
|
* Fix decrypt/verify from gmail/aosp mail with sharing intent, fix scrolling ↵Dominik Schürmann2014-10-011-73/+62
| | | | in decryt screen
* Add filterTouchesWhenObscured to prevent Touch-Event HijackingDominik Schürmann2014-10-012-0/+10
|
* Remove unused layoutsDominik Schürmann2014-09-292-35/+0
|
* Maybe fixes encrypt files on tabletsDominik Schürmann2014-09-293-1/+1
|
* Dont show keyboard by default in key creation to allow the user to get an ↵Dominik Schürmann2014-09-271-1/+1
| | | | overview what to type, use spannable where possible
* propose apps in apps listDominik Schürmann2014-09-241-0/+11
|
* add subtle attention seeker to decryptactivity with available clipboard dataVincent Breitmoser2014-09-241-0/+1
| | | | | | Thanks Cyril Mottier https://plus.google.com/+CyrilMottier/posts/FABaJhRMCuy
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ↵Dominik Schürmann2014-09-241-0/+30
| | | | need to separate
* Fix new decrypt buttonDominik Schürmann2014-09-241-3/+0
|
* cleanupDominik Schürmann2014-09-241-28/+0
|
* Button text for decryptDominik Schürmann2014-09-241-13/+74
|
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-3/+3
|
* Hack to fix #805Dominik Schürmann2014-09-222-14/+14
|
* Fix ConsolidateResult, needed parcelable methodsDominik Schürmann2014-09-211-2/+2
|
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-0/+48
|
* Small UI fixesDominik Schürmann2014-09-216-47/+41
|
* Merge user ids in import list for better displayDominik Schürmann2014-09-212-31/+11
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-201-7/+18
| | | | database
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-193-5/+2
|
* Remove certificate validation code from ViewCertActivity, they are already ↵Dominik Schürmann2014-09-191-20/+0
| | | | validated by import
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-30/+24
|
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-3/+10
|
* Use key icons in spinnersDominik Schürmann2014-09-172-44/+40
|
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-1/+1
|
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-1/+1
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-154-63/+21
|\
| * Keys found on multiple servers are now imported from all of themTim Bray2014-09-131-2/+0
| |
| * Change shuffle to rotate, and when merging ImportKeysList entries, if either ↵Tim Bray2014-09-131-2/+2
| | | | | | | | side is revoked/expired, the merge reflects that
| * Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-134-63/+23
| |
* | New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-157-12/+132
| | | | | | | | non-decodable characters)
* | First work on decryptDominik Schürmann2014-09-142-1/+1
|/
* Custom actionbar to indicate swipe down effectDominik Schürmann2014-09-131-0/+14
|
* More smaller UI fixesDominik Schürmann2014-09-131-0/+1
|
* Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-121-75/+71
| | | | | | 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
* flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-071-10/+34
|