aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure
Commit message (Expand)AuthorAgeFilesLines
* upgrade of Redirect import activityLubo Viluda2016-03-241-23/+28
* #1661 - Don't expose CertifyActivityLubo Viluda2016-03-201-0/+60
* Update ContactSyncAdapterService.javaAdvaita2016-03-031-0/+7
* 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-021-1/+4
* small nullpointer fixVincent Breitmoser2016-03-021-3/+6
* nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)Vincent Breitmoser2016-03-021-1/+1
* Fix backup code comparisonAndrea Torlaschi2016-03-021-5/+6
* 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-242-0/+266
* split off ApiDataAccessObject from ProviderHelperVincent Breitmoser2016-02-2411-247/+324
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-02-237-25/+229
|\
| * Merge pull request #1727 from open-keychain/mime-fallbackVincent2016-02-237-25/+229
| |\
| | * ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-234-19/+27
| | * 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-222-1/+16
| | * decrypt: always show "View in OpenKeychain" as intent chooser option iff isLi...Vincent Breitmoser2016-02-221-0/+12
| | * 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-223-87/+148
| | * mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-222-6/+84
* | | Passthrough of data Intent in methods of ApiPendingIntentFactory instead of c...Dominik Schürmann2016-02-233-50/+58
|/ /
* / Remove AspectRatioImageViewunyoungwax2016-02-231-138/+0
|/
* Extend documentation, proper method naming, use of deprecated method annotationDominik Schürmann2016-02-226-44/+51
* 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-227-57/+127
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-224-23/+62
* Use BC provider as default oneDominik Schürmann2016-02-211-3/+7
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-1511-377/+468
* Use non-breaking spaces for backup code MaskedEditTextDominik Schürmann2016-02-101-2/+7
* Backup format v2: redesign restore dialogDominik Schürmann2016-02-102-46/+24
* Backup format v2: redesigned backup code fragment with masked edit textDominik Schürmann2016-02-102-124/+81
* Merge pull request #1708 from open-keychain/performanceVincent2016-02-1010-158/+368
|\
| * Merge branch 'master' into performanceVincent Breitmoser2016-02-1045-230/+327
| |\
| * | performance: add license headers and some documentationVincent Breitmoser2016-02-104-14/+63
| * | performance: use more canonical hashCode implementationVincent Breitmoser2016-02-051-4/+4
| * | performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-058-145/+152
| * | performance: cache session keys per compatible S2K configurationVincent Breitmoser2016-02-054-6/+159
* | | Better transaction animationTheo Franzén2016-02-101-0/+16
| |/ |/|
* | Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-093-5/+12
* | Add donation fragmentDominik Schürmann2016-02-092-7/+70
* | Remove leftovers from spongycastleDominik Schürmann2016-02-093-5/+3
* | Replace spongycastle with bouncycastleDominik Schürmann2016-02-0937-197/+197
* | delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-065-8/+36
|/
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-014-31/+40
* prevent rare KeyserverSyncAdapterService crashAdithya Abraham Philip2016-01-272-10/+26