aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-08-288-58/+60
|\
| * Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-08-274-9/+174
| |\
| * \ Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-08-271-0/+2
| |\ \
| * | | use nicer filenames during exportVincent Breitmoser2015-08-272-4/+22
| | | |
| * | | some cleanup in FileHelper, and allow input of filename during exportVincent Breitmoser2015-08-277-57/+41
| | | |
* | | | Collapsing ToolbarDominik Schürmann2015-08-281-35/+32
| |_|/ |/| |
* | | Experimental word comparisonDominik Schürmann2015-08-274-9/+174
| |/ |/|
* | Fix theme settingDominik Schürmann2015-08-271-0/+2
|/
* Use SwitchPreference more oftenDominik Schürmann2015-08-271-14/+14
|
* Experimental features settings reworkedDominik Schürmann2015-08-271-11/+25
|
* Remove dead codeDominik Schürmann2015-08-273-623/+34
|
* Experimental feature settingDominik Schürmann2015-08-271-6/+36
|
* added on/off summariesAdithya Abraham Philip2015-08-201-1/+26
|
* added sync preferencesAdithya Abraham Philip2015-08-201-2/+62
|
* changed orbot notification iconsAdithya Abraham Philip2015-08-201-1/+4
|
* reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-204-44/+70
|
* improved orbot notify, added periodic syncAdithya Abraham Philip2015-08-201-0/+19
|
* introduced keyserver sync adapterAdithya Abraham Philip2015-08-202-7/+18
|
* Fix theme problemsDominik Schürmann2015-08-182-4/+4
|
* Fix CryptoInputParcel handling for YubiKeysDominik Schürmann2015-08-181-20/+5
|
* apply fixPgpMessage to plaintext/armored decrypt inputVincent Breitmoser2015-08-171-5/+20
|
* display dummy key for empty result, don't display during searchVincent Breitmoser2015-08-141-2/+3
|
* show dummy item if there are no secret keysVincent Breitmoser2015-08-142-3/+70
|
* always show MainActivity after first-time CreateKeyActivityVincent Breitmoser2015-08-142-14/+16
|
* Lock orientation for yubikey operationsDominik Schürmann2015-08-121-0/+5
|
* Change license of NfcOperationActivity and fix copyright in BaseNfcActivityDominik Schürmann2015-08-122-3/+19
|
* Fix theme bugsDominik Schürmann2015-08-126-13/+41
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-08-121-0/+1
|\
| * show result error in cachingcryptooperationfragment (related #1445)Vincent Breitmoser2015-08-121-0/+1
| |
* | Adpt official theme naming schemaDominik Schürmann2015-08-121-2/+2
|/
* Improve comments and reasons in PgpConstants, simple checks for insecure ↵Dominik Schürmann2015-08-102-12/+10
| | | | asymmetric keys
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-095-66/+148
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* updated OrbotHelper with silent startAdithya Abraham Philip2015-08-067-90/+173
|
* Merge pull request #1456 from xSooDx/masterDominik Schürmann2015-08-051-3/+16
|\ | | | | ISSUE #1304: Change keybase strings
| * renamed the insertLinks() method to formatSpannableString() and added ↵xSooDx2015-08-041-2/+5
| | | | | | | | comment about its functionality
| * -Added failsafe in case '%s' is not in the stringxSooDx2015-07-211-2/+6
| | | | | | | | -Causes the links to be appended at the end
| * -No longer appends the links to the keybase_narrativesxSooDx2015-07-211-3/+9
| | | | | | | | | | | | -Now uses '%s' to insert the names in the keybase_narratives -added '%s' to keybase_narrative_* in the string.xml file NOTE:Have not modified for other languages
* | Update libsDominik Schürmann2015-08-032-15/+10
| |
* | Fix color and design in help activityDominik Schürmann2015-08-031-1/+0
| |
* | Fix crash with new themeDominik Schürmann2015-07-251-1/+1
| |
* | Refactor theme selection of dialogsThialfihar2015-07-217-27/+27
| | | | | | | | This makes sure the dark theme also uses dark dialogs.
* | Fix key view toolbar and status colourThialfihar2015-07-212-5/+25
| | | | | | | | | | | | The status bar wrongly used the same colour as the toolbar, making it indistinguishable from it. This calculates the status bar colour based on the toolbar colour.
* | Refactor theme changing to avoid code repetitionThialfihar2015-07-213-55/+70
| |
* | Refactor theme preference values into constantsThialfihar2015-07-212-2/+3
| | | | | | | | Also explicitly set a theme via preference updating to the default.
* | Upgrade MaterialDrawer to 3.0.9Thialfihar2015-07-211-14/+17
| |
* | Fix drawer background color for ViewKeyActivityThialfihar2015-07-212-4/+4
| |
* | Update recent decrypt changes to use new theme attributesThialfihar2015-07-211-9/+10
| |
* | Add forgotten docu to a new methodThialfihar2015-07-211-0/+6
| |
* | Make the log display honour the themeThialfihar2015-07-211-6/+9
| |
* | Make import keys activity honour the themeThialfihar2015-07-211-3/+3
| | | | | | | | | | | | | | | | | | This changes the light theme slightly as well, it uses the actual background instead of pure white and removes the thick superfluous divider on top. The divider at the bottom now has no margin, making the separation from the FrameLayout on top more consistent, especially when there is scrollable content.