Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Floating Action Button added in app settings | Dominik Schürmann | 2015-02-03 | 37 | -72/+200 | |
* | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-02-02 | 69 | -844/+1062 | |
|\ \ \ \ | ||||||
| * | | | | rewrite PgpSignEncrypt data flow | Vincent Breitmoser | 2015-02-01 | 68 | -839/+1051 | |
| * | | | | Merge remote-tracking branch 'origin/development' into development | Vincent Breitmoser | 2015-01-31 | 43 | -1368/+1180 | |
| |\ \ \ \ | ||||||
| * | | | | | prevent recursive consolidate | Vincent Breitmoser | 2015-01-31 | 5 | -5/+11 | |
* | | | | | | UI experiments for app settings | Dominik Schürmann | 2015-02-02 | 5 | -50/+69 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Rename app setting classes for consistency | Dominik Schürmann | 2015-01-30 | 7 | -15/+14 | |
* | | | | | Fix saving of allowed keys | Dominik Schürmann | 2015-01-30 | 1 | -11/+5 | |
* | | | | | Merge branch 'ligi/fix/add_ability_to_compile_with_java8' of https://github.c... | Dominik Schürmann | 2015-01-30 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add explicit casting to be able to compile with java8 | ligi | 2015-01-29 | 1 | -1/+1 | |
* | | | | | | Saving of allowed keys | Dominik Schürmann | 2015-01-29 | 11 | -232/+467 | |
* | | | | | | Introduce allowed keys table per API client | Dominik Schürmann | 2015-01-29 | 4 | -5/+70 | |
* | | | | | | Header image tryout | Dominik Schürmann | 2015-01-29 | 4 | -5/+3 | |
|/ / / / / | ||||||
* | | | | | Remove files related to old nav drawer | Dominik Schürmann | 2015-01-29 | 19 | -551/+53 | |
* | | | | | Fix item layout in apps list | Dominik Schürmann | 2015-01-29 | 1 | -10/+10 | |
* | | | | | Close FileDescriptors and input, output streams when possible | Dominik Schürmann | 2015-01-29 | 1 | -285/+335 | |
* | | | | | Refactor DecryptActivity into DecryptOverviewFragment for nav drawer | Dominik Schürmann | 2015-01-29 | 9 | -278/+243 | |
* | | | | | White popup theme | Dominik Schürmann | 2015-01-29 | 1 | -3/+7 | |
|/ / / / | ||||||
* | | | | Move key list logic into fragment, UI fixes for nav drawer | Dominik Schürmann | 2015-01-29 | 19 | -359/+59 | |
* | | | | Merge remote-tracking branch 'origin/t/snackbar' into development | Dominik Schürmann | 2015-01-29 | 10 | -214/+369 | |
|\ \ \ \ | ||||||
| * | | | | use Notify helper everywhere, replace supertoasts with snackbar library | Vincent Breitmoser | 2015-01-19 | 7 | -210/+197 | |
* | | | | | Cloud search icon | Dominik Schürmann | 2015-01-28 | 5 | -2/+1 | |
* | | | | | Fix cleartext signatures internally | Dominik Schürmann | 2015-01-27 | 1 | -5/+4 | |
* | | | | | Fix nullpointer in ImportKeysActivity | Dominik Schürmann | 2015-01-27 | 1 | -13/+24 | |
* | | | | | Support verification of detached signatures | Dominik Schürmann | 2015-01-27 | 2 | -98/+223 | |
* | | | | | Merge branch 'development' into detached-sigs-api | Dominik Schürmann | 2015-01-27 | 11 | -57/+133 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-01-27 | 11 | -57/+134 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | backend support for charset in ascii-armored streams | Vincent Breitmoser | 2015-01-27 | 7 | -4/+66 | |
| | * | | | | | remove unused NonPgpPartException | Vincent Breitmoser | 2015-01-26 | 1 | -12/+0 | |
| | * | | | | | move last parts of import logic from kis into operation | Vincent Breitmoser | 2015-01-26 | 5 | -41/+68 | |
* | | | | | | | Temporary nav drawer fixes | Dominik Schürmann | 2015-01-27 | 9 | -20/+54 | |
* | | | | | | | Fixes for detached signatures | Dominik Schürmann | 2015-01-26 | 2 | -11/+36 | |
* | | | | | | | Merge branch 'development' into detached-sigs-api | Dominik Schürmann | 2015-01-26 | 467 | -2979/+3902 | |
|\| | | | | | | ||||||
| * | | | | | | Material Design Drawer | Dominik Schürmann | 2015-01-26 | 33 | -29/+93 | |
| |/ / / / / | ||||||
| * | | | | | Material Design: Full screen dialogs | Dominik Schürmann | 2015-01-26 | 56 | -272/+202 | |
| * | | | | | lift language level to java 7, and some code cleanup | Vincent Breitmoser | 2015-01-25 | 88 | -838/+757 | |
| * | | | | | introduce PromoteKeyOperation to create dummy secret from public keys | Vincent Breitmoser | 2015-01-25 | 8 | -1/+208 | |
| * | | | | | work on divert-to-key and other keyring stuff | Vincent Breitmoser | 2015-01-25 | 6 | -16/+114 | |
| * | | | | | allow explicit re-certification in SaveKeyringParcel | Vincent Breitmoser | 2015-01-24 | 2 | -1/+8 | |
| * | | | | | move key stripping into ChangeSubkey, support divert-to-card | Vincent Breitmoser | 2015-01-24 | 5 | -39/+56 | |
| * | | | | | only respect most recent signature for key flags | Vincent Breitmoser | 2015-01-19 | 2 | -12/+42 | |
| * | | | | | always show revoked user ids last! | Vincent Breitmoser | 2015-01-19 | 1 | -4/+4 | |
| * | | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-01-19 | 2 | -1/+9 | |
| |\| | | | | ||||||
| | * | | | | No setContentView in onCreate for KeyListActivity | Vincent | 2015-01-16 | 1 | -2/+0 | |
| | * | | | | show notification if KeyListActivity is spawned with an EXTRA_RESULT | Vincent Breitmoser | 2015-01-16 | 2 | -1/+11 | |
| * | | | | | Disable sharing chooser blacklisting for lollipop | Dominik Schürmann | 2015-01-19 | 3 | -3/+6 | |
| |/ / / / | ||||||
| * | | | | Style tabs, add missing drawables | Dominik Schürmann | 2015-01-15 | 20 | -573/+38 | |
| * | | | | Fix drawable sizes | Dominik Schürmann | 2015-01-14 | 19 | -0/+0 | |
| * | | | | Yubikey numkey by default to true | Dominik Schürmann | 2015-01-14 | 2 | -1/+4 | |
| * | | | | Toolbar for settings | Dominik Schürmann | 2015-01-14 | 13 | -19/+56 |