Commit Graph

5646 Commits (16f09611fe1337ad9ab284a5684d6b4f803f6628)
 

Author SHA1 Message Date
Dominik Schürmann 16f09611fe PGP: Introduce key preference per account for OpenPGP APIv7 8 years ago
Dominik Schürmann dc95f5feab Remove test again (slipped in) 8 years ago
Dominik Schürmann 05574b0f16 Update OpenPGP API lib 8 years ago
cketti 3762a7bc69 Add minSdkVersion to openpgp-api-library to fix build failure 8 years ago
cketti ab964cf8af Merge branch 'pgp_mime_preparations' 8 years ago
cketti 54831fba73 Remove test for openpgp-api-library code 8 years ago
Dominik Schürmann e4cfd3c886 Update openpgp-api-library for APIv7 8 years ago
cketti f0e1b14b58 Merge pull request #567
Move NetworkType to k9mail-library, use on StoreConfig
8 years ago
cketti 494b16196d Rename AccountCreator.calculateDefaultDeletePolicy() 8 years ago
cketti 5f14e3b4e1 Use switch statement inside calculateDefaultDeletePolicy()
With this - at least in theory  - the JIT compiler can produce better code
than is possible with the static HashMap.
8 years ago
cketti f733cc38ba Merge pull request #566
Rationalize default ports
8 years ago
cketti 00528f5d24 Move throw statement outside of switch body
This way static analysis can detect when we're missing a switch case.
8 years ago
cketti 855da35f3a Code style fixes 8 years ago
cketti d528864a25 Merge branch '5.103_with_bugfixes'
Make sure 5.105 can be found in master branch
8 years ago
cketti 83de921a1a Bump version to 5.105 8 years ago
cketti c147ce0822 Prepare changelog for 5.105 8 years ago
cketti 672a85bcf4 Fix crashes when selecting messages in the message list
Throughout the code we make the assumption that onPrepareActionMode() is
called right after starting the action mode. However, this is not the case on
Android 5.1.
With this change we call ActionMode.invalidate() right after starting the
action mode which causes onPrepareActionMode() to be invoked.
8 years ago
cketti e1bd260bd0 Copy changelog for 5.104 8 years ago
cketti 08beb212c2 Fix crashes when selecting messages in the message list
Throughout the code we make the assumption that onPrepareActionMode() is
called right after starting the action mode. However, this is not the case on
Android 5.1.
With this change we call ActionMode.invalidate() right after starting the
action mode which causes onPrepareActionMode() to be invoked.
8 years ago
cketti 42419fc4e5 Bump version to 5.104 8 years ago
cketti 20a1fa384c Prepare changelog for 5.104 8 years ago
cketti 9f2bbe9ae4 Add Serbian translation 8 years ago
cketti e0a249098b Update translations 8 years ago
cketti 8e0a30c5f2 Fix Transifex fixup script 8 years ago
Art O Cathain 110400a85b move NetworkType to k9mail-library, use on StoreConfig 8 years ago
Art O Cathain 520e327775 remove duplication 8 years ago
Art O Cathain d0cd7c368d formatting 8 years ago
Art O Cathain 810d0cf6b4 Move default port and default TLS port to a single location 8 years ago
cketti 147db8cc5e Configure 'developer mode' via BuildConfig 8 years ago
cketti 2f832e5fa4 Merge pull request #562 from artbristol/art/tidy-check-settings-async-task
Refactor to make code more readable
8 years ago
cketti 46bac187d5 Merge pull request #557 from artbristol/art/account-creation-refactor-2
Remove duplication, enum-ify String
8 years ago
cketti 67404b1883 Merge pull request #553
Remove redundant variable assignments
Minimize scope of local variables
8 years ago
cketti abd2b20850 Minimize scope of local variables 8 years ago
cketti 29f7552c3a Merge pull request #548
Rename Searchfield to SearchField
8 years ago
cketti b826d4e98d Use imports for inner classes 8 years ago
cketti bf344dee5d Merge branch 'master' into pgp_mime_preparations 8 years ago
cketti 2a404b30d2 Small refactoring of MessageBuilder 8 years ago
cketti cb0a99281a Refactor IdentityHeaderBuilder to make it a bit more readable 8 years ago
cketti bc284584d1 Move code to build messages outside of MessageCompose 8 years ago
cketti 5330fe5b27 Extract code to parse a message header to its own class 8 years ago
Art O Cathain d0fa82269f review comments 8 years ago
cketti dd20ff5aa3 Merge pull request #561
Reduce code duplication in AccountSetupAccountType
8 years ago
cketti 737e0d2ac8 Minor code style fixes 8 years ago
cketti 4db7de4ed8 Merge pull request #559 8 years ago
cketti d443a6d4eb Add more tests 8 years ago
cketti a979accb54 Add helper methods to get more readable tests 8 years ago
cketti af491fdb41 Remove comments 8 years ago
cketti 084e7a1687 Change names of test methods 8 years ago
cketti 8fbb3edd1c Fix code style 8 years ago
Art O Cathain 5035e7e3d1 review comments, also use == in preference to equals for enums 8 years ago