aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-072-0/+153
| | | |
* | | | Remove old Holo design resourcesDominik Schürmann2015-02-26308-576/+0
| | | |
* | | | Hopefully fixes drop down icon for spinners on Android lower 5Dominik Schürmann2015-02-261-19/+0
| | | |
* | | | Fingerprint verification, design fixes for qr code cardDominik Schürmann2015-02-269-28/+214
| | | |
* | | | Dont show verification icons in my key view, hide edit button for non-secret ↵Dominik Schürmann2015-02-253-9/+10
| | | | | | | | | | | | | | | | keys
* | | | Invoke NFC buttonDominik Schürmann2015-02-2515-2/+10
| | | |
* | | | Other icon for key exchangeDominik Schürmann2015-02-2528-3/+3
| | | |
* | | | Design fixes for header, QR Code shared element transitionsDominik Schürmann2015-02-255-15/+27
| | | |
* | | | CardView and more header designDominik Schürmann2015-02-255-21/+53
| | | |
* | | | Use material icon for safeslingerDominik Schürmann2015-02-2512-3/+3
| | | |
* | | | Toolbar: qr code in header, cleanup of fragmentDominik Schürmann2015-02-2517-375/+75
| | | |
* | | | Bigger status icon in key viewDominik Schürmann2015-02-25110-26/+34
| | | |
* | | | First work on new key view toolbarDominik Schürmann2015-02-2518-31/+104
| | | |
* | | | Fix QR Code, design experiments for key viewDominik Schürmann2015-02-249-34/+88
| | | |
* | | | Remove tabs in view keyDominik Schürmann2015-02-247-13/+370
| | | |
* | | | New advanced key viewDominik Schürmann2015-02-235-65/+78
| | | |
* | | | Refactor AppsListFragmentDominik Schürmann2015-02-231-1/+0
| | | |
* | | | Uncluttering App Settings: Move advanced info in dialogDominik Schürmann2015-02-232-41/+5
| | | |
* | | | Remove old pattern lib, add new pattern libDominik Schürmann2015-02-232-43/+36
| | | |
* | | | Update tab lib and fix colors of tabsDominik Schürmann2015-02-233-4/+11
| | | |
* | | | Fix multi select and more colorsDominik Schürmann2015-02-2211-12/+11
| | | |
* | | | Pull from transifexDominik Schürmann2015-02-221-1/+1
| | | |
* | | | Pull from transifexDominik Schürmann2015-02-2298-903/+4356
| | | |
* | | | Color for holoDominik Schürmann2015-02-221-1/+1
| | | |
* | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-02-223-4/+14
|\ \ \ \ | | | | | | | | | | | | | | | development
| * \ \ \ Merge pull request #1047 from steelman/dev-stringsDominik Schürmann2015-02-223-4/+14
| |\ \ \ \ | | | | | | | | | | | | Some Polish translated strings and some tiny cleanups
| | * | | | some Polish translationsŁukasz Stelmach2015-02-211-3/+11
| | | | | |
| | * | | | move a string in the safe slinger activity to resourcesŁukasz Stelmach2015-02-213-1/+3
| | | | | |
* | | | | | Once again: Colors and header imageDominik Schürmann2015-02-225-33/+27
|/ / / / /
* | | | | Floating action button icons and methods for key listDominik Schürmann2015-02-218-18/+13
| | | | |
* | | | | Status bar height fixDominik Schürmann2015-02-216-7/+16
| | | | |
* | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-02-201-0/+1
|\| | | | | | | | | | | | | | | | | | | development
| * | | | determine correct filesize during decryption from LiteralData packetVincent Breitmoser2015-02-171-0/+1
| | | | |
* | | | | Screenshot for GSoCDominik Schürmann2015-02-201-2/+2
|/ / / /
* | | | Improve nav drawer drawableDominik Schürmann2015-02-032-0/+9
| | | |
* | | | Improve nav drawer drawableDominik Schürmann2015-02-031-0/+0
| | | |
* | | | Fix first time wizard designDominik Schürmann2015-02-037-2/+17
| | | |
* | | | Add FAB to key listDominik Schürmann2015-02-034-35/+104
| | | |
* | | | Move encrypt decrypt operations in own starter activityDominik Schürmann2015-02-0317-13/+44
| | | |
* | | | More toolbar fixesDominik Schürmann2015-02-034-11/+19
| | | |
* | | | App settings statusbar fixDominik Schürmann2015-02-032-3/+8
| | | |
* | | | Toolbar fixes, Toolbar under status bar on LollipopDominik Schürmann2015-02-0332-80/+99
| | | |
* | | | Floating Action Button added in app settingsDominik Schürmann2015-02-0336-41/+132
| | | |
* | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-02-021-23/+38
|\ \ \ \ | | | | | | | | | | | | | | | development
| * | | | rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-23/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
| * | | | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-01-3125-362/+182
| |\ \ \ \
| * | | | | prevent recursive consolidateVincent Breitmoser2015-01-311-0/+1
| | | | | |
* | | | | | UI experiments for app settingsDominik Schürmann2015-02-023-39/+41
| |/ / / / |/| | | |
* | | | | Rename app setting classes for consistencyDominik Schürmann2015-01-302-2/+2
| | | | |
* | | | | Saving of allowed keysDominik Schürmann2015-01-292-0/+13
| | | | |