Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1456 from xSooDx/master | Dominik Schürmann | 2015-08-05 | 1 | -3/+16 |
|\ | | | | | ISSUE #1304: Change keybase strings | ||||
| * | renamed the insertLinks() method to formatSpannableString() and added ↵ | xSooDx | 2015-08-04 | 1 | -2/+5 |
| | | | | | | | | comment about its functionality | ||||
| * | -Added failsafe in case '%s' is not in the string | xSooDx | 2015-07-21 | 1 | -2/+6 |
| | | | | | | | | -Causes the links to be appended at the end | ||||
| * | -No longer appends the links to the keybase_narratives | xSooDx | 2015-07-21 | 1 | -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 libs | Dominik Schürmann | 2015-08-03 | 2 | -15/+10 |
| | | |||||
* | | Add privacy information to account screen | Dominik Schürmann | 2015-08-03 | 1 | -1/+1 |
| | | |||||
* | | Fix color and design in help activity | Dominik Schürmann | 2015-08-03 | 1 | -1/+0 |
| | | |||||
* | | Fix crash with new theme | Dominik Schürmann | 2015-07-25 | 1 | -1/+1 |
| | | |||||
* | | Refactor theme selection of dialogs | Thialfihar | 2015-07-21 | 7 | -27/+27 |
| | | | | | | | | This makes sure the dark theme also uses dark dialogs. | ||||
* | | Fix key view toolbar and status colour | Thialfihar | 2015-07-21 | 2 | -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. | ||||
* | | Fix preference version handling | Thialfihar | 2015-07-21 | 1 | -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 theme | Thialfihar | 2015-07-21 | 2 | -1/+2 |
| | | |||||
* | | Refactor theme changing to avoid code repetition | Thialfihar | 2015-07-21 | 3 | -55/+70 |
| | | |||||
* | | Rename updatePreferences() to upgradePreferences() | Thialfihar | 2015-07-21 | 2 | -2/+2 |
| | | | | | | | | | | 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 constants | Thialfihar | 2015-07-21 | 4 | -4/+14 |
| | | | | | | | | Also explicitly set a theme via preference updating to the default. | ||||
* | | Upgrade MaterialDrawer to 3.0.9 | Thialfihar | 2015-07-21 | 1 | -14/+17 |
| | | |||||
* | | Fix drawer background color for ViewKeyActivity | Thialfihar | 2015-07-21 | 3 | -5/+6 |
| | | |||||
* | | Update recent decrypt changes to use new theme attributes | Thialfihar | 2015-07-21 | 1 | -9/+10 |
| | | |||||
* | | Add forgotten docu to a new method | Thialfihar | 2015-07-21 | 1 | -0/+6 |
| | | |||||
* | | Make the log display honour the theme | Thialfihar | 2015-07-21 | 1 | -6/+9 |
| | | |||||
* | | Make import keys activity honour the theme | Thialfihar | 2015-07-21 | 1 | -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. | ||||
* | | Make help pages work in dark theme | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | | | | | | | | | | This maintains the black-on-white theme of the HTML views even for the dark theme. | ||||
* | | Make main text color themeable | Thialfihar | 2015-07-21 | 2 | -4/+4 |
| | | |||||
* | | Give password strength indicator colors their own name | Thialfihar | 2015-07-21 | 1 | -3/+3 |
| | | | | | | | | Also prune the android color definitions, most of which aren't used. | ||||
* | | Give key flag colors their own color names | Thialfihar | 2015-07-21 | 8 | -39/+39 |
| | | | | | | | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray". | ||||
* | | Make header text and tertiary text color themeable | Thialfihar | 2015-07-21 | 8 | -17/+22 |
| | | |||||
* | | Start moving colors into themes | Thialfihar | 2015-07-21 | 2 | -2/+20 |
| | | | | | | | | | | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors. | ||||
* | | Automatically recreate activities on theme change | Thialfihar | 2015-07-21 | 2 | -4/+62 |
| | | |||||
* | | Add theme setting | Thialfihar | 2015-07-21 | 4 | -1/+57 |
| | | | | | | | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme. | ||||
* | | fixed multi-deletion bug, moved logic into DeleteKeyDialogActivity | Adithya Abraham Philip | 2015-07-15 | 4 | -21/+22 |
| | | |||||
* | | made mSignatureTime optional in CryptoOperationHelper | Adithya Abraham Philip | 2015-07-15 | 10 | -31/+80 |
| | | |||||
* | | added revocation tag NO_REASON to all revocations via PgpKeyOperation | Adithya Abraham Philip | 2015-07-14 | 2 | -1/+8 |
| | | |||||
* | | made PassphraseDialogActivity compatible with null CryptoInputParcel | Adithya Abraham Philip | 2015-07-13 | 3 | -6/+23 |
| | | |||||
* | | upload only public key in revocation | Adithya Abraham Philip | 2015-07-13 | 2 | -1/+15 |
| | | |||||
* | | corrected DeleteKeyDialogActivity finishing on cancel | Adithya Abraham Philip | 2015-07-13 | 1 | -9/+21 |
| | | |||||
* | | show key name on revoke/delete dialog | Adithya Abraham Philip | 2015-07-13 | 1 | -6/+23 |
| | | |||||
* | | made key deletion require double confirmation | Adithya Abraham Philip | 2015-07-13 | 1 | -1/+1 |
| | | |||||
* | | added licenses, cleaned up code, fixed warnings | Adithya Abraham Philip | 2015-07-13 | 22 | -72/+130 |
| | | |||||
* | | added retry on upload failure | Adithya Abraham Philip | 2015-07-13 | 7 | -6/+112 |
| | | |||||
* | | allowed operations to modify CryptoInputParcel they receive | Adithya Abraham Philip | 2015-07-13 | 22 | -57/+73 |
| | | |||||
* | | prevented passphrase caching on revocation | Adithya Abraham Philip | 2015-07-13 | 6 | -17/+59 |
| | | |||||
* | | use only one DeleteDialogActivity | Adithya Abraham Philip | 2015-07-13 | 6 | -346/+241 |
| | | |||||
* | | implemented revocation on deletion | Adithya Abraham Philip | 2015-07-13 | 23 | -305/+1000 |
| | | |||||
* | | Use support.v7.app.AlertDialog | Dominik Schürmann | 2015-07-13 | 10 | -37/+11 |
| | | |||||
* | | check response code for upload error | Adithya Abraham Philip | 2015-07-10 | 1 | -0/+4 |
| | | |||||
* | | add pseudo-static id property to CryptoOperationHelper | Vincent Breitmoser | 2015-07-09 | 14 | -68/+44 |
| | | |||||
* | | run queued operations in onViewStateRestored, *after* onActivityCreated | Vincent Breitmoser | 2015-07-09 | 1 | -2/+2 |
| | | |||||
* | | cryptoophelper: requested code must be saved between instances! | Vincent Breitmoser | 2015-07-09 | 2 | -1/+27 |
| | | |||||
* | | multi-decrypt: save currentInputUri state | Vincent Breitmoser | 2015-07-09 | 2 | -4/+16 |
| | | |||||
* | | backup: only ask for passphrase for secret keys which have one | Vincent Breitmoser | 2015-07-09 | 1 | -40/+78 |
| | |