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
79e527fe1a
ImportKeys: Show notification in case of errors in preview
2016-08-19 22:35:45 +02:00
Andrea Torlaschi
10ce910164
ImportKeys: Fix key preview when already downloaded
2016-08-19 22:35:44 +02:00
Andrea Torlaschi
d095df1740
ImportKeys: Refactoring (Cache results)
2016-08-19 22:35:41 +02:00
Andrea Torlaschi
22b5bce165
ImportKeys: Refactoring list entries
2016-08-19 22:35:41 +02:00
Andrea Torlaschi
5f8d7fa67b
ImportKeys: Show user ids from downloaded key
2016-08-19 22:35:40 +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
83673adeb9
ImportKeys: Add import single key from cloud
...
- Refactoring needed
2016-08-19 22:35:36 +02:00
Andrea Torlaschi
a5b1f46642
ImportKeys: Add import single key from file
...
- Refactoring needed
2016-08-19 22:35:35 +02:00
Andrea Torlaschi
5858257bab
ImportKeys: Add method for single import
2016-08-19 22:35:34 +02:00
Andrea Torlaschi
db1e8b60ca
ImportKeys: Extract interface and refactoring
...
ImportKeys: Extract interface and refactoring
2016-08-19 22:35:34 +02:00
Andrea Torlaschi
7cb13bf06f
ImportKeys: Extract duplicate code for permissions
2016-08-19 22:35:33 +02:00
Andrea Torlaschi
5e93b68b6e
ImportKeys: Refactoring
2016-08-19 22:35:32 +02:00
Andrea Torlaschi
9f7320b857
ImportKeys: Cleanup
...
- Move loader package inside keyimport package
- Change name of variables
- Remove unused images
2016-08-19 22:35:32 +02:00
Andrea Torlaschi
155ebc4d69
ImportKeys: Add ability to import all keys in a file
...
- Remove ability to select keys
(We will add ability to import a single key)
2016-08-19 22:35:31 +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
a0f371af41
ImportKeys: Refactoring
...
Move loader related class to a separate package
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
f52e4a8c7f
ImportKeys: Use CardView for the list and change layout
2016-08-19 22:35:27 +02:00
Andrea Torlaschi
0eceed88ff
ImportKeys: cleanup
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
9adaf1434f
Block 20 most chosen PINs
2016-08-16 03:23:43 +02:00
Dominik Schürmann
ac1c20f961
Update build environment to SDK 24
2016-08-15 08:37:23 +02:00
Dominik Schürmann
de0c02e044
Merge pull request #1868 from nmikhailov/nitrokey
...
WIP: Security token USB handling improvements
2016-08-15 07:46:27 +02:00
Dominik Schürmann
166ac9832b
Merge branch 'master' of github.com:open-keychain/open-keychain
2016-07-11 10:55:30 +02:00
Dominik Schürmann
0ad0023fac
Passphrase dialog: Button to switch between keyboard layouts
2016-07-11 10:55:05 +02:00
Vincent Breitmoser
aac5ae3a2c
handle first time wizard after import from token
2016-07-09 13:42:56 +02:00
Nikita Mikhailov
c9c7feb5f7
SecurityToken: add support for T=1 TPDU level of exchange
2016-07-02 19:45:23 +06:00
Alex Fong
c97d74b370
Changed HashMap to ArrayList<Pair>
2016-05-19 16:48:56 +08:00
Alex Fong
21430c0b49
Removed * import
2016-05-19 14:28:41 +08:00
Alex Fong
774c806f46
Added passphrase check for stripped masterkeys
2016-05-19 13:08:10 +08:00
Vincent Breitmoser
1da8e4c1ed
make unencrypted backup an explicit parameter
2016-05-17 20:59:07 +02:00
Vincent
60c277b96f
Merge pull request #1870 from AlexFJW/RemovedDuplicateCode
...
Shifted duplicate method implementations from KeyRing to openpgp-api …
2016-05-17 20:31:40 +02:00
Andrea Torlaschi
2ab55b6767
Settings: remove unuseful initialization
2016-05-17 17:09:03 +02:00
Andrea Torlaschi
a2d2da9098
Settings: change CheckBoxPreference to SwitchPreference
2016-05-17 16:51:44 +02:00
Alex Fong
614f46a630
Shifted duplicate method implementations from KeyRing to openpgp-api submodule
2016-05-15 23:26:09 +08: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
Vincent Breitmoser
48758cdec5
update progress handling in PgpDecryptVerifyOperation
...
- less progress messages overall
- report progress again based on input stream position, if filesize is known
- limit progress messages to one every 200ms while decrypting
- also fixed a bug in DecryptListFragment, the recycler view now reuses
old views as intended instead of crossfading all the time.
2016-05-11 16:17:01 +02:00
Andrea Torlaschi
c942d8b2ff
PgpSignEncryptOperation refactoring
2016-05-10 23:38:11 +02:00
Dominik Schürmann
7dd5e22353
Merge branch 'master' into backup-api
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
extern/openpgp-api-lib
2016-05-07 12:01:16 +03:00
Alex Fong
2f33fe3118
A simple fix to clear the list of detected keys when parsing key file gives an error.
2016-05-07 08:44:59 +08:00
Dominik Schürmann
eeb6fa5755
Fix formatting
2016-05-05 14:35:08 +03:00
Dominik Schürmann
4278aa1bf1
Revert "Added warning dialog for importing keys"
...
This reverts commit 9d35dcb0e9 .
Conflicts:
OpenKeychain/src/main/res/values/strings.xml
2016-05-05 14:29:56 +03:00