aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* Add backup APIDominik Schürmann2016-03-012-9/+49
* Merge pull request #1727 from open-keychain/mime-fallbackVincent2016-02-233-1/+28
|\
| * ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-231-1/+1
| * displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-222-1/+16
| * decrypt: always show "View in OpenKeychain" as intent chooser option iff isLi...Vincent Breitmoser2016-02-221-0/+12
* | Remove AspectRatioImageViewunyoungwax2016-02-231-138/+0
|/
* Extend documentation, proper method naming, use of deprecated method annotationDominik Schürmann2016-02-223-1/+13
* Split remote methods from activities for better seperationDominik Schürmann2016-02-223-38/+15
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-222-19/+9
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-152-3/+9
* Use non-breaking spaces for backup code MaskedEditTextDominik Schürmann2016-02-101-2/+7
* Backup format v2: redesign restore dialogDominik Schürmann2016-02-101-45/+23
* Backup format v2: redesigned backup code fragment with masked edit textDominik Schürmann2016-02-101-123/+80
* Merge pull request #1708 from open-keychain/performanceVincent2016-02-101-35/+45
|\
| * Merge branch 'master' into performanceVincent Breitmoser2016-02-1012-23/+99
| |\
| * | performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-051-35/+45
* | | Better transaction animationTheo Franzén2016-02-101-0/+16
| |/ |/|
* | Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-1/+1
* | Add donation fragmentDominik Schürmann2016-02-092-7/+70
* | Remove leftovers from spongycastleDominik Schürmann2016-02-091-1/+1
* | Replace spongycastle with bouncycastleDominik Schürmann2016-02-098-14/+14
* | delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-062-1/+14
|/
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-011-17/+26
* Merge pull request #1683 from eighthave/masterDominik Schürmann2016-01-262-0/+101
|\
| * after receiving panic trigger and locking app, remove from historyHans-Christoph Steiner2016-01-132-0/+53
| * respond to generic panic trigger Intent by clearing passphrasesHans-Christoph Steiner2016-01-131-0/+48
* | Handle not installed PGP appletTheo Franzén2016-01-153-1/+193
|/
* add debug option to use dummy backup code (fixes #1675)Vincent Breitmoser2016-01-131-1/+51
* Merge pull request #1614 from fidesmo/feature-introduce-nfc-handling-via-nordpolDominik Schürmann2016-01-132-61/+28
|\
| * Use new version of Nordpol from jcenterPetter Arvidsson2016-01-121-1/+1
| * Use Nordpol for BaseNfcActivityPetter Arvidsson2016-01-122-61/+28
* | fix symmetric decryption with backup code (fixes #1677)Vincent Breitmoser2016-01-131-5/+6
|/
* fix symmetric decryption (fixes #1672)Vincent Breitmoser2016-01-121-2/+2
* Fix singleTop definitionsDominik Schürmann2016-01-111-16/+2
* Merge pull request #1666 from open-keychain/file-import-fixDominik Schürmann2016-01-111-2/+15
|\
| * fixed file import issue due to onResumeFragmentsAdithya Abraham Philip2016-01-091-2/+15
* | passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-111-1/+0
* | keycreate: add button to revert to default key configurationVincent Breitmoser2016-01-111-41/+74
* | Move edit key configuration to menuDominik Schürmann2016-01-111-21/+42
* | Advanced screen, warning fragmentDominik Schürmann2016-01-112-10/+70
* | Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-1019-221/+217
|/
* inline-ttl: remove "default" settingVincent Breitmoser2016-01-062-71/+3
* add method to skip cachingVincent Breitmoser2016-01-063-92/+64
* inline-ttl: use ttl preference in ttl spinnerVincent Breitmoser2016-01-062-27/+22
* inline-ttl: save changes in ttl settingsVincent Breitmoser2016-01-061-9/+36
* inline-ttl: create ttl choice customization setting activityVincent Breitmoser2016-01-064-22/+346
* passdialog: seconds field and some minor layout issuesVincent Breitmoser2016-01-061-1/+1
* passphraseactivity: add inline spinner to password dialogVincent Breitmoser2016-01-062-2/+87
* passdialog: switch to ViewAnimatorVincent Breitmoser2016-01-051-11/+8
* (fix accidental use of api level 23 method)Vincent Breitmoser2016-01-051-5/+10