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