cketti
93b13362b4
Converted message list to a fragment
2012-10-06 03:41:32 +02:00
cketti
12e9dce1d8
Renamed MessageList to MessageListFragment
2012-10-05 18:14:07 +02:00
cketti
8a226972a5
Extracted functionality common to most activities to K9ActivityCommon
2012-10-05 18:14:07 +02:00
cketti
bbcc4988ba
Converted message view to a fragment
...
The fragment should be fully functional. The only thing missing is the
animation when showing the next/previous message.
2012-10-05 18:14:07 +02:00
cketti
c6bea2e6ab
Copied ...activity.MessageView to fragment.MessageViewFragment
...
This commit breaks all sorts of things but should retain the Git
history of MessageView.
2012-10-05 18:14:06 +02:00
cketti
db370c5b40
Removed unused layout
2012-10-05 18:14:06 +02:00
Andrew Chen
41756802a1
Move hasConnectivity() method into a helper method.
...
It's now used in multiple places, so unify the logic into one place.
2012-10-05 09:07:16 -07:00
Jesse Vincent
48faef808f
Bumped manifest to 4.309
2012-10-03 21:57:05 -04:00
Jesse Vincent
19aad0d9a1
bump up the chip sizes a bit
2012-10-03 21:56:28 -04:00
Jesse Vincent
7b23704bd5
Add "cc Me" and "from me" color chips. Uprez the chips 10x so we get crisp views rather than awful bitmappy stuff
2012-10-03 21:56:28 -04:00
Jesse Vincent
0c34a21ff0
Add a fromMe method on messages
2012-10-03 21:56:28 -04:00
Andrew Chen
f1d985dc2b
Fix syntax error in el translation.
2012-10-03 10:07:58 -07:00
Andrew Chen
ecd4e0b001
Use the default date format if pulling from Preferences fails for any reason.
2012-10-03 10:06:40 -07:00
Andrew Chen
bdb6e3ed68
Merge pull request #189 from igavio/patch-2
...
Update res/values-el/strings.xml
2012-10-03 10:06:13 -07:00
Andrew Chen
fce4d1268e
Merge pull request #190 from 0x2102/patch-2
...
Update res/values-ru/strings.xml
2012-10-03 10:05:46 -07:00
Alexey
e9f74051ab
Update res/values-ru/strings.xml
...
The most part of required lines was translated.
2012-10-03 13:19:19 +04:00
igavio
be48110545
Update res/values-el/strings.xml
2012-10-03 09:50:53 +03:00
cketti
952c40710e
Added setting to disable using the background as (un)read indicator
2012-10-02 22:56:06 +02:00
cketti
fad52e6dac
Hide 'mark as (un)read' and '(un)flag' in the message list context menu
2012-10-02 19:59:08 +02:00
cketti
0f7ad3a20d
Get rid of the color gradients in the background (dark holo theme)
2012-10-02 19:46:41 +02:00
Andrew Chen
ec3c877ae3
Merge pull request #187 from 0x2102/patch-1
...
Update res/values-ru/strings.xml
2012-10-01 19:13:45 -07:00
dzan
bdab529c9a
Merge pull request #188 from dzan/add_outlook_com_domain
...
Add the new outlook.com domain to our list of preconfigured domains.
2012-10-01 07:27:37 -07:00
Sander Bogaert
b5a3141fdd
Add the new outlook.com domain to our list of preconfigured domains.
2012-10-01 15:07:48 +02:00
0x2102
ef8165ad68
Update res/values-ru/strings.xml
2012-10-01 10:33:28 +04:00
Andrew Chen
03db11f70c
Remove parenthesis around MessageList status messages.
...
Since sync status is now on a separate line (and not after the folder name) in the title, there's no need to wrap it in parens.
2012-09-30 18:53:33 -07:00
Andrew Chen
1491935465
Prevent remote search if we have no network connectivity.
2012-09-30 10:44:20 -07:00
Andrew Chen
67507ffbe6
Merge pull request #186 from jacky672/patch-2
...
Update French translation
2012-09-29 07:54:58 -07:00
Andrew Chen
3861e7ca35
Log NumberFormatExceptions. Fix whitespace.
2012-09-29 07:53:34 -07:00
Andrew Chen
5a487f154c
Merge pull request #185 from chamonkey/issue3714
...
Add number format handling to Storage.java
2012-09-29 07:51:48 -07:00
Andrew Chen
6b10451b79
Whitespace; no functional changes.
2012-09-29 07:48:58 -07:00
Andrew Chen
1d0ad3cb38
Enable remote search by default.
2012-09-29 07:48:49 -07:00
Erkan
abde7c5056
Update French translation
...
not tested
2012-09-29 01:03:24 +03:00
chamonkey
6e27a90905
Addition of number format handling to Storage.java
2012-09-28 14:48:16 +01:00
Andrew Chen
39e2a973a1
Merge branch 'imapsearch'
...
* imapsearch:
Change settings version to 18 to match what's currrently on master.
Handle aborted imap searches by nuking in-progress connections.
Move IMAP search into the Folder level.
Remove duplicate notification on remote search start.
Rename variables
changed PREFERENCE_CLOUD_SEARCH_ENABLED from "cloud_search_enabled" to "remote_search_enabled" in activity/setup/AccountSettings.java to resolve FC.
Add cloud search icon to local search result screen. Implement pull-to-remote-search.
Log remote search exceptions in addition to toasting them.
Add settings export for remote search settings.
Whitespace; no functional changes.
Handle implicit vs. explicit searches in ActionBar home button behavior.
Whitespace fix; no functional changes.
Add remote search actionbar icons.
IMAP Search: log exceptions on remote search, properly dispatch MessageList changes.
modified loadMessageForView() to dowload message if neither X_DOWNLOADED_FULL nor X_DOWNLOADED_PARTIAL.
Add remote IMAP search support.
Conflicts:
res/menu/message_list_option.xml
res/values/attrs.xml
res/values/themes.xml
src/com/fsck/k9/activity/MessageList.java
src/com/fsck/k9/preferences/Settings.java
2012-09-25 16:01:52 -07:00
Andrew Chen
d88a275840
Change settings version to 18 to match what's currrently on master.
2012-09-25 15:50:47 -07:00
Andrew Chen
2541753aff
Handle aborted imap searches by nuking in-progress connections.
2012-09-25 15:46:30 -07:00
Andrew Chen
9f96cd36a7
Move IMAP search into the Folder level.
...
Should also consider moving the LocalStore search into the folder level and have the store call the folder level searches.
2012-09-25 14:34:59 -07:00
Jani Kinnunen
f69312bd48
Finnish translation updated.
2012-09-25 10:54:11 -07:00
Andrew Chen
270d948edb
Remove duplicate notification on remote search start.
2012-09-25 08:16:48 -07:00
Andrew Chen
5b59511c12
Rename variables
2012-09-25 07:50:10 -07:00
Jesse Vincent
0c69199988
Bumped manifest to 4.308
2012-09-24 19:26:55 -04:00
Jesse Vincent
0e3f87f77f
Chip updates based on work by m0vie
2012-09-24 19:25:34 -04:00
Jesse Vincent
2c486e31b6
option to put the sender of a message above the subject
2012-09-24 19:11:21 -04:00
Jesse Vincent
83c5783442
Remove the "make this the default account" checkbox from the account setup flow.
...
If you're adding a new account, it's less likely to be your default than your first was.
No reason for this in initial flow
2012-09-24 12:34:55 -04:00
Jesse Vincent
bb90f6d4ba
Backporting small ui cleanups to the account setup from kaiten
2012-09-24 12:34:22 -04:00
Jesse Vincent
7c0d47a493
switch back from an itemmenu ot a context menu in messagelist.
2012-09-24 12:11:34 -04:00
Jesse Vincent
6e3ac2317e
Fix a bug that caused accounts to not have a color on initial load
...
(and now caused a crash on inital load)
2012-09-24 12:11:07 -04:00
ashley willis
6ee0548b71
changed PREFERENCE_CLOUD_SEARCH_ENABLED from "cloud_search_enabled" to "remote_search_enabled" in
...
activity/setup/AccountSettings.java to resolve FC.
2012-09-22 14:23:06 -05:00
Andrew Chen
50a9a90b55
IntelliJ IDEA: Dependency updates for PTR.
2012-09-22 09:48:24 -07:00
Andrew Chen
360b3f1be8
Add cloud search icon to local search result screen. Implement pull-to-remote-search.
2012-09-22 09:40:46 -07:00