aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/FirstTimeActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - 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
* Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-291-1/+1
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
|
* show notification if KeyListActivity is spawned with an EXTRA_RESULTVincent Breitmoser2015-01-161-1/+2
| | | | | | | Closes #1029 Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
|
* Use Toolbar and new BaseActivityDominik Schürmann2015-01-131-3/+5
|
* Fix crash on first time wizardDominik Schürmann2014-12-281-2/+2
|
* Add workaround for bug #912Dominik Schürmann2014-10-021-0/+7
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-1/+1
| | | | created ui.util for everything related to formatting
* Fix nullpointer in first time activityDominik Schürmann2014-08-201-1/+3
|
* return some more resultsDominik Schürmann2014-08-201-5/+7
|
* Prettify buttonsDominik Schürmann2014-07-271-7/+6
|
* Work on first time wizard designDominik Schürmann2014-07-271-4/+12
|
* Program flow fixesDominik Schürmann2014-07-251-7/+20
|
* Temporary program flow fixesDominik Schürmann2014-07-161-0/+3
|
* New first time screenDominik Schürmann2014-07-161-0/+74