aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/ui
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-152-2/+4
|
* Update openpgp-api-libDominik Schürmann2016-05-071-1/+0
|
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-076-23/+25
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java extern/openpgp-api-lib
| * split off ApiDataAccessObject from ProviderHelperVincent Breitmoser2016-02-246-23/+25
| |
* | Add backup APIDominik Schürmann2016-03-012-1/+74
|/
* Split remote methods from activities for better seperationDominik Schürmann2016-02-223-6/+100
|
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-221-0/+48
|
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-157-351/+438
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-092-2/+2
|
* Return EXTRA_SIGN_KEY_ID = 0L for "none" key chosen for ACTION_GET_SIGN_KEY_IDfiaxh2015-12-031-2/+1
|
* Fixes open-keychain/open-keychain#1515Kaladin Light2015-09-031-2/+2
| | | | Move launcher icons to mipmap
* API: Fix get sign key, related to OpenPgpKeyPreference bugsDominik Schürmann2015-08-241-15/+10
|
* Clarifications in remote API codeDominik Schürmann2015-07-071-12/+12
|
* Package cert not sigDominik Schürmann2015-07-072-10/+10
|
* use KeyAdapter for AllowedKeysListFragmentVincent Breitmoser2015-06-261-133/+19
|
* fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-1/+3
|
* preserve state in KeySpinner, and some lint fixesVincent Breitmoser2015-05-271-2/+2
|
* API: Allow selection of decryption keys when decryption failsDominik Schürmann2015-04-302-0/+116
|
* first steps toward yubikey activityVincent Breitmoser2015-03-214-6/+4
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* Reworked Notify classManoj Khanna2015-03-201-1/+1
|
* object oriented split user idDominik Schürmann2015-03-162-6/+6
|
* Allow selection of none in SelectSignKeyIdActivityDominik Schürmann2015-03-151-2/+15
|
* Remove display of key id in other listsDominik Schürmann2015-03-152-0/+4
|
* Fixed a ClassCastExceptionManoj Khanna2015-03-152-5/+5
|
* API 7Dominik Schürmann2015-03-104-67/+365
|
* Refactor AppsListFragmentDominik Schürmann2015-02-231-41/+41
|
* Refactor AppsListFragmentDominik Schürmann2015-02-231-136/+142
|
* Uncluttering App Settings: Move advanced info in dialogDominik Schürmann2015-02-231-18/+30
|
* More toolbar fixesDominik Schürmann2015-02-031-0/+1
|
* Toolbar fixes, Toolbar under status bar on LollipopDominik Schürmann2015-02-031-7/+19
|
* Floating Action Button added in app settingsDominik Schürmann2015-02-031-31/+68
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-02-023-6/+6
|\ | | | | | | development
| * rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-013-6/+6
| | | | | | | | | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* | UI experiments for app settingsDominik Schürmann2015-02-021-11/+20
|/
* Rename app setting classes for consistencyDominik Schürmann2015-01-304-12/+12
|
* Saving of allowed keysDominik Schürmann2015-01-292-3/+321
|
* Introduce allowed keys table per API clientDominik Schürmann2015-01-291-1/+0
|
* Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-293-57/+0
|
* Material Design DrawerDominik Schürmann2015-01-261-8/+16
|
* Material Design: Full screen dialogsDominik Schürmann2015-01-262-26/+18
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-253-197/+203
|
* Refactor BaseActivityDominik Schürmann2015-01-134-14/+35
|
* Start working on Material DesignDominik Schürmann2015-01-131-2/+5
|
* Fix crash with NotFoundExceptionDominik Schürmann2014-10-261-3/+8
|
* Fixes and icons for apps list, also add Password StoreDominik Schürmann2014-10-251-12/+25
|
* move around package structure a bitVincent Breitmoser2014-10-103-7/+6
|
* Better handling if no api key is selectedDominik Schürmann2014-10-091-1/+1
|
* Better handling if no api key is selectedDominik Schürmann2014-10-091-5/+4
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-092-2/+3
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-092-3/+2
|