maniac103
3a81ccff1d
Merge pull request #243 from jkinnunen/UpdatedFinnishTranslation
...
Finnish translation updated
2013-02-04 02:32:15 -08: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
Erkan
5c384b1b62
Update res/values-fr/strings.xml
2013-02-04 09:22:21 +01:00
Jani Kinnunen
d2e59af3fa
Finnish translation updated
2013-02-04 07:55:41 +02:00
Jesse Vincent
0645cd8d8f
Bumped manifest to 4.322
2013-02-03 23:19:09 -05:00
cketti
250e79c3ba
Clean up 'images' folder
...
* Remove outdated logos/icons
* Create new SVG version from K-9_Mail_Ears.ai (and rename that to K-9_Mail.ai)
* Create new 512x512 PNG of the logo
2013-02-04 02:42:14 +01:00
cketti
a5c00a42d0
Add missing Override annotations
2013-02-03 17:23:39 +01:00
cketti
869a769e23
Stop using deprecated PullToRefresh methods
2013-02-03 17:22:34 +01:00
cketti
d5a417d936
Fix some warnings
2013-02-03 17:08:48 +01:00
cketti
e2ce85706d
Fix NullPointerException
2013-02-03 17:00:56 +01:00
cketti
8899031a3b
Update changelog
2013-02-03 15:06:56 +01:00
cketti
034a4348c1
Set Theme.K9.Light in the manifest to get a nice startup animation
...
This will still look bad when the user is using the dark theme. But at
least there will be no flash of a dark actionbar when using the light
theme.
2013-02-03 15:06:27 +01:00
Sander Bogaert
565adb8aa3
Small dutch translation fix.
2013-02-02 14:25:21 +01:00
maniac103
6c1369b734
Merge pull request #233 from maniac103/improve-cert-fail-notification
...
Improve certificate failure notifications.
2013-02-02 04:05:23 -08:00
Danny Baumann
5d1e42c453
Improve certificate failure notifications.
...
The commit that introduced those notifications also introduced a rather
... interesting design pattern: The CertificateValidationException
notified the user of its pure existance - it's no longer a 'message'
only, but defines policy. As this is more than unusual, replace this
pattern by the MessagingController treating
CertificateValidationException specially when accessing remote folders.
Also make clear which account failed when constructing the notification.
2013-02-02 13:04:41 +01:00
maniac103
d97d6b848d
Merge pull request #240 from maniac103/thread-star
...
Show thread as starred if at least one message in it is starred.
2013-02-02 04:03:22 -08:00
cketti
cce969a6b6
Merge branch 'split_view'
...
Conflicts:
res/values-de/strings.xml
src/com/fsck/k9/fragment/MessageListFragment.java
2013-02-02 05:30:30 +01:00
cketti
156e921814
Merge pull request #239 from maniac103/improve-pref-layout
...
Improve layout of preference screens
2013-02-01 19:48:30 -08:00
cketti
6a1b878321
Merge pull request #234 from maniac103/update-de-translation
...
Update German translation
2013-02-01 19:42:53 -08:00
cketti
57e55734c4
Make sure semaphore in MessageProvider is released in case of an error
...
Patch provided by teslacoil
2013-02-02 04:25:39 +01:00
cketti
3171ee969f
Fix some warnings
2013-02-02 04:14:56 +01:00
cketti
58919c2912
Fix accessing the unread count using MessageProvider
...
Thanks to teslacoil for diagnosing the problem and coming up with a fix.
2013-02-02 04:13:26 +01:00
cketti
1f5ca9eeaa
Don't use MessageViewFragment before it's initialized
...
The previous code worked fine on Android 4.2. But the lifecycle on older
Android versions (tested with 2.2) seems to be slightly different. This
should fix the problem.
2013-02-02 02:35:48 +01:00
cketti
b02e338b49
Add animation when switching from message list to message view
2013-02-02 02:21:20 +01:00
cketti
a7b90feb83
Fix handling of hotkeys to move to previous/next message
2013-02-01 21:35:38 +01:00
cketti
3cd1b13833
Update help text for hotkeys
2013-02-01 21:30:07 +01:00
Danny Baumann
6d1f96966a
Fix sorting of threaded messages.
2013-02-01 09:52:14 +01:00
Danny Baumann
74c79cc365
Aggregate some more thread columns properly.
...
- show thread as starred if at least one message in it is starred
- use arrival date of last message as thread arrival date
- use sum of message attachment counts in thread as thread attachment
count
- show thread as answered/forwarded if all messages in thread were
answered/forwarded
2013-02-01 09:51:28 +01:00
cketti
40bbc5f5ae
Change default value of split-screen setting
2013-02-01 03:37:47 +01:00
cketti
9a4b674282
Extract string to strings.xml
2013-02-01 03:34:35 +01:00
cketti
546b9434de
Remove unused layouts
2013-02-01 03:24:00 +01:00
cketti
3439a2326d
Use theme-specific color for message list divider
2013-02-01 03:18:04 +01:00
cketti
6b143d845a
Set MessageList title in action bar depending on display mode
2013-02-01 02:50:00 +01:00
cketti
c11e5ef76b
Fix back button behavior
2013-02-01 00:47:28 +01:00
Danny Baumann
cc805894c5
Update and improve German translation.
2013-01-31 10:42:09 +01:00
Danny Baumann
f27fc78922
Improve Account settings -> notifications layout.
...
It makes no sense to display ringtone and vibration as children, but not
doing that for the vibration pattern and length. As double indention is
not available, un-indent ringtone and vibration and indent the vibration
parameters instead.
2013-01-31 10:39:38 +01:00
Danny Baumann
5d713ace01
Re-order global preferences -> display.
...
Put folder list options between account list options and message list
options, so the order matches the order the respective activities appear
on screen.
2013-01-31 10:39:31 +01:00
cketti
af51eee9b1
Get rid of MessageView activity
2013-01-31 04:34:23 +01:00
cketti
1ab04587a9
Restore list state when recreating MessageListFragment
2013-01-30 22:30:19 +01:00
cketti
5b8fe64917
Refactor code to restore the list state
2013-01-30 21:56:16 +01:00
cketti
e9f57dd9c6
Merge branch 'remember-message-list-state' of git://github.com/maniac103/k-9
2013-01-30 20:30:46 +01:00
cketti
c87878fb63
Merge pull request #238 from maniac103/thread-unread
...
Show thread as unread if at least one of the messages of the thread is unread.
2013-01-30 11:19:56 -08:00
cketti
554616b311
Merge branch 'master' of github.com:k9mail/k-9
2013-01-30 19:31:35 +01:00
cketti
77da312354
Fix the span range for the text in front of the message preview
2013-01-30 19:31:06 +01:00
cketti
b2a244c654
Merge pull request #235 from rk4an/patch-1
...
Update res/values-fr/strings.xml
2013-01-30 09:56:52 -08:00
Danny Baumann
6e23a5e8e6
Show thread as unread if at least one of the messages of the thread is
...
unread.
Fixes issue 4759.
2013-01-30 17:14:20 +01:00
Danny Baumann
55e5d8680e
Remember last list view state when going back to a previous message list
...
fragment.
Fixes issue 4854.
2013-01-30 16:53:21 +01:00
cketti
7332c38bd4
Fix "return to list after delete"
2013-01-29 04:03:15 +01:00
cketti
957042a0d0
Make sure swipe gestures only work on the message list
2013-01-29 03:30:45 +01:00
cketti
a00626264f
Go back to message list when using the back button in message view
2013-01-29 01:25:22 +01:00