aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/BaseActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix CertifyKeyActivity back button on action bar not working #1758Durgesh2016-03-221-0/+11
| | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* 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>
* Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-1/+1
|
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-1/+9
|
* reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-0/+2
|
* Fix theme bugsDominik Schürmann2015-08-121-2/+12
|
* Refactor theme changing to avoid code repetitionThialfihar2015-07-211-33/+5
|
* Refactor theme preference values into constantsThialfihar2015-07-211-1/+2
| | | | Also explicitly set a theme via preference updating to the default.
* Add forgotten docu to a new methodThialfihar2015-07-211-0/+6
|
* Automatically recreate activities on theme changeThialfihar2015-07-211-4/+29
|
* Add theme settingThialfihar2015-07-211-0/+12
| | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* some cleanup and fix for back button in ImportKeysActivity (fixes #1372)Vincent Breitmoser2015-07-081-3/+12
|
* do nfc dispatching in MainActivityVincent Breitmoser2015-05-171-1/+3
|
* Switch to new support lib version 22.1Dominik Schürmann2015-04-251-2/+2
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+139
- move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity