1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00
k-9/res
m0viefreak a74d57cb71 MessageView: Theme fix when global and message view theme differ
- Since the split-view change, MessageView is only a fragment, so we
  can't call setTheme() anymore so easily.
  Instead, use a ContextThemeWrapper and use that to inflate the
  layout. This way the message header and attachment view
  are styled correctly.

- The HTC WebView fix in SingleMessageView was returning the wrong
  background color, when message view theme and global theme differ,
  because it always used the global theme to retrieve it.
  Fix: Specifically put the light/dark values in the themes.xml,
  and get them using getContext().getTheme().resolveAttribute().
  getContext() will use the ContextThemeWrapper from above, so
  even if the global and message view themes differ, it aleays
  returns the correct one.
  The getThemeBackgroundColor() method added to the K9ActivityMagic
  interface in 309eeb72ac is now not
  needed anymore, and was removed.
2013-02-04 19:30:40 +01:00
..
anim Add animation when switching from message list to message view 2013-02-02 02:21:20 +01:00
drawable Better style the thread count indicators 2012-11-24 13:22:21 -05:00
drawable-hdpi Provide new action bar "find folder" icons 2013-01-10 16:49:18 -05:00
drawable-ldpi Provide new action bar "find folder" icons 2013-01-10 16:49:18 -05:00
drawable-mdpi Provide new action bar "find folder" icons 2013-01-10 16:49:18 -05:00
drawable-xhdpi Provide new action bar "find folder" icons 2013-01-10 16:49:18 -05:00
layout Add animation when switching from message list to message view 2013-02-02 02:21:20 +01:00
layout-land Set MessageList title in action bar depending on display mode 2013-02-01 02:50:00 +01:00
menu Put back prev/next buttons to non-split message views for now. 2013-02-04 19:26:04 +01:00
raw Update changelog 2013-02-03 15:06:56 +01:00
values MessageView: Theme fix when global and message view theme differ 2013-02-04 19:30:40 +01:00
values-ca Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-cs Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-da Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-de Update German translation. 2013-02-04 11:39:25 +01:00
values-el Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-es Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-fi Finnish translation updated 2013-02-04 07:55:41 +02:00
values-fr Update res/values-fr/strings.xml 2013-02-04 09:22:21 +01:00
values-fr-rCA Convert translations of 'accounts_welcome' to HTML 2012-12-17 19:00:17 +01:00
values-gl Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-hu Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-it Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-iw Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-ja Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-ko Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-nl Small dutch translation fix. 2013-02-02 14:25:21 +01:00
values-pl Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-pt-rBR Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-ru Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-sv Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-tr Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-uk Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-v11 First stab at new notifications. 2013-01-02 14:11:07 +01:00
values-zh-rCN Update help text for hotkeys 2013-02-01 21:30:07 +01:00
values-zh-rTW Update help text for hotkeys 2013-02-01 21:30:07 +01:00
xml Merge branch 'split_view' 2013-02-02 05:30:30 +01:00