Commit Graph

695 Commits

Author SHA1 Message Date
Andrea Torlaschi
1e33cd3a1a ImportKeys: Show single key card for files with only one key 2016-08-23 16:59:42 +02:00
Andrea Torlaschi
139c362058 ImportKeys: Change "List keys" to "View list" and paddings 2016-08-23 16:46:30 +02:00
Andrea Torlaschi
9b2e899f4f ImportKeys: Make the design more usable
- Make card clickable
- Move import button in expanded part of the card
2016-08-23 16:46:22 +02:00
Andrea Torlaschi
9f424c07f1 ImportKeys: Add auto complete to SearchView 2016-08-21 19:48:14 +02:00
Andrea Torlaschi
4e661886b1 ImportKeys: Changed UI a bit 2016-08-21 16:36:54 +02:00
Andrea Torlaschi
37f91e326c ImportKeys: Move action buttons inside action bar 2016-08-20 16:48:55 +02:00
Andrea Torlaschi
9469d6d6b2 ImportKeys: Use single card for importing all keys 2016-08-20 11:06:43 +02:00
Andrea Torlaschi
f9316c1708 ImportKeys: Remove "Import all keys" from menu
- This feature is now available in a bottom bar when in basic mode
2016-08-19 22:35:57 +02:00
Andrea Torlaschi
8ce6aba68e ImportKeys: Refactoring 2016-08-19 22:35:56 +02:00
Andrea Torlaschi
28af02c6c7 ImportKeys: Add basic key importing 2016-08-19 22:35:55 +02:00
Andrea Torlaschi
1cdd91cc85 ImportKeys: Use green for import button 2016-08-19 22:35:55 +02:00
Andrea Torlaschi
ebe7b6293d ImportKeys: Add creation date and more check on keys's data 2016-08-19 22:35:54 +02:00
Andrea Torlaschi
8c6c97d932 ImportKeys: Use the parsed key id and move it in extra part 2016-08-19 22:35:53 +02:00
Andrea Torlaschi
efa651284e ImportKeys: Use data binding for extra informations about the key and refactoring 2016-08-19 22:35:53 +02:00
Andrea Torlaschi
6ecc53d0a6 ImportKeys: Use data binding for key status image 2016-08-19 22:35:52 +02:00
Andrea Torlaschi
61e047d7e9 ImportKeys: Fix text color and refactoring 2016-08-19 22:35:51 +02:00
Andrea Torlaschi
0e66999ecf ImportKeys: Use data binding to set CardView's content 2016-08-19 22:35:49 +02:00
Andrea Torlaschi
9bf06e216b ImportKeys: Integrate more features in ImportKeysListEntry 2016-08-19 22:35:48 +02:00
Andrea Torlaschi
0325c27987 ImportKeys: Refactoring CardView 2016-08-19 22:35:47 +02:00
Andrea Torlaschi
5322fa71b7 ImportKeys: Extract ImportUserIdsView to decouple it from CardView 2016-08-19 22:35:46 +02:00
Andrea Torlaschi
d947db2569 ImportKeys: Restore NonInteractive behavior
Hides container of buttons when NonInteractive is enabled.
In this way user can't interact with the list.
2016-08-19 22:35:39 +02:00
Andrea Torlaschi
e4fe1e95fb ImportKeys: Fix Recyclerview coherence with data 2016-08-19 22:35:38 +02:00
Andrea Torlaschi
15b7845b16 ImportKeys: Get reference to canonicalized key without saving and refactoring (WIP) 2016-08-19 22:35:37 +02:00
Andrea Torlaschi
68b015122b ImportKeys: Add expanding card for list's item (WIP) 2016-08-19 22:35:37 +02:00
Andrea Torlaschi
a5b1f46642 ImportKeys: Add import single key from file
- Refactoring needed
2016-08-19 22:35:35 +02:00
Andrea Torlaschi
40d6d1f750 ImportKeys: Add import button to cards
- Adapt things to material design
2016-08-19 22:35:35 +02:00
Andrea Torlaschi
c41b658e8f ImportKeys: Add menu in import fragments
- Move cloud settings to menu
- TODO: Import all keys
2016-08-19 22:35:30 +02:00
Andrea Torlaschi
96f405f5ee ImportKeys: Remove bottom toolbar 2016-08-19 22:35:29 +02:00
Andrea Torlaschi
d9562461eb ImportKeys: Add empty list message 2016-08-19 22:35:28 +02:00
Andrea Torlaschi
8ae245e6df ImportKeys: Use Toolbar for Import button 2016-08-19 22:35:28 +02:00
Andrea Torlaschi
f52e4a8c7f ImportKeys: Use CardView for the list and change layout 2016-08-19 22:35:27 +02:00
Andrea Torlaschi
53691d7315 ImportKeys: Switch from ListFragment to RecyclerView
This is the first step for:
 - use CardView for the list
 - improve ImportKeysListFragment
