aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix Dark theme no longer works in main screen on android 5, Issue#1746Durgesh2016-03-051-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* | | | | Merge pull request #1738 from runnerway/storage-permission-fixDominik Schürmann2016-03-051-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Always check read permission
| * | | | | Always check read permissionAndrea Torlaschi2016-03-021-1/+8
| | | | | |
* | | | | | Merge pull request #1751 from runnerway/decrypt-filenameDominik Schürmann2016-03-052-4/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix wrong behavior of third-party apps while opening files after decryption
| * | | | | Set filename after decryptionAndrea Torlaschi2016-03-051-2/+3
| | | | | |
| * | | | | Extend FileProvider to support name updateAndrea Torlaschi2016-03-051-2/+11
| | |/ / / | |/| | |
* | | | | 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-0398-292/+2894
| | | |
* | | | Update openpgp-api submoduleDominik Schürmann2016-03-031-0/+0
|/ / /
* | | add v11 to supported api versionsVincent Breitmoser2016-03-021-3/+6
| | |
* | | update openpgp-api-lib to v11 (closes #1735)Vincent Breitmoser2016-03-021-0/+0
|/ /
* | 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
| |
* | Merge pull request #1737 from runnerway/backup-code-fixDominik Schürmann2016-03-021-5/+6
|\ \ | | | | | | Fix backup code comparison
| * | Fix backup code comparisonAndrea Torlaschi2016-03-021-5/+6
|/ /
* | Merge pull request #1615 from open-keychain/external-providerVincent2016-03-0116-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-242-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-237-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-225-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
* | Merge branch 'unyoungwax-qr-code-fullscreen'Dominik Schürmann2016-02-233-151/+3
|\ \ | |/ |/|
| * Remove AspectRatioImageViewunyoungwax2016-02-232-147/+0
| |
| * Resize QR code properly in landscape orientationunyoungwax2016-02-231-4/+3
|/
* Merge pull request #1722 from open-keychain/api-seperationDominik Schürmann2016-02-2211-200/+408
|\ | | | | Better seperation of remote activities
| * 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
|/