aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add facebook key import to changelogDominik Schürmann2016-01-121-0/+1
|
* Pull from transifexDominik Schürmann2016-01-1125-0/+300
|
* Fix singleTop definitionsDominik Schürmann2016-01-112-25/+9
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-01-111-2/+15
|\
| * Merge pull request #1666 from open-keychain/file-import-fixDominik Schürmann2016-01-111-2/+15
| |\ | | | | | | Fixed File Import issue due to onResumeFragments
| | * fixed file import issue due to onResumeFragmentsAdithya Abraham Philip2016-01-091-2/+15
| | |
* | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-01-114-5/+13
|\| |
| * | passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-114-5/+13
| | |
* | | Changelog 3.8Dominik Schürmann2016-01-111-0/+12
|/ /
* | keycreate: animate layout when revert button is pushedVincent Breitmoser2016-01-111-1/+2
| |
* | keycreate: add button to revert to default key configurationVincent Breitmoser2016-01-112-42/+116
| |
* | advstart: simplify layout, and give the icon some spaceVincent Breitmoser2016-01-111-11/+10
| |
* | Pull from transifexDominik Schürmann2016-01-1169-714/+2063
| |
* | Move edit key configuration to menuDominik Schürmann2016-01-114-70/+53
| |
* | Error out when editing a stripped keyDominik Schürmann2016-01-111-1/+6
| |
* | Advanced screen, warning fragmentDominik Schürmann2016-01-1110-17/+108
| |
* | Use tor icon for settings screenDominik Schürmann2016-01-116-1/+1
| |
* | Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-1057-727/+753
|/ | | | what tokens are supported
* inline-ttl: remove "default" settingVincent Breitmoser2016-01-066-126/+7
|
* add method to skip cachingVincent Breitmoser2016-01-065-93/+70
|
* inline-ttl: some layout fine tuningVincent Breitmoser2016-01-062-1/+3
|
* some code cleanup in PreferencesVincent Breitmoser2016-01-061-10/+16
|
* inline-ttl: support "screen off" in preferenceVincent Breitmoser2016-01-064-14/+17
|
* passcache: add support for clear on screen lock (ttl == 0)Vincent Breitmoser2016-01-061-36/+70
|
* inline-ttl: use ttl preference in ttl spinnerVincent Breitmoser2016-01-063-32/+25
|
* inline-ttl: save changes in ttl settingsVincent Breitmoser2016-01-062-25/+60
|
* inline-ttl: create ttl choice customization setting activityVincent Breitmoser2016-01-0614-73/+541
|
* passdialog: seconds field and some minor layout issuesVincent Breitmoser2016-01-063-3/+4
|
* passphraseactivity: add inline spinner to password dialogVincent Breitmoser2016-01-066-29/+130
|
* passdialog: switch to ViewAnimatorVincent Breitmoser2016-01-052-16/+14
|
* (fix accidental use of api level 23 method)Vincent Breitmoser2016-01-051-5/+10
|
* minor fixes to ViewKeyActivityVincent Breitmoser2016-01-056-58/+41
|
* Filinked_empty stringDominik Schürmann2016-01-041-1/+1
|
* Check for ACTION_OPEN_DOCUMENT before starting activityDominik Schürmann2016-01-041-10/+28
|
* Fallback for ACTION_OPEN_DOCUMENT, hopefully fixes #1625Dominik Schürmann2016-01-041-3/+12
|
* Fix #1649Dominik Schürmann2016-01-041-4/+7
|
* Tests: Use ECC where possibleDominik Schürmann2016-01-036-56/+76
|
* Fix code styleDominik Schürmann2016-01-022-6/+8
|
* Temporary fix for #1636Dominik Schürmann2016-01-012-0/+9
|
* Merge pull request #1584 from open-keychain/edit-redesignDominik Schürmann2015-12-3150-359/+2096
|\ | | | | Inline Identity Edit
| * Add change password menu item to view keyDominik Schürmann2015-12-313-11/+100
| |
| * Upload to keyserver after editing identitiesDominik Schürmann2015-12-313-19/+154
| |
| * Improve linked identity handlingDominik Schürmann2015-12-315-72/+117
| |
| * Edit identities designDominik Schürmann2015-12-316-91/+93
| |
| * Add activity to edit user ids onlyDominik Schürmann2015-12-308-43/+571
| |
| * Add edit action to user id card, left align card actions per material design ↵Dominik Schürmann2015-12-298-40/+75
| | | | | | | | guidelines
| * Load key data in tabs independently from advanced activity. This decouples ↵Dominik Schürmann2015-12-293-62/+118
| | | | | | | | the fragments from the activity and allows to init the tabs before loading key data in the advanced activity. Fixes switching to the first tab when key has been edited.
| * use correct white add iconDominik Schürmann2015-12-283-3/+3
| |