aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'result-parcels'Vincent Breitmoser2014-09-131-0/+38
|\
| * some DecryptVerify log refinementsVincent Breitmoser2014-09-131-2/+2
| |
| * add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-0/+38
| |
* | 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
* add ui support for stripping subkeysVincent Breitmoser2014-09-111-0/+3
|
* Changelog 2.9.2Dominik Schürmann2014-09-091-0/+6
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-081-0/+5
|\
| * introduce SingletonResult for... singleton resultsVincent Breitmoser2014-09-081-3/+3
| |
| * Properly handle uneditable key types in EditKeyFragmentVincent Breitmoser2014-09-081-0/+5
| | | | | | | | | | | | | | More specifically, return an OperationResultParcel for stripped and divert-to-card keys, with an appropriate error message in the log. part of #828
* | Fix changelog versioningDominik Schürmann2014-09-081-1/+1
|/
* Pull from transifexDominik Schürmann2014-09-0851-775/+1115
|
* Changelog 2.10Dominik Schürmann2014-09-081-0/+14
|
* Fix problems in strings.xmlDominik Schürmann2014-09-071-31/+36
|
* flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-071-10/+34
|
* Remove table layout, use hint text for edit fieldsDominik Schürmann2014-09-072-83/+65
|
* Put quotes around all strings, should fix transifex consistency problems, ↵Dominik Schürmann2014-09-071-646/+646
| | | | also see http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to Escaping apostrophes and quotes)
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-072-18/+52
|\
| * add proper async check for correct passphrase to passphrasedialogVincent Breitmoser2014-09-072-18/+52
| |
* | Two buttons to encrypt files and text, some fixesDominik Schürmann2014-09-072-13/+42
|/
* Better symmetric encryption layoutDominik Schürmann2014-09-071-38/+23
|
* More UI reworkDominik Schürmann2014-09-076-108/+154
|
* Fix width for encrypt toDominik Schürmann2014-09-071-1/+1
|
* Remove file menu items from text activityDominik Schürmann2014-09-062-4/+19
|
* Add experimental support for yubikey PINs, remove caching of empty passphrasesDominik Schürmann2014-09-051-0/+1
|
* Add yubikey default PIN preferenceDominik Schürmann2014-09-052-0/+9
|
* Safeslinger: icon, about infoDominik Schürmann2014-09-046-1/+3
|
* Integrate safeslinger shareDominik Schürmann2014-09-041-0/+17
|
* Fix stringsDominik Schürmann2014-09-021-2/+2
|
* Pull from transifexDominik Schürmann2014-09-0246-377/+1228
|
* Catch security exception, known problem...Dominik Schürmann2014-09-021-0/+1
|
* cache key s2k type in database, for later useVincent Breitmoser2014-09-021-3/+8
|
* rename EncryptMessageFragment -> EncryptTextFragmentVincent Breitmoser2014-09-011-1/+1
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-018-16/+49
|
* remove "sign" and "verify" from drawer textsVincent Breitmoser2014-09-011-2/+2
|
* small ui changes in encryptVincent Breitmoser2014-09-013-11/+12
|
* remove "by holding..." explanation from button textVincent Breitmoser2014-09-011-1/+1
|
* Fix transifex linebreaks by adding apostrophs to strings with linebreaksDominik Schürmann2014-09-011-15/+15
|
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-3/+3
|
* Changelog 2.9Dominik Schürmann2014-08-311-0/+6
|
* Cleanup keyspinner layout, key id typeface monospaceDominik Schürmann2014-08-311-32/+36
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-319-10/+13
|\
| * add cancel support to edit key actionVincent Breitmoser2014-08-317-7/+10
| |
| * get rid of some last bootstrapbutton referencesVincent Breitmoser2014-08-312-3/+1
| |
| * Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-08-312-8/+15
| |\
| * | Add cancelable mechanism and support in key importVincent Breitmoser2014-08-311-0/+2
| | | | | | | | | | | | Closes #323
* | | Better leyout for account settingsDominik Schürmann2014-08-314-63/+92
| | |
* | | Move date picker to left because of width constraints inside the dialogDominik Schürmann2014-08-311-6/+1
| |/ |/|
* | Hide keyserver spinner under advanced options in certify activityDominik Schürmann2014-08-312-8/+15
|/
* if there is only one private key, use it fo certification by defaultVincent Breitmoser2014-08-311-3/+7
|