Commit Graph
788 Commits
Author SHA1 Message Date
Vincent Breitmoser 1868aed53b flesh out security warning dialog 2017-05-15 13:26:24 +02:00
Dominik SchürmannandGitHub 8738862f09 Merge pull request #2093 from open-keychain/key-status
Key Status Card
2017-04-26 10:45:58 +03:00
Vincent Breitmoser 0db22b55e1 add expiry date info to key status card 2017-04-25 15:00:16 +02:00
Vincent Breitmoser 1e8d5bdad3 use info from SecurityProblem class in health card 2017-04-25 15:00:16 +02:00
Vincent Breitmoser fed0fff9d7 add secret key status (wip) 2017-04-25 15:00:16 +02:00
Vincent Breitmoser 85ee12d143 remove deprecated accounts api, bump min api version to 7 2017-04-23 13:59:17 +02:00
Vincent Breitmoser 4be2f6e98e change RemoteRegisterActivity into a dialog 2017-02-08 00:57:26 +01:00
Vincent Breitmoser e06205ae55 redesign request key into dialog 2017-02-08 00:57:26 +01:00
Vincent Breitmoser 074be9e798 extract request key logic into presenter 2017-02-08 00:57:26 +01:00
Vincent Breitmoser a9001b3b45 change "select allowed keys" into "request key permission" activity 2017-02-08 00:57:26 +01:00
Dominik SchürmannandGitHub 6b4182d591 Merge pull request #2032 from rhari991/insecure-warning-on-card
Added insecure warning to import card
2017-02-07 20:38:51 +01:00
daquexian 3f920455b2 fix transparent header 2017-02-07 23:59:53 +08:00
Hari ba1bd8d48a Added insecure warning to import card 2017-02-04 01:47:14 +05:30
Dominik Schürmann 7c2fee9609 Use card_black design for security tokens 2017-01-10 13:32:10 +01:00
Arnaud Fontaine a6b7b2bf4e Support of SmartPGP secure messaging 2017-01-04 14:59:57 +01:00
Arnaud Fontaine 05bfd6bc01 Support of OpenPGP card v3 2017-01-04 13:39:19 +01:00
Dominik Schürmann e7ca41c1e9 Fix height of section headers on Android 7 2016-12-05 16:58:40 +01:00
Dominik Schürmann b4e936fc3f Fix padding and scrollbar in import 2016-12-05 13:50:33 +01:00
Dominik Schürmann dd69621408 Do not use ImportKeysListFragment for Security Token import, fixes #1959. Also introduces radio button to import key information from file 2016-12-04 22:58:41 +01:00
Tobias ErthalandDominik Schürmann 5cb9de01ad Fixed id offset, minor changes. 2016-12-04 20:02:56 +01:00
Dominik Schürmann d90b20f550 Merge tobsbot RecyclerView branch 2016-11-30 15:51:32 +01:00
Dominik Schürmann 740d3fa72c Small UI alignments 2016-11-30 15:13:34 +01:00
Dominik Schürmann cecacb79e5 Use fastscroll library 2016-11-30 15:07:16 +01:00
Dominik Schürmann efb1868791 Fix merge conflicts 2016-11-30 13:46:50 +01:00
Dominik Schürmann a67e8c6dd6 Inline progress for download and import 2016-11-30 01:00:48 +01:00
Dominik Schürmann 0dbe067ade Resolve merge conflicts 2016-10-27 19:03:37 +02:00
Dominik Schürmann f242d80c16 UI for onion keyserver, fix preference upgrade 2016-10-27 17:01:22 +02:00
Tobias Erthal da543345ee Reintroduce changes made associated with KeyListFragment to new branch. 2016-09-25 17:26:51 +02:00
Tobias Erthal da0218b5b4 Removing changes associated to KeyListFragment, they will get their own PR. 2016-09-25 15:00:38 +02:00
Tobias Erthal 5ec990d436 Added FastScroll capability to KeyListFragment. Removed unnecessary dependency. 2016-09-19 17:55:09 +02:00
Tobias Erthal fabd30f6b1 RecyclerView now used in remote fragments. Changes made to the cursor model. A bit more recursive, but better readability in my opinion. 2016-09-14 14:47:02 +02:00
Tobias Erthal 1fedf5a9eb minor changes to DisplayLogFragment 2016-09-12 17:47:20 +02:00
Tobias Erthal bef769e22a fixed several issues, recyclerview now used in DisplayLogFragment, cosmetic changes 2016-09-12 15:31:47 +02:00
Tobias Erthal b19f7a776f Changed all occurrences of StickyListHeaders ListView to RecyclerView.
Implemented SuperSlim in Recyclerview of ViewKeyAdvCertsFragment.
Some changes to the way data is bound to the views in the list.
2016-09-11 16:48:35 +02:00
Tobias Erthal d06eae018a Start implementing multi-select and action modes. Needs testing... 2016-09-09 19:06:56 +02:00
Tobias Erthal 930ea073b3 Improved SectionedCursorAdapter, added support for the dummy key item view. 2016-09-06 01:40:16 +02:00
Tobias Erthal d5321a6fb2 First try implementing sticky section headers 2016-09-02 22:41:45 +02:00
Andrea Torlaschi c389e543d0 (WIP) ImportKeys: Check if key is already present and verified 2016-08-28 23:48:08 +02:00
Andrea Torlaschi 9714bcc85b ImportKeys: Show refresh button and change text for "Show key" 2016-08-26 00:04:04 +02:00
Andrea Torlaschi 7abfa313f9 ImportKeys: Move creation date in the top part of the card 2016-08-25 23:25:17 +02:00
Andrea Torlaschi 4d813179c4 ImportKeys: Hide key status icon until key is downloaded 2016-08-25 22:57:11 +02:00
Vincent Breitmoser a094730690 remove support for "Comment" field 2016-08-25 14:54:18 +02:00
Andrea Torlaschi 702888bbe4 ImportKeys: Add ability to "Show key" instead of "Import" for already imported keys 2016-08-24 12:03:16 +02:00
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