Andrew Chen
b5a57fe40c
Capitalize "Hotmail"
2012-04-25 11:04:48 -07:00
cketti
8f4ede0c79
Updated astyle rules
2012-04-25 17:02:24 +00:00
cketti
2c8ae0644b
Fixed code style
2012-04-25 16:46:05 +00:00
cketti
464a5d54e3
Make HtmlConverterTest extend TestCase like the other tests do
2012-04-25 14:11:15 +00:00
cketti
7c45799446
Compile the test project with API 15
2012-04-25 14:09:53 +00:00
Andrew Chen
8577d1558e
Merge branch 'text-quote-to-html-div'
...
* text-quote-to-html-div:
Use property to determine if we should write test debug information or not.
Remove top margin on converted quote text, consistent with html quoted text.
Colorize quoted text that has been converted to html. Like Thunderbird, but optimized for mobile (no right margin quote bar, thinner left margin quote bar).
Add 1ex of margin at the bottom of converted blockquotes.
Convert quote characters in plain text messages to blockquotes in the html version. "Be like Thunderbird."
2012-04-24 10:24:14 -07:00
cketti
7ec15420fe
Updated Spanish translation (AntonioGPS)
2012-04-23 23:17:22 +00:00
cketti
a984b02c53
Updated Polish translation (Błażej Jeżewski)
2012-04-23 22:56:47 +00:00
Andrew Chen
adf00946bf
Use property to determine if we should write test debug information or not.
2012-04-23 15:24:02 -07:00
Andrew Chen
c829fe9cd2
Remove top margin on converted quote text, consistent with html quoted text.
2012-04-23 15:13:45 -07:00
Andrew Chen
9f1e2717a6
Colorize quoted text that has been converted to html.
...
Like Thunderbird, but optimized for mobile (no right margin quote bar, thinner left margin quote bar).
2012-04-23 15:10:34 -07:00
Andrew Chen
0bb1f4ff56
Add 1ex of margin at the bottom of converted blockquotes.
2012-04-23 14:00:03 -07:00
cketti
b02eb8be89
Added missing strings to Greek translation
...
Changed file layout to match that of res/values/strings.xml for easier
diffing.
2012-04-23 15:39:32 +00:00
cketti
9c2d7635ba
Extracted some strings to constants.xml
2012-04-23 15:05:29 +00:00
cketti
2485d21f1d
Show the display name instead of the "internal" name in folder settings
2012-04-22 00:02:46 +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
a4665a2bb2
Merge pull request #140 from igavio/patch-1
...
Fixes for the Greek translation.
2012-04-19 12:56:39 -07:00
igavio
aa37a5e8db
On patch-1 I undid the translation of htmlcleaner_license.
2012-04-19 10:08:17 +03:00
Andrew Chen
e53569b24c
Add comment about not localizing the legalese.
2012-04-18 15:35:54 -07:00
igavio
722f9732f2
Various corrections after first time use
2012-04-18 15:10:36 +03:00
Andriy Kopanytsia
0d5d69418f
Add Ukrainian localization.
2012-04-17 10:49:08 -07:00
Andrew Chen
05fbfc635a
Move android-sdk to the end of the dependency list so that our newer junit will take precendence over the built-in junit. Also fixes in-IDE tests.
2012-04-17 10:33:35 -07:00
Andrew Chen
32ce196b5a
Convert quote characters in plain text messages to blockquotes in the html version. "Be like Thunderbird."
2012-04-17 10:22:43 -07:00
Andrew Chen
32ae7bad9c
Migrate to Account.has(Special)Folder() methods.
2012-04-17 08:23:22 -07:00
Ashley Willis
c9a747f199
Merge pull request #137 from aatdark/aatdark_issue4222
...
Fixed Issue 4222. Use of the wrong method to get device-SDK version resu...
2012-04-16 15:32:25 -07:00
Bernhard Redl
39f5587f30
Fixed Issue 4222. Use of the wrong method to get device-SDK version resulting in errors on ApiLevel 7 (2.1) devices.
2012-04-17 00:09:00 +02:00
Jesse Vincent
5b7dec3d78
Bumped manifest to 4.115
2012-04-14 12:01:14 +08:00
ashley willis
1f3e52466a
Merge branch 'master' into ui-sort
2012-04-12 22:23:29 -05:00
ashley willis
93de6cdafe
fixed issue with sort not being remembered at all on unified inbox / all messages (still does not save sort to settings).
2012-04-12 21:12:22 -05:00
Jesse Vincent
029c8958a3
Bumped manifest to 4.114
2012-04-11 12:13:41 -04:00
ashley willis
f0c22510e2
fixed FC when changing sort from unified inbox and all messages.
...
the new sort saves per account, and there is no active account for these folders.
so also, there is no saving of the sort for the unified inbox nor all messages.
2012-04-11 00:08:49 -05:00
Ashley Willis
bfecdc9443
Merge pull request #134 from yarikoptic/upstream
...
BF: mAccount must not be accessed before verfied to be non-null
2012-04-10 21:25:11 -07:00
cketti
3f29b95846
Use the Android framework to manage the find folder dialog
2012-04-11 04:50:23 +02:00
cketti
ff4d6a66c8
Fixed bug introduced with 6f525f0e31
...
Intent extra was renamed but the code in MessageCompose still used the
(hardcoded) old name.
2012-04-11 04:47:10 +02:00
Yaroslav Halchenko
4288789e39
BF: mAccount must not be accessed before verfied to be non-null
...
otherwise obviously leads to crashes.
IMHO this was a logical location to move, and it resolved my issue when
account was not yet accessible due to not yet accepted key upon importing
old settings from a stored file
2012-04-10 22:26:49 -04:00
cketti
9d854a0f6f
Fix a display bug by extending the system themes
2012-04-11 03:26:45 +02:00
cketti
52b5c567ef
Don't use EmailAddressAdapter as singleton
2012-04-11 03:26:45 +02:00
cketti
981c582e9e
Updated polish translation (thanks to Błażej Jeżewski)
2012-04-11 03:10:40 +02:00
Andrew Chen
e23ba4c0c9
Reply receipt menu icons, take 2 (or 3?)
2012-04-09 10:32:20 -07:00
ashley willis
81c9fdcb13
Merge branch 'master' into pull-128
2012-04-08 21:59:20 -05:00
ashley willis
539ab93bcb
refactored sorting
2012-04-08 21:29:08 -05:00
Andrew Chen
6350916fc2
Better source image for ic_menu_envlope.
2012-04-08 17:10:15 -07:00
cketti
959ab4bdf2
Make ListView in EmailAddressList use the full screen height
2012-04-09 02:02:12 +02:00
cketti
8bd5090816
Removed unused import + constants
2012-04-09 02:02:12 +02:00
cketti
6f525f0e31
Converted hardcoded strings to constants
2012-04-09 02:02:12 +02:00
cketti
56d4cca4dd
Make ContactItem immutable
2012-04-09 01:57:45 +02:00
cketti
a09f26a227
Renamed getEmailFromContactPicker() to better reflect what it does
2012-04-09 01:57:44 +02:00
cketti
08e54cf44b
Updated JavaDoc for getEmailFromContactPicker()
2012-04-09 01:57:44 +02:00
cketti
3b5492f5fc
Optimized getEmailFromContactPicker()
2012-04-09 01:57:44 +02:00
Andrew Chen
2d13b0f36c
Add menu image for read/reply receipt.
2012-04-08 16:54:21 -07:00