aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/QrCodeActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Externalize QR Code scanning and import into its own activity for better ↵Dominik Schürmann2014-10-231-127/+0
| | | | code separation
* reduce memory footprint in QrCodeActivity as wellVincent Breitmoser2014-10-091-3/+16
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-6/+6
| | | | created ui.util for everything related to formatting
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-07-301-4/+4
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/ui/AccountSettingsFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyActivity.java
| * fix a couple remaining AppMsgsVincent Breitmoser2014-07-291-4/+4
| |
* | Create key with fragmentsDominik Schürmann2014-07-301-2/+2
|/
* Redesigned QR Code viewDominik Schürmann2014-07-271-0/+114