aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu
Commit message (Collapse)AuthorAgeFilesLines
* displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-221-5/+10
|
* forgot to commit a file to previous commit (thanks travis)Vincent Breitmoser2016-01-131-0/+10
|
* Move edit key configuration to menuDominik Schürmann2016-01-111-0/+10
|
* Add change password menu item to view keyDominik Schürmann2015-12-311-0/+5
|
* Improve linked identity handlingDominik Schürmann2015-12-311-5/+0
|
* Add activity to edit user ids onlyDominik Schürmann2015-12-301-21/+14
|
* inline-edit: move action mode menu handling int activityVincent Breitmoser2015-12-272-14/+2
|
* inline subkey editing (wip commit)Vincent Breitmoser2015-12-273-2/+14
|
* extend-uid: add option icon for edit action modeVincent Breitmoser2015-12-272-0/+22
|
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-11-041-0/+8
|\
| * Support for Android 6 ACTION_PROCESS_TEXTDominik Schürmann2015-11-021-0/+8
| |
* | bench: add benchmark operation for testingVincent Breitmoser2015-11-041-0/+6
|/
* enc-export: use BackupActivity for backup from ViewKeyActivityVincent Breitmoser2015-09-301-1/+1
|
* Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-241-10/+5
|
* Confirm designDominik Schürmann2015-09-241-1/+1
|
* white share icon in log display activityVincent Breitmoser2015-09-171-1/+1
|
* multidecrypt: black share icon in bottom sheetVincent Breitmoser2015-09-171-1/+1
|
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-0/+19
|
* multidecrypt: context menu per card, not per fileVincent Breitmoser2015-09-161-12/+0
|
* add share item to decrypt file list (#1524)Vincent Breitmoser2015-09-111-0/+6
|
* share rather than save log files (OKC-01-015)Vincent Breitmoser2015-09-111-2/+2
|
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-292-2/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
| * Merge remote-tracking branch 'origin/development' into linked-identitiesVincent Breitmoser2015-04-261-3/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptTextFragment.java OpenKeychain/src/main/res/menu/decrypt_menu.xml
| * | revamp decrypt uiVincent Breitmoser2015-04-241-0/+17
| | |
| * | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-242-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Graphics/update-drawables.sh OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/PassphraseDialogActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-091-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-243-5/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * \ \ \ \ Merge remote-tracking branch 'development' into linked-identitiesVincent Breitmoser2015-03-102-2/+30
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-082-0/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * \ \ \ \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-052-1/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * | | | | | | | add linked it to view key context menuVincent Breitmoser2015-03-021-0/+5
| | | | | | | | |
* | | | | | | | | Experimental word comparisonDominik Schürmann2015-08-271-0/+6
| | | | | | | | |
* | | | | | | | | keylist: show delete as icon in multi-selectVincent Breitmoser2015-07-081-3/+2
| | | | | | | | |
* | | | | | | | | cleanup KeyListFragment, remove export all keysVincent Breitmoser2015-07-081-5/+0
| | | | | | | | |
* | | | | | | | | Rudimentary backup featureDominik Schürmann2015-07-081-16/+4
| | | | | | | | |
* | | | | | | | | reworked keyserver preferences with recyclerviewAdithya Abraham Philip2015-07-021-0/+10
| | | | | | | | |
* | | | | | | | | Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-1/+1
| | | | | | | | |
* | | | | | | | | implement deletion of filesVincent Breitmoser2015-06-231-1/+1
| | | | | | | | |
* | | | | | | | | order menu items for encrypt operationsVincent Breitmoser2015-06-223-6/+18
| | | | | | | | |
* | | | | | | | | allow encrypting to clipboard in EncryptFileFragmentVincent Breitmoser2015-06-201-0/+5
| | | | | | | | |
* | | | | | | | | multi-decrypt: working context menuVincent Breitmoser2015-06-031-0/+22
| | | | | | | | |
* | | | | | | | | correctly preserve state in EncryptFilesFragmentVincent Breitmoser2015-05-271-2/+0
| | | | | | | | |
* | | | | | | | | move synchronous encryption into activity, and preserve checkbox stateVincent Breitmoser2015-05-273-10/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Put decrypt result in toolbar, some ui fixes for decryptDominik Schürmann2015-04-261-2/+2
| | | | | | | |
* | | | | | | | revamp decrypt uiVincent Breitmoser2015-04-241-0/+17
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixing crashes with new encrypt uiDominik Schürmann2015-03-292-0/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | introduced multi-threadingAdithya Abraham Philip2015-03-231-0/+5
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactored oldKeys to updatedKeys added update all keys, ThreadPoolExecutor used modified CachedThreadPoolExecutor
* | | | | Manage my keys wizardDominik Schürmann2015-03-191-1/+1
| | | | |
* | | | | Disable hidden recipients for nowDominik Schürmann2015-03-162-10/+10
| | | | |
* | | | | Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-162-2/+15
| | | | |