aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | |
* | | | | Header image tryoutDominik Schürmann2015-01-293-3/+2
| | | | |
* | | | | Remove files related to old nav drawerDominik Schürmann2015-01-2916-227/+52
| | | | |
* | | | | Fix item layout in apps listDominik Schürmann2015-01-291-10/+10
| | | | |
* | | | | Refactor DecryptActivity into DecryptOverviewFragment for nav drawerDominik Schürmann2015-01-294-119/+98
| | | | |
* | | | | White popup themeDominik Schürmann2015-01-291-3/+7
|/ / / /
* | | | Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-299-57/+0
| | | |
* | | | Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle
| * | | | use Notify helper everywhere, replace supertoasts with snackbar libraryVincent Breitmoser2015-01-191-1/+1
| | | | |
* | | | | Cloud search iconDominik Schürmann2015-01-285-2/+1
| | | | |
* | | | | Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-271-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * \ \ \ \ Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-01-271-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | development
| | * | | | | backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-0/+1
| | | | | | |
| | * | | | | move last parts of import logic from kis into operationVincent Breitmoser2015-01-261-0/+1
| | | | | | |
* | | | | | | Temporary nav drawer fixesDominik Schürmann2015-01-274-2/+27
|/ / / / / /
* / / / / / Material Design DrawerDominik Schürmann2015-01-2627-0/+5
|/ / / / /
* | | | | Material Design: Full screen dialogsDominik Schürmann2015-01-2644-91/+66
| | | | |
* | | | | introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-251-0/+7
| | | | |
* | | | | work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-0/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow modifySecretKeyRing operation without passphrase, but a only restricted subset of operations (ie, s2k strip/divert) - pass byte array with serial number to key edit operation to initialize divert-to-card key - update spongycastle to support serial numbers in iv for divert-to-card
* | | | Style tabs, add missing drawablesDominik Schürmann2015-01-1515-6/+13
| | | |
* | | | Fix drawable sizesDominik Schürmann2015-01-1419-0/+0
| | | |
* | | | Toolbar for settingsDominik Schürmann2015-01-148-3/+13
| | | |
* | | | Integrate QR Code library instead of requiring the app to be installed, also ↵Dominik Schürmann2015-01-141-0/+1
| | | | | | | | | | | | | | | | due to security reasons
* | | | Reorganize folders of graphics sourcesDominik Schürmann2015-01-1437-1/+1
| | | |
* | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2015-01-141-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | development
| * | | | small fixes to user attribute handlingVincent Breitmoser2015-01-141-0/+1
| | | | |