Fiouz
4b35b31de1
"Send as" (r2730) French localization
2010-12-07 22:21:16 +00:00
Fiouz
0087106a43
"Clear local messages" (r2722) French localization
2010-12-07 22:21:00 +00:00
Fiouz
dae0fe6029
"Send again" (r2702) French localization
2010-12-07 22:20:46 +00:00
Fiouz
60e90555fe
Fetch all messages preference (r2691) French localization
2010-12-07 22:20:32 +00:00
Fiouz
8c328c2e5b
Preview lines preference (r2644) French localization
2010-12-07 22:20:19 +00:00
Fiouz
505940a557
Quiet time preference (r2795) French localization
2010-12-07 22:20:03 +00:00
Jesse Vincent
438f88a982
Remove strings that are no longer anywhere in our code from translations
2010-12-01 03:09:22 +00:00
Jesse Vincent
3ca2b93619
Move notification preferences up a bit
2010-11-29 02:21:37 +00:00
Jesse Vincent
dbc07d14ee
Revert " http://code.google.com/p/k9mail/issues/detail?id=2682 " until we
...
can make it configurable, per discussion with Marcus
This reverts commit 1436eeefa292f64c8c9aa6ec9fa2daaeafeb93fd.
2010-11-29 02:21:27 +00:00
Jesse Vincent
36bb10fb2c
extract out "sync one account"
2010-11-28 20:28:42 +00:00
Jesse Vincent
a75098013a
add a new quiet time preference
2010-11-28 20:28:32 +00:00
Jesse Vincent
a521d231e6
rename the "notifications title" string for reuse
2010-11-28 20:28:26 +00:00
Marcus Wolschon
4f08820683
http://code.google.com/p/k9mail/issues/detail?id=2682
...
mark multiple mails as SPAM
2010-11-22 08:12:48 +00:00
Koji Arai
6c3838909f
Updated Japanese translation.
2010-11-20 19:44:25 +00:00
Koji Arai
884829a2e7
Newly added Japanese 2 providers.
2010-11-20 19:44:06 +00:00
Jesse Vincent
bc8e56262e
Icon updates from Pierre-Luc Auclair
2010-11-20 05:08:32 +00:00
Fiouz
b9c3db8f79
"Updated res/values-de/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:07:33 +00:00
Fiouz
6990a0a5aa
"Updated res/values-fr/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:07:26 +00:00
Fiouz
3483b0cd93
"Updated res/values-pl/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:07:20 +00:00
Fiouz
fa234d86e2
"Updated res/values-sv/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:07:15 +00:00
Fiouz
9a553d168e
"Updated res/values-fi/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:07:09 +00:00
Fiouz
0039c7ad29
"Updated res/values-zh-rCN/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:07:05 +00:00
Fiouz
ce9c5fa43c
"Updated res/values-it/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:06:59 +00:00
Fiouz
1a08951c6e
"Updated res/values-fr-rCA/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:06:55 +00:00
Fiouz
cad7691df5
"Updated res/values-cs/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:06:50 +00:00
Fiouz
b5df3f3c3a
"Updated res/values-ja/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:06:45 +00:00
Fiouz
c8137b3ea5
"Updated res/values-nl/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:06:41 +00:00
Fiouz
f4a6969ac9
"Updated res/values-ru/strings.xml to match r2744 (folder string identifiers changed)"
2010-11-17 22:06:36 +00:00
Jesse Vincent
46300ac421
Move our "pick a folder" preferences out of the account setup wizard,
...
where you're unlikely to even have access to them the first time you
walk through into the "Folders" preferences.
At the same time, move toward using a list preference widget, rather
than a custom activity.
2010-11-17 03:43:02 +00:00
Jesse Vincent
db2b177a79
Relabeled the "Choose Identity" menu item in message compose to be a bit
...
more obvious to end users.
Split out the "choose identity" icon from the "cc" icon, though they're
still the same image, at least they're logically separate
2010-11-14 15:36:52 +00:00
Jesse Vincent
620b6f3907
providers.xml update from Froyo AOSP
2010-11-14 15:20:54 +00:00
Jesse Vincent
730febf6b9
fixing the name of the sort icon for hdpi
2010-11-14 13:38:15 +00:00
Jesse Vincent
1f80b7c723
New hdpi icons from plauclair
2010-11-14 03:39:32 +00:00
Jesse Vincent
675651286b
Added the ability to completely wipe the localy cached messages of a syncced folder.
2010-11-14 00:49:25 +00:00
Jesse Vincent
14055691a3
Merge branch 'mail-on-sd'
...
* mail-on-sd: (40 commits)
Added more comments to explain how the locking mecanism works for LocalStore
Fixed wrong method being called during experimental provider initialization (since provider isn't enabled, that didn't harm)
Add more comments about how the various StorageProviders work and how they're enabled
find src/com/fsck/ -name \*.java|xargs astyle --style=ansi --mode=java --indent-switches --indent=spaces=4 --convert-tabs
French localization for storage related settings
Remove unused SD card strings (replaced with storage indirection)
Merge mail-on-sd branch from trunk
Reset mail service on storage mount (even if no account uses the storage, to be improved)
find src/com/fsck/ -name \*.java|xargs astyle --style=ansi --mode=java --indent-switches --indent=spaces=4 --convert-tabs
Migraion -> Migration
move the Storage location preference into preferences rather than the wizard.
Made LocalStore log less verbose Added @Override compile checks
Added ACTION_SHUTDOWN broadcast receiver to properly initiate shutdown sequence (not yet implemented) and cancel any scheduled Intent
Be more consistent about which SQLiteDatabase variable is used (from instance variable to argument variable) to make code more refactoring-friendly (class is already big, code extraction should be easier if not referencing the instance variable).
Added transaction timing logging
Factorised storage lock/transaction handling code for regular operations.
Use DB transactions to batch modifications (makes code more robust / could improve performances)
Merge mail-on-sd branch from trunk
Update issue 888 Added DB close on unmount / DB open on mount
Update issue 888 Back to account list when underlying storage not available/unmounting in MessageView / MessageList
...
2010-11-13 21:40:56 +00:00
Jesse Vincent
76e26607b8
Added a first pass implementation of being able to resend a message.
2010-11-13 03:09:32 +00:00
Jesse Vincent
af5f78928c
Add a "fetch all messages" visible limit
2010-11-12 23:41:43 +00:00
Jesse Vincent
73a51cc1c8
Correction to German translation from bobo_bb on IRC - a native speaker
...
should check this ;)
2010-11-08 02:24:25 +00:00
Jesse Vincent
52e2a437fb
Imported a variant of http://code.google.com/p/android-color-picker/ into k-9
...
- Ported to the ColorPickerDialog API
- Translated the API and Internals from Indonesian to English
- Moved to use K-9 strings rather than custom strings.
In an ideal world, we should use ambilwarna as an android library
project, like it was intended.
2010-11-08 02:21:32 +00:00
Jesse Vincent
d45081abaa
Animate the batch-operations toolbar (Imported from AOSP)
2010-11-07 19:40:42 +00:00
Jesse Vincent
c0d9939ec6
Restore generation of messagelist chips, now that we have an elastic
...
message size.
2010-11-07 00:30:12 +00:00
Koji Arai
8198ce96f2
Updated Japanese translation.
2010-11-05 16:46:15 +00:00
Jesse Vincent
9d69875246
Add a new preference to let users select how many lines of message
...
preview show in message-preview mode.
2010-11-05 02:59:26 +00:00
cketti
506f43faba
- Added android:persistent="false" attribute to *Preference elements in global, account, and folder settings XML files to prevent automatic persistence to SharedPreferences. We're using our own storage system!
...
- "Prettified" XML files
2010-11-04 02:47:53 +00:00
cketti
7acb7ceda3
Display name and email address in separate lines for auto-complete results in message compose activity.
...
Fixes issue 2442
2010-10-30 21:06:09 +00:00
Jesse Vincent
c5cf9e5c8c
message_to_label and message_to_fmt were used from places that weren't
...
their original sources. rename them to lie less.
2010-10-29 22:34:59 +00:00
Koji Arai
aa46da06bb
Updated Japanese translation. catch up with r2580
2010-10-29 15:50:58 +00:00
Fiouz
50c3751421
Display "Account settings" title instead of "General settings" when opening account settings (doesn't seem to be affected by user chosen language though)
2010-10-28 19:07:30 +00:00
Marcus Wolschon
b723769e65
translated "unable to connect".
2010-10-28 14:37:48 +00:00
Jesse Vincent
6704279042
redo our messagelist sigil code to not break sender colorization
2010-10-25 03:21:08 +00:00
Fiouz
0afc738e2a
Update issue 1916
...
French localization:
- Added localization for r2561 strings
- Spelling fixes
2010-10-24 07:51:15 +00:00
Jesse Vincent
c216f42eb3
Exchange authenticaton and setup overhaul from Kris Wong
2010-10-24 01:03:29 +00:00
Jesse Vincent
4b9d4b677a
Improved accessibility for next/prev buttons
...
(reported by a screenreader user)
2010-10-23 17:33:18 +00:00
Jesse Vincent
64829aea89
first pass at importing the traditional chinese translation from Issue
...
2500 ( thanks to zhangyin@research.neu.edu.cn )
2010-10-22 15:46:46 +00:00
Jesse Vincent
8d9c074a27
Add gmail-style "to me" and "cc me" indicators in messagelist
2010-10-21 20:48:45 +00:00
cketti
44e2857c3f
Corrected small typo
...
Fixes issue 2482
2010-10-20 13:10:17 +00:00
Fiouz
e26e0973d5
Same as r2450
...
Rename strings-sv.xml to strings.xml (Android ignores the actual file name, rename is for consistency)
2010-10-16 21:29:00 +00:00
Fiouz
357ff33133
Update issue 1916
...
Added new options localization
Minor fixes
2010-10-11 22:43:06 +00:00
Jesse Vincent
a44c942f2a
Use the android-standard "Share" instead of "Forward with another app"
2010-10-11 14:54:28 +00:00
Jesse Vincent
d07aca3008
"Preferences" -> "Settings" for consistency
2010-10-11 14:54:23 +00:00
Jesse Vincent
c5d68fb49d
Add preferences to enable pinch-to-zoom and single-column layout for
...
messages
2010-10-11 14:54:15 +00:00
Jesse Vincent
7689cc237c
move an "interaction" preference to the interaction section
2010-10-11 13:59:29 +00:00
Jesse Vincent
179562e6c4
Updated dutch translation
2010-10-11 02:56:56 +00:00
Jesse Vincent
5fc78b4219
astyle
2010-10-11 00:08:54 +00:00
Jesse Vincent
a683186f6e
move 3 IMAP preferences out of the "wizard" flow to an advanced page
...
where they belong
2010-10-11 00:08:47 +00:00
Jesse Vincent
28388b235e
move "saveAllHeaders" to the account preferences screen.
2010-10-11 00:08:39 +00:00
Jesse Vincent
f6378b3df4
Relabel "Integrated Inbox" as "Unified Inbox" - it's a bit shorter,
...
slightly more descriptive and it matches iPhone terminology.
2010-10-10 21:35:30 +00:00
Jesse Vincent
7da70e6615
Further preferences cleanup / standardization
2010-10-10 21:35:26 +00:00
Jesse Vincent
68adf0ab7b
break our font list into pages for easier managability
2010-10-10 21:35:22 +00:00
Jesse Vincent
bec75e5361
Now that we have a Dutch translation, actually show it in the list
2010-10-10 21:35:17 +00:00
Jesse Vincent
940fc7c239
First pass at making account settings somewhat more coherent.
2010-10-10 19:29:19 +00:00
Jesse Vincent
0054c00240
k-9's search model isn't a websearch
2010-10-10 19:29:07 +00:00
Jesse Vincent
514e1a5ceb
Add support for voice search mode for the search results
2010-10-10 19:29:02 +00:00
cketti
da7210d1db
Refactoring: Some variable, method, and id renaming.
2010-10-09 00:38:52 +00:00
cketti
23b53bd660
Update issue 2144
...
Added option to show names from contacts to global preferences (value isn't used yet).
2010-10-08 23:50:33 +00:00
Jesse Vincent
78f797dda8
A previous refactoring broke notification for messages from the user by
...
replacing a localized string with substitutions with a concatenation
in one of two places the string was used.
2010-10-08 05:09:38 +00:00
Jesse Vincent
187714dfb8
fix a unicode bug in dutch translation
2010-10-06 22:44:59 +00:00
Jesse Vincent
89248a3bf8
New Dutch translation from Stephan Vijfhuizen
2010-10-06 22:41:04 +00:00
cketti
6220237576
Corrected indentation
2010-10-03 23:55:10 +00:00
Fiouz
9347409e14
Changed case of CheckboxListPreference class to match the Android framework naming pattern
2010-10-03 09:26:30 +00:00
Fiouz
6ad298ba50
Update issue 1916
...
Added new options localization
2010-10-03 09:04:42 +00:00
Jesse Vincent
5f4794954a
minor wordsmithing to a couple of new preferences.
2010-10-01 04:25:12 +00:00
cketti
b3718f6ea5
Update issue 1253
...
Update of german translation by therossoblu
2010-09-29 20:08:38 +00:00
cketti
1b6fc440fa
Fixed german translation.
...
Fixes issue 2380
2010-09-29 11:28:50 +00:00
Marcus Wolschon
5bbaf88972
elipsis at front with long subfolder-pathes.
...
(Only the last part of the path is interesting)
2010-09-27 11:59:17 +00:00
Koji Arai
2a39cd5206
Fixes issue 2282
...
Added an option whether the registered name color is change or not
Avoid "Connection error" when MessageView is opened. The contacts.getName() might return null.
2010-09-26 14:39:52 +00:00
Fiouz
39fd77591c
Update issue 2172
...
Swedish localization update from daniel.malmgren.DM / swedroid.se folks, thanks!
2010-09-20 20:01:41 +00:00
Fiouz
55f4361ecf
Update issue 2172
...
Added Swedish localization, thanks to daniel.malmgren.DM!
2010-09-19 21:32:02 +00:00
Fiouz
e28e6d8817
Added ability to disable LED notification for new messages (new account setting)
...
Extracted notification related settings in separate class (see Issue 2268)
Update issue 371
Status: Fixed
Added ability to disable LED notification for new messages
2010-09-19 20:54:43 +00:00
cketti
92a2cd7cde
Update issue 1253
...
Update of german translation by therossoblu and cketti
2010-09-17 12:53:56 +00:00
Fiouz
c63e230d12
Update issue 2302
...
Fixed some keys being translated and causing build error on non UTF-8 compilers
2010-09-14 17:43:22 +00:00
Fiouz
f6a9ee2e24
Update issue 2302
...
Added Finnish localization localization from Ari Arokoski. Thanks!
2010-09-11 08:28:19 +00:00
cketti
115683e20e
Update issue 1253
...
Update of german translation by therossoblu
2010-09-05 22:04:32 +00:00
Jesse Vincent
3291c585e8
Improve Volume navigation settings, fix a bug when a list view is in
...
touch mode.
Patch by fiouzy.
2010-09-03 21:41:32 +00:00
Fiouz
0fd058c2e6
French localization for strings introduced with issue 939 - r2312
2010-09-02 19:46:47 +00:00
Fiouz
f43db5235c
Fixes issue 1711
...
Owner: fiouzy
Don't display message subject in notification bar when keyguard is active (system locked)
2010-09-01 22:26:36 +00:00
Fiouz
f21d86d8ce
Fixes issue 1945. Toast debug location when enabling debug logging.
2010-09-01 21:27:11 +00:00
Fiouz
9b285ae3fc
Fixes issue 939
...
Heavily inspired from Gmail implementation. Currently implemented only for MessageView delete operation.
2010-09-01 20:59:09 +00:00
Koji Arai
b1074329e4
On the MessageList and the MessageView, prefer to use the display name registered in the Contacts rather than raw addresses.
...
Update issue 2144
2010-08-30 14:37:34 +00:00
Jesse Vincent
0f1a1baa89
Add a preference to use volume up / volume down to navigate items.
...
From a patch by paul.kilroy@gmail.com . Partial resolution of Issue 2112
2010-08-30 02:15:59 +00:00
Jesse Vincent
be8ac83198
A first pass at letting users choose not to top-post their message
...
replies. Code By achen.code@gmail.com
Fixes Issue 2262
2010-08-30 00:00:34 +00:00
Koji Arai
015666b657
Fixed issue 2174
...
When selecting one of the five vibrate patterns or the number of repetitions, we should demonstrate to the user what the vibrate pattern feels like. (Thanks to achen.code)
use the ListPreference instead of the EditTextPreference to set vibrate times.
2010-08-28 14:00:34 +00:00
Jesse Vincent
0b62640eac
Provisional initial commit of MessagingProvider code by
...
stephane.lajeunesse and koxx33
We're going to try it out in the 3.1 dev series. if it ends up looking
good, it'll be in 3.2
2010-08-18 02:49:13 +00:00
Jesse Vincent
86dc82f916
Merge branch 'ideal-screenreader'
...
* ideal-screenreader:
The IDEAL Group have joined the K-9 dogwalkers and submitted their code to be part of K-9!
Initial import of the Ideal K-9 branch which adds support for screenreaders.
2010-08-18 02:01:10 +00:00
Marcus Wolschon
97001b6edb
filter on folder-selection
2010-08-13 06:37:00 +00:00
Marcus Wolschon
08b8066441
added some missing translations
2010-08-13 06:36:42 +00:00
Fiouz
5ffde12932
Updated French localization with regular French strings.xml and added Canadian French localization file.
...
Update issue 1916
Status: started
I updated the existing strings.xml with many of your fixes and added a Canadian French specific strings.xml: it only contains terms that differ.
Identified terms (fr / fr_CA) :
e-mail / courriel
spam / pourriel
You can now choose "Français (Canada)" language from the configuration screen.
I tried to match the Gmail application running on a system configured with French locale: it mainly use the "message" term and sometime "e-mail" like in notifications as well as "spam".
Some other modifications are spelling fixes.
2010-08-12 14:26:47 +00:00
Koji Arai
e43297cd8b
Updated japanese translation.
2010-08-11 15:45:23 +00:00
cketti
43fb202d43
Fixes issue 1522
...
Added option to automatically show images in message view (always, if sender is in contacts, never).
Patch by paulkilroy (thanks!)
Includes bugfix for the "Show pictures" on orientation change code introduced earlier.
2010-08-07 22:38:08 +00:00
cketti
b4566ef640
Updates issue 1916
...
French translation updated by p.lucauclair
2010-08-07 12:36:42 +00:00
cketti
5cb1c16003
Small layout change for sign/encrypt button in message compose activity. Shifts the encrypt checkbox to the right to make room for longer key descriptions/email addresses.
2010-08-05 12:08:13 +00:00
cketti
bd563291c1
Set text color for text on sign and encrypt checkboxes in the message compose layout so it will also work in dark theme.
...
Fixes issue 2100
2010-08-05 12:02:47 +00:00
Thialfihar
7d6798cc67
removed string constant "find_action", as it isn't used anywhere anymore
2010-08-05 10:58:13 +00:00
Koji Arai
fc934e1baa
Updated japanese translation for the apg-integration.
2010-07-30 15:50:02 +00:00
Jesse Vincent
7a4d12b53b
Merge from apg-integration
2010-07-27 12:10:09 +00:00
Koji Arai
b3ac8fa252
Updated japanese translation. Thanks to hatty.
2010-07-25 15:04:00 +00:00
Jesse Vincent
338919a9a0
Merge remote branch 'remotes/issue814'
...
* remotes/issue814:
Changed the appearance of the ChooseAccount activity to better match the look of the account list.
svn:eol-style set to LF (UNIX style)
Update issue 814 Status: Started Cc: +fiouzy Reuse of res/layout/accounts_item.xml to match account list Automatically expand/scroll to Intent-presented account
- Patch provided by fiouzy (ability to choose identity from other accounts) - Modifications in MessageCompose by cketti (use MessageReference to replace mFolder and mSourceMessageUid)
Created branch for issue 814 (Feature to select account to send from in compose screen)
2010-07-22 03:15:28 +00:00
Jesse Vincent
6ef923be91
After we download attachments, get rid of the "old" attachment views
2010-07-19 01:54:55 +00:00
Jesse Vincent
6d20c65778
remove the old "isdownloading" notification for the current message.
2010-07-19 01:53:49 +00:00
Jesse Vincent
111e6f5109
First pass at a "download the rest of this message" button
2010-07-19 01:52:59 +00:00
Jesse Vincent
ba59b6858b
update r1996 per danapple0's clarification about how "the last day" code
...
works
2010-07-16 02:56:21 +00:00
Jesse Vincent
a9f78f2f5c
slightly tighten up the autodownload-by-size menu option. it could still
...
use more work
2010-07-16 02:03:53 +00:00
Jesse Vincent
03d61d914d
Walk back most of r1921 (Changing "the big bang" to "any time (no
...
limit)" and _slightly_ tweaking the grammar so that the options
read closer to an english sentence.
2010-07-16 02:03:40 +00:00
Jesse Vincent
8f1d535630
make it possible to get to global settings from the folder list
2010-07-16 01:24:01 +00:00
Jesse Vincent
853e9532a9
Improve "Settings -> Settings" to "Settings -> Global Settings"
2010-07-16 01:23:56 +00:00
Koji Arai
0a38d9242c
Updated japanese translation to match r1932 and r1950.
2010-07-15 16:58:22 +00:00
Thialfihar
510e9acc83
added text selection via "long press" in MessageView, also giving a notification for when text selection starts
...
Update issue 662
Added the long press initiation of text selection. I also noticed we'll have to make sure text selection is not recognized as a gesture (or at least ignored as gesture).
2010-07-14 18:12:40 +00:00
Thialfihar
983d541371
added English to the language options, which foolishly wasn't included in the list of native language names
...
Update issue 1988
Status: Started
Owner: thialfihar
You are absolutely right, English was not displayed for anyone. Oops. Added now, so it'll be in the next build.
2010-07-14 16:00:18 +00:00
cketti
9577231c9a
Hopefully fixed an error in the chinese translation.
...
Fixes issue 1987.
2010-07-14 15:12:56 +00:00
Fiouz
33bda75416
Update issue 1916
...
Added non-breaking spaces (\u00A0) for quoting/question/exclamation marks, colons
Switched to UNIX line ending style
2010-07-14 14:31:46 +00:00
Jesse Vincent
ed86fc8371
First pass at better end-user visibility into what K-9 is doing when we
...
appear to "sit" while syncing headers.
2010-07-13 23:59:14 +00:00
Thialfihar
014b6c19c3
svn:eol-style=LF for src and XML resources
...
Fixes issue 1982
2010-07-13 21:49:28 +00:00
Thialfihar
eda64bf1e7
display the language choices in their native names, added a larger set of native language names, which will be reduced to the supported languages at runtime
...
Fixes issue 1290
This may be a bit much, but I hope it can make it a little bit easier to add a new language later on and have consistent ordering.
2010-07-13 14:24:21 +00:00
cketti
251454cc45
Updated french translation (thanks, p.lucauclair)
...
See issue 1916
2010-07-12 00:31:34 +00:00
Thialfihar
3e1f79cae8
fixed typo in string resource
2010-07-11 22:12:47 +00:00
Jesse Vincent
0afd6a9313
Remove the "only download headers" special case from the autodownload
...
setting
2010-07-11 15:40:01 +00:00
Koji Arai
bccfae7703
Added japanese translation made by hatty.
2010-07-11 15:35:31 +00:00
Jesse Vincent
df7cfdc3cf
Another attempt at the phrasing for "download messages since" -
...
"The Big Bang" is funny, but not friendly to non-native-speakers.
2010-07-11 12:31:57 +00:00
Jesse Vincent
ae339f1ac8
Add a per-account setting to choose how much of each message to download automatically.
2010-07-11 11:59:14 +00:00
cketti
e59987fdcb
Display an error message (instead of "null") if a message couldn't be decoded because of a missing charset.
...
See issue 1480 for a test case.
2010-07-11 01:28:08 +00:00
Thialfihar
8310224b89
fix typo "authtype" instead of "auth_type" that caused crash in Incoming Server settings, used the chance to rename all "*_authtype_*" resources to "_auth_type_*" to avoid future confusion
2010-07-09 02:54:15 +00:00
Thialfihar
36326d7bab
added a setting for language, overriding the system locale settings
...
Update issue 1290
2010-07-09 00:27:57 +00:00
Thialfihar
67b23fc797
added a setting for language, overriding the system locale settings
...
Update issue 1290
2010-07-09 00:27:47 +00:00
cketti
b188630eb4
Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility.
...
Fixes issue 1948
2010-07-08 12:18:12 +00:00
cketti
1eb37c2031
Added menu option to select & copy text in the message view.
...
The standard ScrollView causes problems when selecting text (and the message is long enough so scrolling is possible). The newly introduced ToggleScrollView can be set to disable scrolling via touch gestures thus making copying multi-line text sections possible.
Fixes issue 662
2010-07-07 22:14:45 +00:00
Thialfihar
00a8f948eb
added launcher shortcuts to accounts, refs issue 1025
2010-07-07 16:17:13 +00:00
Thialfihar
8752347b5f
merged archive-move-spam-buttons into trunk
2010-07-05 13:41:52 +00:00
Thialfihar
f79623d2bb
Previous French strings.xml contained a lot of drivel because I didn't strip some comments correctly. This should work.
2010-07-05 00:26:48 +00:00
Thialfihar
d0610e5282
Complete French translation added. Cheers, plauclair.
2010-07-05 00:17:58 +00:00
Koji Arai
a5a1ae7d28
Fixes Issue 41
...
Should query whether saving the draft message or discarding when back button was pressed.
Suppress to save the draft message automatically when attaching any file.
2010-07-04 17:46:55 +00:00