open-keychain/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Vincent Breitmoser a221464f38 Fix to preselect certification key if only one is available
Closes #981
2014-10-29 22:47:34 +01:00
..
adapter Rename multi certify files to certify 2014-10-26 22:41:40 +01:00
dialog disable cancel button instead of hiding it on cancel prevention 2014-10-26 22:26:05 +01:00
util color experiments 2014-10-15 12:48:54 +02:00
widget Fix to preselect certification key if only one is available 2014-10-29 22:47:34 +01:00
CertifyKeyActivity.java Rename multi certify files to certify 2014-10-26 22:41:40 +01:00
CertifyKeyFragment.java retrofit getBlob method of matrixcursor for android 2.3 2014-10-27 17:36:53 +01:00
ConsolidateDialogActivity.java Consolidate on database upgrade 2014-09-09 09:26:03 +02:00
CreateKeyActivity.java Fix animations in create key 2014-07-31 21:51:35 +02:00
CreateKeyFinalFragment.java move around package structure a bit 2014-10-10 19:59:25 +02:00
CreateKeyInputFragment.java fix hideKeyboard() in other activities as well, just to be safe 2014-10-02 19:40:43 +02:00
DecryptActivity.java move around package structure a bit 2014-10-10 19:59:25 +02:00
DecryptFilesActivity.java New decrypt activity design (WIP), saner UTF8 decoding (replacing non-decodable characters) 2014-09-15 10:19:55 +02:00
DecryptFilesFragment.java move around package structure a bit 2014-10-10 19:59:25 +02:00
DecryptFragment.java move around package structure a bit 2014-10-10 19:59:25 +02:00
DecryptTextActivity.java move around package structure a bit 2014-10-10 19:59:25 +02:00
DecryptTextFragment.java move around package structure a bit 2014-10-10 19:59:25 +02:00
DrawerActivity.java New add keys activity 2014-10-04 13:44:34 +02:00
EditKeyActivity.java Feature to change key configuration in create key 2014-09-21 21:50:56 +02:00
EditKeyFragment.java Use passphrase dialog activity instead of passphrase dialog 2014-10-25 22:53:35 +02:00
EncryptActivity.java move around package structure a bit 2014-10-10 19:59:25 +02:00
EncryptActivityInterface.java Load of rework on EncryptActivity, still some TODOs 2014-07-20 17:09:34 +02:00
EncryptAsymmetricFragment.java Replace many PgpGeneralExceptions with PgpKeyNotFoundException 2014-10-09 01:37:44 +02:00
EncryptFilesActivity.java move around package structure a bit 2014-10-10 19:59:25 +02:00
EncryptFilesFragment.java Maybe fixes encrypt files on tablets 2014-09-29 22:23:48 +02:00
EncryptSymmetricFragment.java Load of rework on EncryptActivity, still some TODOs 2014-07-20 17:09:34 +02:00
EncryptTextActivity.java move around package structure a bit 2014-10-10 19:59:25 +02:00
EncryptTextFragment.java Work on new result handling (WIP) 2014-09-17 13:45:16 +02:00
FirstTimeActivity.java Add workaround for bug #912 2014-10-02 11:23:43 +02:00
HelpAboutFragment.java Add applications section to help 2014-05-07 18:31:31 +02:00
HelpActivity.java Move SlidingTabLayout and SlidingTabStrip into appropriate subpackage 2014-06-06 22:47:28 +02:00
HelpHtmlFragment.java Add applications section to help 2014-05-07 18:31:31 +02:00
ImportKeysActivity.java Remove tabs from import keys activity 2014-10-25 22:05:55 +02:00
ImportKeysCloudFragment.java Keyboard tests 2014-10-26 01:09:35 +02:00
ImportKeysFileFragment.java UI stuff 2014-10-05 10:59:52 +02:00
ImportKeysListFragment.java Remove old exception handling code from loaders 2014-10-25 22:31:28 +02:00
KeyListActivity.java Safe slinger activity preps 2014-10-25 02:38:06 +02:00
KeyListFragment.java Remove empty layout 2014-10-25 23:36:48 +02:00
LoaderFragment.java use LoaderFragment for CertifyActivity 2014-08-31 00:19:16 +02:00
LogDisplayActivity.java package reordering: merge util and helper, there were no real difference; created ui.util for everything related to formatting 2014-09-17 21:51:25 +02:00
LogDisplayFragment.java set padding for sublog entries 2014-10-25 02:25:28 +02:00
NfcActivity.java fix ByteBuffer offset mistake in NfcActivity 2014-09-30 11:36:51 +02:00
NfcIntentActivity.java add barely functional nfc intent activity (WIP!) 2014-09-29 21:31:19 +02:00
PassphraseDialogActivity.java Added option for num keypad for YubiKey 2014-10-13 04:47:48 +02:00
PreferencesActivity.java Added option for num keypad for YubiKey 2014-10-13 04:47:48 +02:00
PreferencesKeyServerActivity.java package reordering: merge util and helper, there were no real difference; created ui.util for everything related to formatting 2014-09-17 21:51:25 +02:00
QrCodeScanActivity.java Rename multi certify files to certify 2014-10-26 22:41:40 +01:00
QrCodeViewActivity.java Externalize QR Code scanning and import into its own activity for better code separation 2014-10-23 17:13:49 +02:00
SafeSlingerActivity.java Rename multi certify files to certify 2014-10-26 22:41:40 +01:00
SelectPublicKeyActivity.java package reordering: merge util and helper, there were no real difference; created ui.util for everything related to formatting 2014-09-17 21:51:25 +02:00
SelectPublicKeyFragment.java Fail on unknown key ids on API, Key item design consistency for API 2014-10-26 00:19:14 +02:00
UploadKeyActivity.java package reordering: merge util and helper, there were no real difference; created ui.util for everything related to formatting 2014-09-17 21:51:25 +02:00
ViewCertActivity.java Replace many PgpGeneralExceptions with PgpKeyNotFoundException 2014-10-09 01:37:44 +02:00
ViewKeyActivity.java Move advanced info into own activity 2014-10-26 02:16:39 +02:00
ViewKeyAdvancedActivity.java Move advanced info into own activity 2014-10-26 02:16:39 +02:00
ViewKeyAdvancedFragment.java Move advanced info into own activity 2014-10-26 02:16:39 +02:00
ViewKeyMainFragment.java Rename multi certify files to certify 2014-10-26 22:41:40 +01:00
ViewKeyShareFragment.java Use new safe slinger activity from share tab 2014-10-26 02:34:51 +02:00