aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
* updated OrbotHelper with silent startAdithya Abraham Philip2015-08-063-79/+293
|
* Fix preference version handlingThialfihar2015-07-211-2/+2
| | | | | Move preference upgrade of theme to version 4 of the preferences. The upgrade is meant FROM that version to the next.
* Use a constant for the default value of the themeThialfihar2015-07-211-1/+1
|
* Rename updatePreferences() to upgradePreferences()Thialfihar2015-07-211-1/+1
| | | | | This is really an upgrade of the preference store and not an update of values, it also is consistent with SQLiteOpenHelper.onUpgrade().
* Refactor theme preference values into constantsThialfihar2015-07-211-1/+5
| | | | Also explicitly set a theme via preference updating to the default.
* Add theme settingThialfihar2015-07-211-0/+9
| | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-1/+1
|
* change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-081-16/+22
|
* Rudimentary backup featureDominik Schürmann2015-07-081-2/+2
|
* shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-081-0/+30
|
* fixed OrbotRequiredDialogActivity not finishing, orbot install dialog styleAdithya Abraham Philip2015-07-031-8/+44
|
* reformatted codeAdithya Abraham Philip2015-07-032-3/+6
|
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-033-37/+36
|
* fixed middleButton parameter being ignoredAdithya Abraham Philip2015-07-031-2/+2
|
* renamed to clarify necessity for two install dialog fragmentsAdithya Abraham Philip2015-07-031-3/+3
|
* Rename package back to orbot because these are orbot utilsDominik Schürmann2015-07-032-2/+2
|
* Cleanup tor codeDominik Schürmann2015-07-032-26/+15
|
* ensuring code style is preservedAdithya Abraham Philip2015-07-035-60/+31
|
* added proxy to all import operations using KeychainServiceAdithya Abraham Philip2015-07-031-0/+48
|
* orbot dialog fragments addedAdithya Abraham Philip2015-07-034-217/+142
|
* removed NetCipher submodule, copied classesAdithya Abraham Philip2015-07-032-0/+358
|
* fixed Proxy generation, proxy working for for cloud importAdithya Abraham Philip2015-07-032-16/+13
|
* fixed certificate pinningAdithya Abraham Philip2015-07-031-10/+36
|
* fixed prefsAdithya Abraham Philip2015-07-031-1/+10
|
* added proxy support, silent right nowAdithya Abraham Philip2015-07-033-1/+127
|
* added ProxyPrefsAdithya Abraham Philip2015-07-031-3/+38
|
* added NetCipher as submoduleAdithya Abraham Philip2015-07-032-429/+0
|
* added proxy typeAdithya Abraham Philip2015-07-031-0/+26
|
* added class sourcesAdithya Abraham Philip2015-07-032-1/+9
|
* added licenseAdithya Abraham Philip2015-07-032-3/+66
|
* added proxy/tor preferencesAdithya Abraham Philip2015-07-033-0/+405
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-021-1/+5
|\
| * correct keyserver preference retrievalAdithya Abraham Philip2015-07-021-1/+5
| |
* | Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-5/+8
|/
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
|
* deleted KeychainServiceAdithya Abraham Philip2015-06-272-13/+0
|
* added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-45/+30
|
* made EmailKeyHelper work with CryptoOperationHelperAdithya Abraham Philip2015-06-271-24/+29
|
* instrument: delete file and inline preference testsVincent Breitmoser2015-06-231-0/+5
|
* implement saving of filesVincent Breitmoser2015-06-231-0/+31
|
* move select file logic into EncryptDecryptOverviewFragmentVincent Breitmoser2015-06-221-6/+2
|
* extract readTextFromUri into FileHelperVincent Breitmoser2015-06-201-0/+37
|
* more work on decrypt fragment uxVincent Breitmoser2015-06-201-0/+1
|
* save instance state in DecryptListFragmentVincent Breitmoser2015-06-191-0/+63
|
* fix a couple of resource leaks (#1351)Vincent Breitmoser2015-06-172-15/+23
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-5/+5
|
* Merge branch 'v/sticky-prefs'Vincent Breitmoser2015-06-031-0/+42
|\
| * keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-4/+16
| |
| * implement sticky preferencesVincent Breitmoser2015-05-311-0/+30
| |
* | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-013-21/+21
| |