aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/RedirectImportKeysActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Use proper ImportKeysProxyActivity to scan QR CodesDominik Schürmann2016-04-291-5/+6
|
* unnecesary code removedLubo Viluda2016-04-121-1/+0
| | | | | - setContentView removed - R.layout.redirect_import_keys_activity.xml removed
* Unnecesary code removed and string repairedLubo Viluda2016-04-121-1/+1
| | | | | | | - Unnecesary import from RedirectImportKeyActivity.java removed - ..\value-w820dp\dimens.xml was unnecesary - \..value\dimens.xml unnecasary line - string sources repaired
* Activity renamedLubo Viluda2016-04-041-2/+2
| | | | Activity renamed from startScanActivity to startQrCodeCaptureActivity
* Changed activity during RedirectKeysActivityLubo Viluda2016-04-041-6/+1
| | | | QrCodeCaptureActivity is open instead ImportKeysActivity
* Theme changeLubo Viluda2016-03-241-1/+0
| | | | Theme.Keychain.Transparet is used
* upgrade of Redirect import activityLubo Viluda2016-03-241-23/+28
| | | | | | | -> RedirectImportActivity is transparent now -> some poinlessly data removed -> String moved into sources -> xml for activity simplified
* #1661 - Don't expose CertifyActivityLubo Viluda2016-03-201-0/+60
*Add new activity - RedirectImportKeysActivity, which prompts user to use Openkeychain directly *Add intent filter for the activity *Change intent filter for CertifyActivity