aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/Constants.java
Commit message (Collapse)AuthorAgeFilesLines
* Use a constant for the default value of the themeThialfihar2015-07-211-0/+1
|
* Refactor theme preference values into constantsThialfihar2015-07-211-1/+6
| | | | Also explicitly set a theme via preference updating to the default.
* Add theme settingThialfihar2015-07-211-0/+1
| | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* make sure clipboard service retrieval is always null-proofVincent Breitmoser2015-07-051-0/+2
|
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-1/+0
|
* added ProxyPrefsAdithya Abraham Philip2015-07-031-0/+12
|
* added proxy typeAdithya Abraham Philip2015-07-031-6/+1
|
* added proxy/tor preferencesAdithya Abraham Philip2015-07-031-0/+11
|
* Import R and BuildConfig explicitlyThialfihar2015-06-261-0/+2
|
* Fix debug/release build separationDominik Schürmann2015-06-111-2/+2
|
* Allow debug build besides release buildDominik Schürmann2015-06-101-3/+6
|
* keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-1/+2
|
* implement sticky preferencesVincent Breitmoser2015-05-311-0/+3
|
* File extensions into ConstantsDominik Schürmann2015-03-171-0/+4
|
* Clarify MIME usageDominik Schürmann2015-03-151-0/+5
|
* disable debug syncDominik Schürmann2015-03-141-1/+1
|
* Use names also for main contactDominik Schürmann2015-03-141-1/+1
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-15/+1
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Debug optionsDominik Schürmann2015-03-051-0/+2
|
* Better selection of preferred algorithmDominik Schürmann2015-03-051-2/+12
|
* ContactHelper cleanupDominik Schürmann2015-03-041-2/+1
|
* Remove files related to old nav drawerDominik Schürmann2015-01-291-18/+0
|
* Refactor DecryptActivity into DecryptOverviewFragment for nav drawerDominik Schürmann2015-01-291-2/+1
|
* Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-291-4/+3
|
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-0/+1
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-2/+0
|
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-0/+1
|
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-2/+2
|
* Fix buildDominik Schürmann2014-09-151-1/+0
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-151-0/+2
|\
| * Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-131-0/+2
| |
* | First work on decryptDominik Schürmann2014-09-141-0/+1
|/
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-071-0/+3
| | | | http://developer.android.com/guide/components/intents-filters.html
* Due to compatiblity switch from SHA512 to SHA256Dominik Schürmann2014-09-071-2/+2
|
* More UI reworkDominik Schürmann2014-09-071-2/+2
|
* Add yubikey default PIN preferenceDominik Schürmann2014-09-051-0/+1
|
* Integrate safeslinger shareDominik Schürmann2014-09-041-1/+3
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-3/+6
|
* remember "show advanced tabs" settingVincent Breitmoser2014-08-311-0/+1
| | | | Closes #669
* Change account typeDominik Schürmann2014-08-211-0/+3
|
* consolidate: split into two steps, can pick up at second step if anything failsVincent Breitmoser2014-08-191-0/+3
|
* Remove subkeys.pgp.net keyserver from defaultsDominik Schürmann2014-08-151-1/+1
|
* Remove subkeys.pgp.net keyserver, often down and no hkpsDominik Schürmann2014-08-151-1/+1
|
* Remove support for v3 sig generationDominik Schürmann2014-08-141-1/+0
|
* Dont write version header by defaultDominik Schürmann2014-08-141-1/+1
|
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-12/+1
|
* Optimize importsDominik Schürmann2014-08-051-1/+0
|
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ↵Dominik Schürmann2014-08-051-7/+0
| | | | selection for adding new subkeys
* Cleanup, prevent encrypt Intent inceptionDominik Schürmann2014-08-041-2/+0
|
* Merge branch 'master' into improve-file-moremar-v-in2014-07-311-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptMessageFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptMessageFragment.java