aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
Commit message (Collapse)AuthorAgeFilesLines
* Theme changeLubo Viluda2016-03-242-2/+1
| | | | Theme.Keychain.Transparet is used
* upgrade of Redirect import activityLubo Viluda2016-03-245-98/+38
| | | | | | | -> RedirectImportActivity is transparent now -> some poinlessly data removed -> String moved into sources -> xml for activity simplified
* #1661 - Don't expose CertifyActivityLubo Viluda2016-03-206-5/+156
| | | | | | | *Add new activity - RedirectImportKeysActivity, which prompts user to use Openkeychain directly *Add intent filter for the activity *Change intent filter for CertifyActivity
* Merge pull request #1743 from advaita13/masterDominik Schürmann2016-03-031-0/+7
|\ | | | | Contact Synchronisation Notification
| * Update ContactSyncAdapterService.javaAdvaita2016-03-031-0/+7
| |
* | Add missing 2 EUR selection for donationDominik Schürmann2016-03-031-0/+1
| |
* | Version 3.9Dominik Schürmann2016-03-032-7/+2
| |
* | Transifex: pt_BRDominik Schürmann2016-03-0397-291/+2893
|/
* add v11 to supported api versionsVincent Breitmoser2016-03-021-3/+6
|
* handle openpgp4fpr intent filter as import rather than certify (see #1661)Vincent Breitmoser2016-03-022-16/+21
|
* small nullpointer fixVincent Breitmoser2016-03-021-3/+6
|
* nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)Vincent Breitmoser2016-03-021-1/+1
|
* some changelog for v3.9Vincent Breitmoser2016-03-021-0/+7
|
* Fix backup code comparisonAndrea Torlaschi2016-03-021-5/+6
|
* Merge pull request #1615 from open-keychain/external-providerVincent2016-03-0115-291/+797
|\ | | | | provider for OpenPgpApi
| * add some license headersVincent Breitmoser2016-02-243-0/+52
| |
| * wipVincent Breitmoser2016-02-241-42/+88
| |
| * add ACTION_CHECK_PERMISSION for a simple permission checkVincent Breitmoser2016-02-241-0/+13
| |
| * external-provider: add permission check for status queryVincent Breitmoser2016-02-244-7/+54
| |
| * external-provider: add (experimental) external providerVincent Breitmoser2016-02-243-1/+272
| |
| * split off ApiDataAccessObject from ProviderHelperVincent Breitmoser2016-02-2411-247/+324
| |
* | Comment out verification for submodulesDominik Schürmann2016-02-291-8/+8
| |
* | Update to support lib 23.2.0Dominik Schürmann2016-02-292-50/+53
|/
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-02-2311-35/+525
|\
| * Merge pull request #1727 from open-keychain/mime-fallbackVincent2016-02-2311-35/+525
| |\ | | | | | | try to guess if data is text or not
| | * ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-236-25/+32
| | |
| | * add test for CharsetVerifierVincent Breitmoser2016-02-231-0/+141
| | |
| | * move CharsetVerifier to utils packageVincent Breitmoser2016-02-233-2/+3
| | |
| | * documentation and cleanupVincent Breitmoser2016-02-223-4/+24
| | |
| | * displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-224-7/+27
| | |
| | * decrypt: always show "View in OpenKeychain" as intent chooser option iff ↵Vincent Breitmoser2016-02-221-0/+12
| | | | | | | | | | | | isLikelyText
| | * decryptVerify: use CharsetVerifier to guess whether data is binary or notVincent Breitmoser2016-02-221-10/+19
| | |
| | * externalize CharsetVerifier, add looksLikeText to OpenPgpMetadata objectVincent Breitmoser2016-02-224-87/+152
| | |
| | * mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-224-10/+225
| | |
* | | Passthrough of data Intent in methods of ApiPendingIntentFactory instead of ↵Dominik Schürmann2016-02-233-50/+58
|/ / | | | | | | constructor
* | Remove AspectRatioImageViewunyoungwax2016-02-232-147/+0
| |
* | Resize QR code properly in landscape orientationunyoungwax2016-02-231-4/+3
|/
* Extend documentation, proper method naming, use of deprecated method annotationDominik Schürmann2016-02-227-44/+53
|
* Use FLAG_IMMUTABLEDominik Schürmann2016-02-221-6/+22
|
* Move PendingIntent creation into factoryDominik Schürmann2016-02-223-140/+201
|
* Split remote methods from activities for better seperationDominik Schürmann2016-02-228-57/+134
|
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-225-23/+68
|
* Use BC provider as default oneDominik Schürmann2016-02-211-3/+7
|
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-1512-385/+489
|
* Fix landscape orientationDominik Schürmann2016-02-101-0/+199
|
* Use non-breaking spaces for backup code MaskedEditTextDominik Schürmann2016-02-103-2/+11
|
* Backup format v2: redesign restore dialogDominik Schürmann2016-02-103-134/+34
|
* Backup format v2: redesigned backup code fragment with masked edit textDominik Schürmann2016-02-106-1201/+278
|
* Add masked-edittext libraryDominik Schürmann2016-02-101-41/+43
|
* Merge pull request #1708 from open-keychain/performanceVincent2016-02-1018-181/+535
|\ | | | | performance improvements