Sander Bogaert
29b6d046d3
Separate the welcome message in it's own activity. Cleaner solution and it prevents it from having the same actionbar as the Accounts activity.
2012-09-09 13:13:42 -07:00
Sander Bogaert
c31c8923c2
Add an actionbar to the MessageView activity.
2012-09-09 13:13:40 -07:00
Sander Bogaert
592aeb0b03
Add forward, reply, reply all, same sender back in the MessageList context actionbar.
2012-09-09 13:13:39 -07:00
Sander Bogaert
92bb3f4229
Fix spelling mistake.
2012-09-08 22:21:11 -07:00
Sander Bogaert
08174e212e
New nice ICS icons for our actionbar.
2012-09-08 22:21:09 -07:00
cketti
933a8fdcd5
Made actionbar_selected a format string
2012-09-08 22:21:04 -07:00
Sander Bogaert
24d7416e61
Implemented the (Un)start and (Un)read toggles.
2012-09-08 22:13:06 -07:00
Sander Bogaert
e01232a500
Selection with context actionbar working.
2012-09-08 22:05:41 -07:00
Sander Bogaert
67ab08383f
Created new string resource for folderacitvity title.
2012-09-08 21:39:43 -07:00
Sander Bogaert
4293914855
Initial actionbar integration. On top of every activity, no real integration yet.
2012-09-08 21:14:55 -07:00
cketti
2e454f0af7
Removed "System zoom controls" setting
...
We always allow zooming but hide (provided the Android version supports
it) the on-screen zoom controls if the device supports multi-touch,
hence pinch-to-zoom.
2012-08-15 00:21:22 +02:00
cketti
d9f1690741
Added option to always show the CC/BCC text input fields
2012-08-10 03:38:10 +02:00
cketti
3e6d161c18
Show current value for the 'notification_hide_subject' ListPreference
2012-08-02 02:43:10 +02:00
cketti
8c11ec18a9
Code style/documentation cleanup (no functional changes)
2012-08-02 02:31:54 +02:00
Bernhard Redl
4028505d69
Extended setting to hide subject in notification area (never, when locked, always)
...
Fixed issue 2595
2012-08-02 01:47:20 +02:00
cketti
853b4681b2
Hide 'Background data' option on ICS+ devices
2012-07-19 05:25:23 +02:00
cketti
36c2e058d6
Fixed a typo
2012-05-30 14:50:45 +02:00
cketti
7355b3578a
Removed date format strings from translations
2012-05-28 19:45:17 +02:00
cketti
c7fd341eb8
Changed some strings for esthetical reasons (backport from Kaiten)
2012-05-28 02:21:54 +02:00
cketti
904e3e2942
Removed unused stuff
2012-05-24 06:17:48 +02:00
cketti
7a509a8e6a
Fixed "errors" in translations
...
Mostly replacing "..." with ellipsis character "…"
2012-05-24 06:17:46 +02:00
cketti
31ed240f88
Grouped app-specific and store-specific strings
...
First step to make it easier to change the branding in forks and support
different app stores.
2012-05-24 06:17:44 +02:00
Jesse Vincent
362f0035c7
Hebrew translation from elyashiv sabach - אלישיב סבח
2012-05-13 13:56:49 -04:00
Andrew Chen
b5a57fe40c
Capitalize "Hotmail"
2012-04-25 11:04:48 -07:00
cketti
9c2d7635ba
Extracted some strings to constants.xml
2012-04-23 15:05:29 +00:00
cketti
6e85597758
Added Greek and Ukrainian to the list of supported languages
...
Ordered the list like 'settings_language_values'
2012-04-21 16:09:10 +00:00
Andrew Chen
e53569b24c
Add comment about not localizing the legalese.
2012-04-18 15:35:54 -07:00
cketti
9d854a0f6f
Fix a display bug by extending the system themes
2012-04-11 03:26:45 +02:00
Andrew Chen
42d6462946
Hide the batch archive button preference if none of our accounts have an archive folder.
...
Hide the batch archive button in the MessageList if none of the visible account(s) have an archive folder.
2012-04-06 15:52:56 -07:00
Andrew Chen
3e03120a73
Merge branch 'master' of https://github.com/mnb20/k-9 into pull111
...
* 'master' of https://github.com/mnb20/k-9 :
High DPI version of archive button icon
Fixed whitespace
Remove TODO
Replaced archive icon. Still a bit crap, but better than my previous attempt.
Added batch buttons for Archive and Move. Made batch buttons configurable.
2012-04-06 13:47:55 -07:00
cketti
5041a2c832
SingleMessageView cleanup
2012-04-04 10:04:57 +02:00
cketti
809f8efc77
Improved the look of MessageView with the dark theme
2012-04-03 07:55:52 +02:00
cketti
5819d27394
Added long-press popup menu to WebView in SingleMessageView
...
Actions:
- Open link for viewing
- Share link
- Copy link to clipboard
- View image
- Download/save image
- Copy image URL to clipboard
- Call number
- Save phone number to Contacts
- Copy phone number to clipboard
- Send mail
- Save to Contacts
- Copy email address to clipboard
This is based on work done by kernelhunter92 and ShellZero.
Fixed issue 1248
2012-04-01 22:46:36 +02:00
cketti
8436e6b50b
Tweaked MessageCompose layout
2012-03-22 23:37:03 +01:00
cketti
1d28eb003d
Added a setting to disable marking messages as read on viewing
2012-03-19 04:44:41 +01:00
Koji Arai
39f2138292
added a Japanese provider "auone.jp"
2012-03-17 23:16:35 +09:00
ashley willis
f9a30d1822
added sort by arrival option.
2012-03-11 17:48:56 -05:00
cketti
9f42ff61d3
Removed settings for scrolling buttons
2012-02-21 15:16:36 +01:00
cketti
309eeb72ac
Got rid of the ScrollView in MessageView
...
The ScrollView around the WebView caused all sorts of problems. This
change removes the ScrollView and uses the undocumented method
WebView.setEmbeddedTitleBar() to set the MessageHeader view as "title
bar" of the WebView. This allows MessageHeader to scroll away making
more room for the WebView.
All of the "magic title bar" code was originally implemented by Jesse
for Kaiten.
Because WebView doesn't support a scrolling footer we can no longer
support scrolling buttons or attachments at the end of the message. Now
users can switch from message view to attachment view via a button just
below the message headers.
I also copied some code for which I was too lazy to create a separate
commit. It allows to display attachments we didn't use to show by
clicking on a "More..." button in the attachment view. Those
attachments are mostly images referenced by the HTML part (e.g.
background images).
Fixes issue 3291
2012-02-21 05:07:01 +01:00
wilian-cb
4c318d1727
3945: Treatment for errors related to not having a file manager application in Android to handle import configurations.
2012-02-14 21:11:15 -02:00
cketti
485a505ca0
More tweaks to the unread widget
2012-02-13 12:25:03 +01:00
cketti
29e1a68288
Added widget to display the unread count for an account
2012-02-13 12:16:18 +01:00
Nick Nikolaou
46bf2c5be7
Add discard confirmation dialog when pressing back
2012-02-02 19:33:49 -06:00
cketti
edf0361aab
Added font size setting for text input fields in MessageCompose
2012-01-12 01:05:01 +01:00
Mark Baker
0e86fb2a80
Fixed whitespace
2012-01-04 19:58:19 +00:00
Mark Baker
af1b9f83f2
Added batch buttons for Archive and Move. Made batch buttons configurable.
2011-12-24 18:17:12 +00:00
mwolschon
21c9c6c1dc
Issue 17: Hierarchical folder list / folder tree
2011-12-19 02:00:37 +01:00
mwolschon
2bfe1f4533
Issue 17: Hierarchical folder list / folder tree
2011-12-15 10:34:29 +01:00
cketti
017033cd53
Changed UI to allow selecting the empty IMAP namespace
2011-12-01 06:05:05 +01:00
cketti
d6acb09988
Added danish translation provided by mittaa
2011-11-25 23:18:00 +01:00