Jan Berkel
9fd722d7cd
Split message code into Local/Remote
...
The remote network code does not need to be aware of concepts like
Accounts etc.
2014-12-12 06:47:26 +00:00
cketti
0f70d5db40
Merge pull request #12 from k9mail/art/warn-if-not-serializable
...
Art/warn if not serializable
2014-11-11 19:52:31 +01:00
Art O Cathain
ba26cfce90
remove controversial methods
2014-10-12 08:54:44 +01:00
Art O Cathain
02c0b5f2a3
Use collections instead of arrays to enable stronger typing and reduce cruft
2014-10-05 10:37:36 +01:00
Art O Cathain
203dcfe2c3
use interfaces, not implementions
2014-10-04 12:00:48 +01:00
Joe Steele
f7fb0cca41
Compare Enum types with ==, !=
...
Per comments in PR #473
https://github.com/k9mail/k-9/pull/474#commitcomment-7416979
https://github.com/k9mail/k-9/pull/474#commitcomment-7416999
2014-08-18 18:12:39 -04:00
Joe Steele
373c7569ed
Fix password prompts on account import
...
Don't prompt if server's AuthType == EXTERNAL
Don't prompt for SMTP servers that don't require authentication
(no user name).
2014-08-11 11:06:46 -04:00
cketti
ba69b3a647
Remove ActionBarSherlock
2014-06-21 17:09:45 +02:00
András Veres-Szentkirályi
cbbd0bc405
use more idiomatic String.isEmpty() instead of comparing length to 0
2014-02-15 23:59:24 +01:00
cketti
06ec852090
Rename plurals to make Transifex happy
2014-01-04 01:44:31 +01:00
cketti
b398c4d7f4
Fix file selection for import
...
Using FLAG_ACTIVITY_NO_HISTORY will cause the file selection
to fail when KitKat's "Open from" activity opens a third-party activity.
2013-11-07 07:33:33 +01:00
Jesse Vincent
e20e513039
Sadly, KitKat's file manager fails to recognize our mimetype and won't let users import settings
2013-11-05 20:19:27 -05:00
Jesse Vincent
0a79df2155
Revert "Remove the message list stars preference now that stars are in the chip"
...
This reverts commit 48785f52bf
.
Conflicts:
src/com/fsck/k9/K9.java
src/com/fsck/k9/activity/Accounts.java
src/com/fsck/k9/activity/FolderList.java
src/com/fsck/k9/activity/MessageList.java
src/com/fsck/k9/activity/setup/Prefs.java
2013-08-22 20:56:55 -04:00
Jesse Vincent
ee234b65f8
Return to old style chips for accounts, folders and messages.
...
My circle design stopped being even a little bit useful when we stopped showing
the "complex" versions of the shapes
2013-08-22 20:56:55 -04:00
cketti
9a5fca2d16
Stop using the old Android Market URL
2013-07-16 16:24:51 +02:00
Jesse Vincent
0a029561d1
Back, by popular demand, an empty trash button in the accounts context menu
2013-06-30 18:54:27 -04:00
cketti
e15409bafa
Don't show ALL unread messages for "notification opens unread messages"
2013-04-18 22:06:33 +02:00
cketti
7ff0da0b52
Refactor code to start Accounts activity to import settings
2013-03-06 06:26:04 +01:00
cketti
dc8cb3ba17
Fix indentation/code style
2013-03-06 06:16:07 +01:00
Uni-
4f5ab86be3
Add settings import on Welcome
2013-03-05 16:31:45 +09:00
Danny Baumann
370ef4c181
Fix NPE.
...
As the background is gone now, we shouldn't touch it anymore.
2013-02-13 14:50:48 +01:00
Danny Baumann
099da1913b
Improve some layouts.
2013-02-13 11:20:33 +01:00
Danny Baumann
7afbda9e20
Regularly trigger a title and folder update while activity is resumed.
...
This makes sure the relative times are kept up-to-date.
2013-02-11 15:44:25 +01:00
Danny Baumann
0fac8e999d
Clean up date handling.
...
Remove home-grown date formatting, and replace it by usage of the
DateUtils class which is present since API level 3.
2013-02-11 15:19:15 +01:00
Danny Baumann
3807d2881d
Fix warnings.
2013-02-11 09:19:29 +01:00
Jesse Vincent
c4b941b9b9
Switch our font sizes to have a "default", which is the size described in the XML.
...
Unify the text field size setting code. We should put it in a better place
2013-02-10 19:02:17 -05:00
Danny Baumann
275700e482
Fix a number of build warnings.
...
This gets rid of about 50 warnings. Deprecation warnings still remain,
though.
2013-02-04 11:18:49 +01:00
cketti
ffda532612
Add (heavily modified) HoloColorPicker
2013-01-17 09:03:11 +01:00
cketti
009c2c6a12
Add button to show changelog to 'About' dialog
2013-01-12 23:56:25 +01:00
cketti
a98db87dd8
Add ckChangeLog to about dialog
2013-01-12 23:40:45 +01:00
Andrew Chen
076650f3a3
Merge pull request #224 from maniac103/extend-folder-menu
...
Add Refresh' and Settings to folder context menu.
Also add Account Settings to the account context menu.
2013-01-10 12:07:33 -08:00
Danny Baumann
a75947dd87
Add back account settings to account context menu.
2013-01-10 10:00:37 +01:00
cketti
f548e822d6
Add ckChangeLog to display a change log after an app upgrade
2013-01-08 09:17:35 +01:00
cketti
4ccb1c952a
Set action bar title for Accounts activity in onCreate()
2012-12-07 13:43:42 +01:00
cketti
144884080d
Retain unread count in Accounts activity during configuration changes
2012-12-07 13:35:49 +01:00
cketti
8100e00523
Remove leading space in action bar title of Accounts activity
2012-12-07 13:08:01 +01:00
cketti
251428e963
Restore behavior of unread/flagged filtered message list
...
The unread/flagged count/view for accounts now excludes special folders
and only includes displayable folders as specified by the display class.
2012-12-07 12:03:04 +01:00
cketti
73757af680
Only count local messages for unread/flagged count
...
Currently only the Accounts activity uses the new count.
While working on this I realized that the unread/flagged search for
accounts currently looks for unread/flagged messages in all folders, not
all displayable folders without special folders (Trash, Spam, Outbox,
Sent, Drafts) like we used to.
Also, the "All messages" search currently doesn't limit the search to
searchable folders like it is supposed to.
2012-12-07 05:34:44 +01:00
cketti
c0b5255e24
Make most important flags separate database columns
...
This is the first step to speed up searches and flag updates.
2012-12-04 05:13:58 +01:00
cketti
b2098c8d1c
Add activity that is displayed during database upgrades
...
See UpgradeDatabases.java for a detailed description of the upgrade
process.
2012-12-01 08:02:55 +01:00
cketti
9814833008
Merge branch 'master' into content_provider
2012-11-08 20:32:12 +01:00
Jesse Vincent
446cda8618
Clean up the icons in account list
2012-11-06 16:02:08 -05:00
cketti
60bf3e7e29
Rename class members
2012-10-31 01:49:11 +01:00
cketti
08b361ed36
Fix search for Unified Inbox
...
We don't want to list the Inbox contents of all accounts but the
contents of folders whose "Unify" setting is true.
2012-10-31 01:45:44 +01:00
cketti
65b3a57340
Clone LocalSearch object before modifying it for unread/starred search
2012-10-27 04:48:37 +02:00
cketti
508e9e8aa6
Don't display threaded message list for filtered views
2012-10-24 05:28:38 +02:00
cketti
f1e433e6df
Whitespace cleanup
2012-10-16 22:42:51 +02:00
Sander Bogaert
bf82d0af7c
Changed all the calls to MessageList to work using the new LocalSearch class. These are all tested and working changes.
2012-10-13 15:06:57 -04:00
Sander Bogaert
611bae3fb4
Created search package to hold the framework and moved over the SearchSpecification class ( refactor ).
2012-10-12 12:30:26 +02:00
Jesse Vincent
48785f52bf
Remove the message list stars preference now that stars are in the chip
2012-09-21 17:27:58 -04:00