aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Final commitAdvaita2016-03-231-0/+1
| | | | | | | | | | | | | | | | All changes included Improvements -Reformatted code wherever required -Only active wifi connections trigger events -Improve sync reliability -Removed extra permission Minor Changes -Refactored 2 variables for easier readbility -Wifi-Only-Sync is now enabled by default
* Make it a style to reduce code duplicationDominik Schürmann2016-03-081-1/+6
|
* Add missing 2 EUR selection for donationDominik Schürmann2016-03-031-0/+1
|
* Merge pull request #1727 from open-keychain/mime-fallbackVincent2016-02-231-1/+5
|\ | | | | try to guess if data is text or not
| * displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-221-1/+1
| |
| * mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-221-0/+4
| |
* | Remove AspectRatioImageViewunyoungwax2016-02-231-9/+0
|/
* Fix EUR symbolDominik Schürmann2016-02-101-8/+8
|
* Add donation fragmentDominik Schürmann2016-02-091-1/+10
|
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-011-10/+6
|
* Handle not installed PGP appletTheo Franzén2016-01-151-0/+9
|
* Lowercase ttl stringsDominik Schürmann2016-01-141-7/+7
|
* passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-111-1/+3
|
* Advanced screen, warning fragmentDominik Schürmann2016-01-111-7/+6
|
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-54/+53
| | | | what tokens are supported
* inline-ttl: remove "default" settingVincent Breitmoser2016-01-061-2/+1
|
* inline-ttl: support "screen off" in preferenceVincent Breitmoser2016-01-061-5/+7
|
* inline-ttl: create ttl choice customization setting activityVincent Breitmoser2016-01-062-29/+11
|
* Filinked_empty stringDominik Schürmann2016-01-041-1/+1
|
* Add change password menu item to view keyDominik Schürmann2015-12-311-0/+1
|
* Improve linked identity handlingDominik Schürmann2015-12-311-1/+2
|
* Add edit action to user id card, left align card actions per material design ↵Dominik Schürmann2015-12-291-1/+1
| | | | guidelines
* Fix merge conflictsDominik Schürmann2015-12-271-2/+0
|
* inline-edit: move action mode menu handling int activityVincent Breitmoser2015-12-271-2/+1
|
* inline subkey editing (wip commit)Vincent Breitmoser2015-12-271-1/+4
|
* extend-uid: allow changes to user ids in edit modeVincent Breitmoser2015-12-271-0/+2
|
* extend-uid: add option icon for edit action modeVincent Breitmoser2015-12-271-0/+1
|
* Fix some strings thanks to Alain-OlivierDominik Schürmann2015-12-271-3/+3
|
* Improve how_to_importDominik Schürmann2015-12-221-1/+1
|
* Merge branch 'master' of https://github.com/TedaLIEz/open-keychain into ↵Dominik Schürmann2015-12-221-1/+1
|\ | | | | | | TedaLIEz-master
| * Issue #1595aLIEzTed2015-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | link to faq link to app Issue #1595 Issue#1595 Revert commits Sorry for overhead annotation
* | Add hint to encrypt fieldDominik Schürmann2015-12-221-1/+1
| |
* | added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-0/+3
|/
* Fix strings, thanks to Alain-OlivierDominik Schürmann2015-11-231-26/+26
|
* Revert "Add first time wizard for sync settings"Dominik Schürmann2015-11-231-1/+1
| | | | This reverts commit cd601988db41f7651f376ef419be3dd50aaa4e10.
* Add first time wizard for sync settingsDominik Schürmann2015-11-231-1/+1
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-0/+2
| | | | hide linked contact card if permission is denied
* Request contact permission in settings for contact linkingDominik Schürmann2015-11-231-4/+4
|
* Handle denied storage permission, use ContentResolver.SCHEME_FILE constantDominik Schürmann2015-11-191-0/+1
|
* Merge pull request #1543 from rohands/issue_mouseover_hintsVincent2015-11-161-0/+6
|\ | | | | mouseover hints
| * Class names and string names are updatedrohands2015-09-221-4/+6
| |
| * Mousehintsrohands2015-09-201-0/+4
| |
* | decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-151-1/+0
| |
* | decrypt: skip unavailable and unsuitable keysVincent Breitmoser2015-11-131-0/+2
| |
* | bench: add simple s2k benchmark (iterations for 100ms)Vincent Breitmoser2015-11-041-2/+4
| |
* | bench: run ops multiple times and for an average timeVincent Breitmoser2015-11-041-0/+2
| |
* | Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-11-042-4/+5
|\ \
| * | Support for Android 6 ACTION_PROCESS_TEXTDominik Schürmann2015-11-021-0/+1
| | |
| * | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-11-021-0/+1
| |\ \
| * | | Fix API 23 regression for activities without layout, see ↵Dominik Schürmann2015-11-021-4/+4
| | | | | | | | | | | | | | | | http://stackoverflow.com/q/32169303