2016-08-19 22:35:26 +02:00
Dominik Schürmann
0ad0023fac Passphrase dialog: Button to switch between keyboard layouts 2016-07-11 10:55:05 +02:00
Andrea Torlaschi
dc32ff2707 Padding cleanup 2016-05-17 17:48:59 +02:00
Andrea Torlaschi
7a7d32f706 Remove dividers
Divider shouldn't be used after last item
2016-05-17 17:20:01 +02:00
Dominik Schürmann
f44bd23622 Revert "Add + button besides TokenAutoComplete, Issue #925"
This reverts commit 72d2a627ff.

Conflicts:
	OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java
2016-05-12 14:53:16 +03:00
Dominik Schürmann
3cc92e6f61 Merge branch 'Issue#925' of https://github.com/007durgesh219/open-keychain into 007durgesh219-Issue#925 2016-04-29 21:41:46 +02:00
Dominik Schürmann
0e67b49e1a Merge pull request #1831 from fiaxh/key_creation_flexible
Handle user input on key creation more generously
2016-04-29 21:36:53 +02:00
fiaxh
249b8d7d78 Handle user input on key creation more generously
Allow empty name and do not regex-check email
fixes #1825
2016-04-15 01:21:15 +02:00
Durgesh
72d2a627ff Add + button besides TokenAutoComplete, Issue #925
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-04-14 02:43:32 +05:30
Dominik Schürmann
f7654af00b Revert usage of masked-edittext, back to plain edittexts for backup codes 2016-04-12 19:06:08 +02:00
Vincent
e0463ec818 Merge pull request #1796 from AlexFJW/LimitCreateKeyOptions
Refer to issue #1600 Limit create key options
2016-04-04 10:53:11 +02:00
Alex Fong
cb9bdb3cf7 Redesigned subkey creation dialog and changed default key type created to RSA, 3072 bit.
Added code to prevent removal of master subkey when modifying a new key.
2016-04-01 23:12:11 +08:00
Durgesh
990948e3fb Fix Display Key in UploadKeyActivity, Issue #506 2016-03-31 20:52:34 +05:30
Durgesh
0f716f7b9f Display Key moved to Fragment
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-03-29 22:46:20 +05:30
Dominik Schürmann
7882f16331 Make it a style to reduce code duplication 2016-03-08 16:10:06 +01:00
Dominik Schürmann
e8875adaa4 Using new size qualifiers 2016-03-08 15:47:32 +01:00
Dominik Schürmann
5379f64d08 Revert "Use non-breaking spaces for backup code MaskedEditText"
This reverts commit 0feb4d074c.

Conflicts:
	OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
2016-03-08 15:01:49 +01:00
unyoungwax
b0b6adc58b Resize QR code properly in landscape orientation 2016-02-23 14:41:26 +08:00
Dominik Schürmann
0feb4d074c Use non-breaking spaces for backup code MaskedEditText 2016-02-10 18:48:27 +01:00