Commit Graph
1824 Commits
Author SHA1 Message Date
Dominik Schürmann 8d01f2d077 master -> primary in strings 2021-02-26 15:36:11 +01:00
Dominik Schürmann 94987a9010 rename whitelists to secure lists 2021-02-26 15:11:54 +01:00
Dominik Schürmann 1d4c7e4e73 Version 5.6 2021-02-14 18:21:08 +01:00
Vincent Breitmoser b6c71063a8 remove stray reference to keybase.io 2021-01-29 12:33:28 +01:00
Vincent Breitmoser 5eaa7518e8 drop broken secure wifi transfer feature
This feature depended on the unsupported TLS-PSK implementation shipped
with Android's conscrypt implementation. It abused a duck typing
mechanism that allowed using TLS-PSK despite its unsupported status, but
this silently broke somewhere along the way.
2021-01-29 12:10:35 +01:00
Vincent Breitmoser 2cc35ce970 drop broken pinning mechanism 2021-01-29 12:05:08 +01:00
Vincent Breitmoser cb111a09c9 drop contacts permission and related features 2020-09-07 20:19:13 +02:00
Vincent Breitmoser 8d1b81a4c9 drop some unused resources 2020-09-07 20:19:13 +02:00
Vincent Breitmoser 2d9edf3832 drop ContactSync feature 2020-09-07 20:19:13 +02:00
Vincent Breitmoser aa6ff03545 drop "shop" drawer item 2020-09-05 20:31:53 +02:00
Vincent Breitmoser 197afe37cc drop "try autocrypt" link from drawer 2020-09-05 14:19:10 +02:00
Vincent Breitmoser 7154159a36 analytics: remove 2020-09-05 14:14:33 +02:00
Vincent Breitmoser da38f99349 fix stray \ in some translated string 2020-05-30 19:13:39 +02:00
Vincent Breitmoser 5172002f0e migrate to androidx 2020-05-30 15:47:09 +02:00
Vincent Breitmoser d3e48db520 ditch keybase 2020-05-30 15:47:09 +02:00
Vincent Breitmoser 573ea47a40 ditch safeslinger 2020-05-30 15:46:42 +02:00
Dominik Schürmann cd7f2c4184 Update from transifex 2020-01-20 16:34:50 +01:00
Dominik Schürmann 4b5874860f Changelog v5.5 2020-01-20 16:04:51 +01:00
schleif 06797400a5 make autocrypt ad more clear 2019-11-06 23:11:21 +01:00
schleif a7267a3cfc add autocrypt thunderbird plugin advertisment 2019-11-05 12:06:02 +01:00
Dominik Schürmann a403676a6f pull from transifex 2019-10-22 16:37:16 +02:00
Dominik Schürmann 4f60356791 changelog 5.4 2019-10-22 16:29:37 +02:00
Dominik Schürmann bf4961b356 extract shop string 2019-10-22 16:21:37 +02:00
Dominik SchürmannandGitHub 5b8b985e61 Merge pull request #2454 from schleif/security-key-shop
Implementation of Cotech Security Keys shop
2019-10-22 16:15:12 +02:00
Dominik Schürmann 0a0b06efaa fix typo in changelog 2019-07-03 10:21:32 +02:00
Dominik Schürmann bbc07130b7 pull from transifex 2019-07-01 14:45:55 +02:00
Dominik Schürmann 8aa1e25147 changelog 5.3 2019-07-01 14:40:20 +02:00
Vincent Breitmoser 865b35d79f remove more linked identity remnants 2019-06-27 13:55:37 +02:00
schleif e6aa12489e Add need strings to string resource. 2019-04-23 12:53:56 +02:00
schleif d1b0d83b94 Add a fragment that holds a webview. In this the shop will be showed.
While the shop isn't showed a progress bar and a label indicates loading.
2019-04-23 12:53:17 +02:00
Emilio Aburto LandGitHub e0836c91de Fix Spanish translation to resolve a crashing issue
Fix #2433
2019-03-28 19:42:23 -03:00
Dominik Schürmann 8372c566a0 use string for key status 2019-01-10 14:57:35 +01:00
Vincent Breitmoser 365cebdc72 extract sweetspot activity into separate module 2018-11-20 16:33:12 +01:00
Dominik SchürmannandGitHub f8fccec40c Merge pull request #2408 from open-keychain/remove-linked-ids
Remove experimental Linked Identities feature
2018-10-25 08:54:25 +02:00
Vincent Breitmoser 2cc22c6b65 Remove experimental Linked Identities feature 2018-10-22 12:49:52 +02:00
Dominik Schürmann ff5528713f Update from transifex 2018-10-21 22:53:15 +02:00
Christian Hagau d3ecbc8487 Add key sharing buttons to ViewKeyActivity 2018-08-03 00:00:00 +00:00
Vincent Breitmoser fe387ca4e1 overhaul advanced subkeys tab 2018-07-27 11:17:18 +02:00
Vincent Breitmoser e08bf89e0f show subkeys as not yet valid in the list 2018-07-27 10:54:36 +02:00
Dominik Schürmann bd04886db5 update from transifex 2018-07-26 14:08:06 +02:00
Dominik Schürmann 69ddfdd126 Changelog v5.2 2018-07-26 14:04:37 +02:00
Vincent Breitmoser 4231279aba use fixed 48dp size for launcher icon in dialogs 2018-07-18 14:03:39 +02:00
Vincent Breitmoser fcf6abfec3 link to privacy policy in consent dialog 2018-07-17 15:57:05 +02:00
Vincent Breitmoser a277a37676 Show snackbar after tracking dialog 2018-07-17 15:56:16 +02:00
Vincent Breitmoser c5d7e482e0 Add opt-in setting for tracking 2018-07-17 15:56:16 +02:00
Vincent Breitmoser 9e079329d5 ditch ThreadPoolExecutor for AsyncTask 2018-07-17 14:25:14 +02:00
Vincent Breitmoser 555f335dbc Introduce NotificationChannelManager 2018-07-16 13:24:44 +02:00
Vincent Breitmoser a48efc6835 use key_list_item layout for RequestKeyPermissionActivity 2018-07-13 17:22:27 +02:00
Vincent BreitmoserandGitHub 54f50a7311 Merge pull request #2376 from open-keychain/notification-channel
Introduce Notification channel for passphrase cache
2018-07-13 16:33:06 +02:00
Dominik SchürmannandGitHub 54a7860d2a Merge pull request #2378 from open-keychain/decrypt-context-button
Use overflow menu instead of long click in decrypt file list
2018-07-13 15:25:43 +02:00