Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filinked_empty string | Dominik Schürmann | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Check for ACTION_OPEN_DOCUMENT before starting activity | Dominik Schürmann | 2016-01-04 | 1 | -10/+28 |
| | |||||
* | Fallback for ACTION_OPEN_DOCUMENT, hopefully fixes #1625 | Dominik Schürmann | 2016-01-04 | 1 | -3/+12 |
| | |||||
* | Fix #1649 | Dominik Schürmann | 2016-01-04 | 1 | -4/+7 |
| | |||||
* | Merge pull request #1652 from open-keychain/travis-memory | Dominik Schürmann | 2016-01-04 | 9 | -104/+140 |
|\ | | | | | Fix travis | ||||
| * | Run travis on non-container for ↵ | Dominik Schürmann | 2016-01-04 | 1 | -2/+10 |
| | | | | | | | | https://github.com/travis-ci/travis-ci/issues/3695, including workaround for https://github.com/travis-ci/travis-ci/issues/5227 | ||||
| * | Log test results | Dominik Schürmann | 2016-01-04 | 1 | -0/+7 |
| | | |||||
| * | Travis: update build-tools | Dominik Schürmann | 2016-01-03 | 1 | -4/+0 |
| | | |||||
| * | Tests: Use ECC where possible | Dominik Schürmann | 2016-01-03 | 6 | -56/+76 |
| | | |||||
| * | Update dependencies | Dominik Schürmann | 2016-01-03 | 2 | -42/+42 |
| | | |||||
| * | Add gradle-versions-plugin | Dominik Schürmann | 2016-01-03 | 1 | -0/+5 |
|/ | |||||
* | Update to spongycastle 1.54 | Dominik Schürmann | 2016-01-03 | 1 | -0/+0 |
| | |||||
* | Fix code style | Dominik Schürmann | 2016-01-02 | 2 | -6/+8 |
| | |||||
* | Temporary fix for #1636 | Dominik Schürmann | 2016-01-01 | 2 | -0/+9 |
| | |||||
* | Merge pull request #1584 from open-keychain/edit-redesign | Dominik Schürmann | 2015-12-31 | 50 | -359/+2096 |
|\ | | | | | Inline Identity Edit | ||||
| * | Add change password menu item to view key | Dominik Schürmann | 2015-12-31 | 3 | -11/+100 |
| | | |||||
| * | Upload to keyserver after editing identities | Dominik Schürmann | 2015-12-31 | 3 | -19/+154 |
| | | |||||
| * | Improve linked identity handling | Dominik Schürmann | 2015-12-31 | 5 | -72/+117 |
| | | |||||
| * | Edit identities design | Dominik Schürmann | 2015-12-31 | 6 | -91/+93 |
| | | |||||
| * | Add activity to edit user ids only | Dominik Schürmann | 2015-12-30 | 8 | -43/+571 |
| | | |||||
| * | Add edit action to user id card, left align card actions per material design ↵ | Dominik Schürmann | 2015-12-29 | 8 | -40/+75 |
| | | | | | | | | guidelines | ||||
| * | Load key data in tabs independently from advanced activity. This decouples ↵ | Dominik Schürmann | 2015-12-29 | 3 | -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 icon | Dominik Schürmann | 2015-12-28 | 3 | -3/+3 |
| | | |||||
| * | Advanced screen: edited key saved | Dominik Schürmann | 2015-12-28 | 2 | -2/+99 |
| | | |||||
| * | Pass trough masterKeyId and fingerprint to advanced key edit fragments | Dominik Schürmann | 2015-12-27 | 3 | -23/+29 |
| | | |||||
| * | Fix merge conflicts | Dominik Schürmann | 2015-12-27 | 1 | -2/+0 |
| | | |||||
| * | inline-edit: move action mode menu handling int activity | Vincent Breitmoser | 2015-12-27 | 7 | -78/+147 |
| | | |||||
| * | inline subkey editing, fixed | Vincent Breitmoser | 2015-12-27 | 4 | -10/+22 |
| | | |||||
| * | inline subkey editing (wip commit) | Vincent Breitmoser | 2015-12-27 | 26 | -60/+409 |
| | | |||||
| * | extend-uid: use FAB instead of extra list item | Vincent Breitmoser | 2015-12-27 | 5 | -57/+100 |
| | | |||||
| * | extended: leave ActionMode on page change | Vincent Breitmoser | 2015-12-27 | 1 | -0/+21 |
| | | |||||
| * | extended-share: move qr code resizing into onLayoutChangeListener ↵ | Vincent Breitmoser | 2015-12-27 | 1 | -8/+39 |
| | | | | | | | | (+performance, -recreation crash) | ||||
| * | extend-uid: button and list to add user ids | Vincent Breitmoser | 2015-12-27 | 2 | -3/+91 |
| | | |||||
| * | extend-uid: allow changes to user ids in edit mode | Vincent Breitmoser | 2015-12-27 | 7 | -16/+87 |
| | | |||||
| * | extend-uid: add option icon for edit action mode | Vincent Breitmoser | 2015-12-27 | 8 | -72/+131 |
| | | |||||
| * | extended: init tabs with loader info | Vincent Breitmoser | 2015-12-27 | 2 | -11/+14 |
| | | |||||
* | | keylist: fix highlighter (fixes #1637) | Vincent Breitmoser | 2015-12-29 | 1 | -24/+19 |
| | | |||||
* | | keylist: filter results by all user ids for search (fixes #1645) | Vincent Breitmoser | 2015-12-29 | 3 | -24/+28 |
|/ | |||||
* | Fix some strings thanks to Alain-Olivier | Dominik Schürmann | 2015-12-27 | 1 | -3/+3 |
| | |||||
* | Remove unused layout | Dominik Schürmann | 2015-12-22 | 4 | -246/+0 |
| | |||||
* | Remove unused layout | Dominik Schürmann | 2015-12-22 | 1 | -37/+0 |
| | |||||
* | Use correct logger in LinkedIdsAdapter | Dominik Schürmann | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Opt out from fullBackupContent for now | Dominik Schürmann | 2015-12-22 | 1 | -0/+1 |
| | |||||
* | Remove spongycastle pkix dependency to stay below Androids dex limit | Dominik Schürmann | 2015-12-22 | 2 | -2/+0 |
| | |||||
* | Update spongycastle to 1.53 | Dominik Schürmann | 2015-12-22 | 5 | -6/+8 |
| | |||||
* | Backup: Move FAQ button to last screen and simplify code | Dominik Schürmann | 2015-12-22 | 4 | -124/+113 |
| | |||||
* | Cleanup in HelpActivity | Dominik Schürmann | 2015-12-22 | 1 | -4/+0 |
| | |||||
* | Update FAQ from website | Dominik Schürmann | 2015-12-22 | 1 | -57/+90 |
| | |||||
* | Improve how_to_import | Dominik Schürmann | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'TedaLIEz-master' | Dominik Schürmann | 2015-12-22 | 6 | -8/+86 |
|\ |