1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 02:30:10 -05:00

Commit Graph

  • 8a6e8de56d Eliminate the need for reflection to access hidden API Joe Steele 2013-11-30 18:34:57 -0500
  • 0c96c799eb Only check against the certificate stored for a server, not all of them cketti 2013-11-29 13:56:09 +0100
  • 07e4eb9042 Add test to make sure we don't check the wrong certificates cketti 2013-11-29 11:39:04 +0100
  • 9cc98bcd33 Add unit tests for TrustManagerFactory cketti 2013-11-29 10:49:52 +0100
  • 5282fe482f Properly save and restore instance state in AccountSetupBasics cketti 2013-11-29 05:33:48 +0100
  • 583d1d403f Fix inadequate certificate validation Joe Steele 2013-11-23 13:26:57 -0500
  • f95ab8f6a8 Fix contact picture color generation. Danny Baumann 2013-11-11 13:29:14 +0100
  • 6ebec69383 Recreate app icon from SVG file cketti 2013-11-11 01:09:09 +0100
  • 266a715138 Use TrustedSocketFactory for STARTTLS. brian m. carlson 2013-11-10 00:25:10 +0000
  • 38e3aa7db1 Set minSdkVersion to 15 cketti 2013-12-16 17:43:45 +0100
  • 453f10128c Make IMAP autoconfig recognize "Draft" as drafts folder erlendorf 2013-12-15 19:16:10 +0100
  • 78428e287b Add work-around for Asus Transformer WebView display bug Jasper Klein 2013-12-08 01:01:40 +0100
  • 8832303c76 Merge branch 'providers' cketti 2013-12-15 20:50:59 +0100
  • 75fc5f0d70 Add Azet.sk to providers.xml pyler 2013-12-01 13:05:20 +0100
  • 18d80c8692 Add posteo.de to providers.xml ascob 2013-11-11 16:49:25 +0100
  • 4fe3ed6692 Merge branch 'translations' cketti 2013-12-15 17:27:02 +0100
  • 388ee8e27d Update French translation Erkan 2013-11-29 06:51:51 +0100
  • b06e912b20 Update Brazilian Portuguese translation Marcio Zomb13 2013-11-11 22:28:20 -0200
  • d4017d24fe Fix Ukrainian translation cketti 2013-12-15 16:54:41 +0100
  • c1a77181bc Ignore all errors in initialization of TrustedSocketFactory cketti 2013-12-12 16:48:30 +0100
  • 211e989472 Fix dutch translation cketti 2013-12-11 15:52:30 +0100
  • 8e422f1183 Switch to a certificate that can be verified on the Cloudbees emulator cketti 2013-12-06 06:41:09 +0100
  • 43bf41332d Return proper error message when certificate couldn't be verified against global key store cketti 2013-12-06 06:53:04 +0100
  • 25147754e9 Merge branch 'fix_strings' cketti 2013-12-06 03:33:28 +0100
  • 4cdbe00732 Remove problematic linebreaks from strings files cketti 2013-12-06 02:59:58 +0100
  • d0a72b4f17 Replace no-break spaces with regular space characters cketti 2013-12-06 01:30:00 +0100
  • 85e55e5408 Add script to fix problematic linebreak/whitespace combinations in strings.xml cketti 2013-12-06 00:39:57 +0100
  • 9b807c325d Add support for bitcoin URIs cketti 2013-12-05 04:28:28 +0100
  • dab8d3807f Change LocalKeyStore error reporting Joe Steele 2013-12-04 12:10:12 -0500
  • 3fd7470d68 Change the way we harden SSL/TLS sockets cketti 2013-12-04 04:09:44 +0100
  • 448a80e96a Merge branch 'cert_validation' cketti 2013-12-04 04:46:06 +0100
  • cedcd7e47c Eliminate the need to pass a context to LocalKeyStore.getInstance Joe Steele 2013-12-03 19:20:20 -0500
  • 9333f4f7f4 Don't delete certs. on account creation, & assure that only one instance of LocalKeyStore is created. Joe Steele 2013-12-03 19:03:41 -0500
  • 765b390eb5 Remove LocalKeyStore's dependency on K9.app cketti 2013-12-03 13:28:48 +0100
  • 2a9ac867b9 Remove LocalKeyStore's dependency on Account to reduce coupling cketti 2013-12-03 12:56:31 +0100
  • 5bf27c1031 Move unit test class to match changes in commit 40404c3 Joe Steele 2013-12-02 16:50:57 -0500
  • 9e6abf5fa7 Merge branch 'cert_validation' of git://github.com/k9mail/k-9.git into cert_validation Joe Steele 2013-12-02 16:30:11 -0500
  • 0f39a9d5ba "upgrade" the LocalKeyStore Joe Steele 2013-12-02 14:37:07 -0500
  • 8eef43c282 Implement pruning of old certificates from LocalKeyStore Joe Steele 2013-12-02 14:33:01 -0500
  • 40404c3700 Move some classes out of com.fsck.k9.mail.store Joe Steele 2013-12-02 14:07:57 -0500
  • 76605f7d86 Extract code into new LocalKeyStore class Joe Steele 2013-12-02 14:04:40 -0500
  • 5f38306a9a Add more unit tests for TrustManagerFactory cketti 2013-12-02 16:42:33 +0100
  • eb13691918 Eliminate the need for reflection to access hidden API Joe Steele 2013-11-30 18:34:57 -0500
  • 4b57d79acf Only check against the certificate stored for a server, not all of them cketti 2013-11-29 13:56:09 +0100
  • 8368ba8a11 Add test to make sure we don't check the wrong certificates cketti 2013-11-29 11:39:04 +0100
  • c5c195d243 Add unit tests for TrustManagerFactory cketti 2013-11-29 10:49:52 +0100
  • 48d11fd386 Properly save and restore instance state in AccountSetupBasics cketti 2013-11-29 05:33:48 +0100
  • a4440b4042 Fix inadequate certificate validation Joe Steele 2013-11-23 13:26:57 -0500
  • b500047e42 Fix contact picture color generation. Danny Baumann 2013-11-11 13:29:14 +0100
  • 0eb24512b0 Merge pull request #417 from bk2204/tsf-starttls cketti 2013-11-10 18:17:37 -0800
  • f4ebc098c4 Recreate app icon from SVG file cketti 2013-11-11 01:09:09 +0100
  • 7ab9d5c3e8 Merge branch 'translations' cketti 2013-11-10 23:19:20 +0100
  • 3170de4229 Clean up Hungarian translation cketti 2013-11-10 22:58:16 +0100
  • c4b44bb6e3 Update Hungarian translation RootRulez 2013-11-01 10:51:45 +0100
  • 14b291a4de Update Greek translation igavio 2013-11-01 09:15:26 +0200
  • b8786d27bf Update Russian translation Igor Nedoboy 2013-11-01 09:54:44 +0300
  • 45a725b51b Update Czech translation Jan Urbánek 2013-10-30 10:18:31 +0100
  • ee98624a41 Update Polish translation Jacek Sowiński 2013-10-30 00:49:16 +0100
  • 042bd70290 Merge branch 'translations' cketti 2013-11-10 23:11:50 +0100
  • febf9b2fb3 Clean up Hungarian translation cketti 2013-11-10 22:58:16 +0100
  • 9fee3e50c8 Update Hungarian translation RootRulez 2013-11-01 10:51:45 +0100
  • 2a77aa1e41 Update Greek translation igavio 2013-11-01 09:15:26 +0200
  • 9ea241f897 Update Russian translation Igor Nedoboy 2013-11-01 09:54:44 +0300
  • b4c4dea527 Update Czech translation Jan Urbánek 2013-10-30 10:18:31 +0100
  • 37272fbaf4 Update Polish translation Jacek Sowiński 2013-10-30 00:49:16 +0100
  • ad2fdbdc00 Updated Japanese translation of the changelog. Koji Arai 2013-11-10 17:24:16 +0900
  • 1bfb78ee51 Use TrustedSocketFactory for STARTTLS. brian m. carlson 2013-11-10 00:25:10 +0000
  • cbfc089b71 Update changelog for version 4.801 Jesse Vincent 2013-11-07 10:43:19 -0800
  • bc144d684b Bumped manifest to 4.801 4.801 Jesse Vincent 2013-11-07 10:43:16 -0800
  • 9469a433bd release notes for 4.801 Jesse Vincent 2013-11-07 10:42:58 -0800
  • 68d0a5823b Revert "Revert "Temporarily bump ourselves up only install on KitKat for a market hack"" Jesse Vincent 2013-11-05 21:12:23 -0500
  • be14a88103 With the new webview scrollview combo we've got loadinoverviewmode seems to behave better. Jesse Vincent 2013-11-07 10:38:35 -0800
  • d4246a0976 With the new webview scrollview combo we've got loadinoverviewmode seems to behave better. Jesse Vincent 2013-11-07 10:38:35 -0800
  • ed3a160403 Fix file selection for import cketti 2013-11-07 07:33:33 +0100
  • b398c4d7f4 Fix file selection for import cketti 2013-11-07 07:33:33 +0100
  • 9fe71bca2d Add Gradle wrapper cketti 2013-11-04 22:48:58 +0100
  • c58ef8bbc5 Upgrade Gradle build files cketti 2013-11-04 22:48:27 +0100
  • d97176e6c7 Fixed typo. Koji Arai 2013-11-06 23:39:08 +0900
  • 6d08e69690 Fixed typo. Koji Arai 2013-11-06 23:39:08 +0900
  • 4ac1b6328b Updated Japanese translation of the changelog. Koji Arai 2013-11-06 23:34:11 +0900
  • fb6e8bc25b Updated Japanese translation of the changelog. Koji Arai 2013-11-06 23:23:56 +0900
  • 3a0dcd70b8 Revert "Temporarily bump ourselves up only install on KitKat for a market hack" Jesse Vincent 2013-11-05 21:12:23 -0500
  • c0b6793053 changelog version bump Jesse Vincent 2013-11-05 20:58:24 -0500
  • 63ac506972 Update changelog for version 4.800 Jesse Vincent 2013-11-05 20:57:56 -0500
  • 99193195f9 Bumped manifest to 4.800 4.800 Jesse Vincent 2013-11-05 20:57:53 -0500
  • e8bbd01cd5 4.800 release version Jesse Vincent 2013-11-05 20:57:23 -0500
  • 4134685c65 Temporarily bump ourselves up only install on KitKat for a market hack Jesse Vincent 2013-11-05 20:56:56 -0500
  • bc10b8d965 turn off developer mode for release Jesse Vincent 2013-11-05 20:55:44 -0500
  • 20ce31146a changelog for 4.800 Jesse Vincent 2013-11-05 20:55:16 -0500
  • ac792001ff Update changelog for version 4.701 Jesse Vincent 2013-11-05 20:29:19 -0500
  • 5475f47bcf Bumped manifest to 4.701 4.701 Jesse Vincent 2013-11-05 20:29:16 -0500
  • 0986e822d2 changelog for 4.701 Jesse Vincent 2013-11-05 20:28:46 -0500
  • e20e513039 Sadly, KitKat's file manager fails to recognize our mimetype and won't let users import settings Jesse Vincent 2013-11-05 20:19:27 -0500
  • 8f19d56f00 Merge pull request #415 from zjw/non_locking_scroll_view_rebased Jesse Vincent 2013-11-05 16:59:12 -0800
  • 6089b9078e Fix missing 'download remainder' button. Joe Steele 2013-04-02 10:17:54 -0400
  • 5957735a0b LinearLayout fill_parent Joe Steele 2013-03-31 16:15:04 -0400
  • 1cbdd390f3 Use non-deprecated constants Joe Steele 2013-03-27 13:12:33 -0400
  • 5311a2ef01 NonLockingScrollview fixes. Joe Steele 2013-03-25 09:51:16 -0400
  • fa962e7bd7 Move AOSP files. Joe Steele 2013-03-23 22:41:40 -0400
  • 97d571cb43 Import RigidWebView from AOSP Email client. Joe Steele 2013-03-23 12:40:22 -0400