cketti
f345c33728
Removed useless try block
2011-10-29 05:10:13 +02:00
cketti
2d1f9f9c84
Reworked MailService to cut overhead when executing background tasks
...
Since MailService uses the auto shutdown mode of CoreService we can't
use CoreService.execute() with a startId parameter that is null. So this
change should also fix the problem some users reported where the pushers
weren't set up correctly.
See issue 2777
2011-10-29 05:08:37 +02:00
cketti
74f7abaec2
Cosmetic changes and documentation updates/fixes
2011-10-29 05:00:37 +02:00
cketti
987a1ea511
Merge branch 'master' of ssh://github.com/k9mail/k-9
2011-10-29 03:09:15 +02:00
cketti
7e1c19d4d8
Cosmetic changes - kill whitespace at the end of lines
2011-10-28 21:29:39 +02:00
Andrew Chen
f24d4c9155
Merge pull request #72 from andrewgaul/remove-literal
...
Remove unused literal methods
2011-10-27 23:32:28 -07:00
cketti
e3f6561008
Don't crash when trying to connect to an non-SSL service using SSL
...
Fixes issue 3798
2011-10-28 04:59:08 +02:00
cketti
6c7639023d
Updated german translation
2011-10-28 03:09:05 +02:00
cketti
882b988550
Tweaked german translation (Marius.Seebach)
2011-10-28 02:29:06 +02:00
cketti
6c6bf3fd6e
Updated catalan translation (dvbotet)
2011-10-28 02:20:10 +02:00
cketti
21bcf60891
Added placeholders for newly added string to translations
2011-10-28 02:20:10 +02:00
Jesse Vincent
0c40736f26
Bumped manifest to 3.908
2011-10-27 14:24:11 -04:00
cketti
55a39101ed
Added diagram that visualizes activity interactions
2011-10-27 19:13:13 +02:00
cketti
91ee21bb2d
Use "String.length() == 0" instead of String.isEmpty() [API 9+]
2011-10-27 19:11:44 +02:00
Jesse Vincent
188a9fd070
Upgrade us to android-14 infrastructure
...
(Backport from Kaiten)
Conflicts:
build.xml
default.properties
plugins/ActionBar/project.properties
plugins/QuickAction/project.properties
plugins/SplitView/ant.properties
plugins/SplitView/build.xml
plugins/SplitView/local.properties
plugins/SplitView/proguard.cfg
plugins/SplitView/project.properties
project.properties
2011-10-27 12:41:24 -04:00
cketti
b69d6cb64c
Use Locale.US with toUpperCase() and toLowerCase() where appropriate
2011-10-27 17:17:43 +02:00
cketti
9327c86fe7
Use Locale.US when calling toUpperCase() on the generated MIME boundary
...
Fixes issue 3733
2011-10-27 16:52:27 +02:00
cketti
d3baa299f1
Use "reply after quoted text" value when editing drafts
2011-10-27 08:20:03 +02:00
Sven-Hendrik Haase
f4f726ae67
Fixed restoring drafts saved with "reply after quoted text" enabled
...
Fixes issue 2568
2011-10-27 07:23:01 +02:00
Andrew Chen
b6cdec43e9
Merge pull request #73 from andrewgaul/address-parse-npe
...
Fix NPE in Address.Parse
2011-10-26 18:15:40 -07:00
Andrew Chen
2a47640b9f
Merge pull request #69 from sunglim/master
...
removed unnecessary empty line
2011-10-26 18:10:43 -07:00
Andrew Chen
d9e6426e33
Merge pull request #74 from andrewgaul/generateboundary-random
...
Use Random.nextInt instead of Math.random.
2011-10-26 18:03:57 -07:00
Andrew Gaul
ad5676ed28
Fix NPE in Address.Parse
...
Found by FindBugs. Also avoid an allocation in the uncommon case.
2011-10-25 21:24:38 -07:00
Andrew Gaul
e394924ce4
Prefer Random.nextInt over Math.random
...
Addresses a FindBugs complaint.
2011-10-25 21:21:23 -07:00
Andrew Gaul
a2d0f9ccb7
Remove unused literal methods
2011-10-25 13:56:07 -07:00
Lim Sungguk
b874664684
removed unnecessary empty line(English). Updated Korean Translation(Korean)
2011-10-25 00:02:24 +09:00
Andrew Chen
47a4bd77ad
Merge pull request #68 from sunglim/master
...
Korean Language Minor Update
2011-10-23 14:46:51 -07:00
Lim Sungguk
b2321e99ef
Korean Translation Minor Update
2011-10-24 04:53:31 +09:00
Jesse Vincent
ae3f098b4a
Merge pull request #64 from andrewgaul/typesafe-set
...
Avoid type-unsafe Set
2011-10-20 05:34:48 -07:00
Jesse Vincent
ea384b40a1
Merge pull request #66 from andrewgaul/redundant-combine-flags
...
Remove duplicated combine flags code
2011-10-20 05:33:37 -07:00
Jesse Vincent
70b4f64138
Merge pull request #67 from andrewgaul/utility-readinputstream
...
Remove unused Utility.readInputStream
2011-10-20 05:32:23 -07:00
Andrew Gaul
4c5f2e59a0
Remove unused Utility.readInputStream
...
Consider IOUtils.toString instead.
2011-10-19 23:11:03 -07:00
Andrew Gaul
5b9f542bd7
Avoid type-unsafe Set
2011-10-19 23:05:34 -07:00
Andrew Gaul
ce4b42f66b
Remove duplicated combine flags code
2011-10-19 22:04:57 -07:00
Koji Arai
451ffc97c4
Updated Japanese translation. catch up with 2058fc3
.
2011-10-16 09:20:49 +09:00
ashley willis
2058fc378d
Option to show next message after delete by default instead of previous.
2011-10-12 17:50:24 +02:00
cketti
a258415629
Merge pull request #60 from andrewgaul/builder-append-no-concatenation
...
Avoid concatenation in StringBuilder append
2011-10-12 08:28:32 -07:00
cketti
c34d896474
Merge pull request #59 from andrewgaul/immutable-sets
...
Make sets immutable
2011-10-12 08:26:43 -07:00
Marcus Wolschon
4c8ebb4bcd
added check for Null
2011-10-11 08:53:51 +02:00
Andrew Gaul
57be9e3ee3
Make sets immutable
...
Use final and unmodifiable and avoid anonymous inner classes.
2011-10-06 20:22:18 -07:00
Andrew Gaul
9b27aba2ba
Avoid concatenation in StringBuilder append
2011-10-06 09:20:11 -07:00
cketti
2e2428b093
Merge pull request #55 from andrewgaul/stringbuilder
...
Prefer StringBuilder over StringBuffer
2011-10-06 09:04:43 -07:00
cketti
31af4526ab
Merge pull request #58 from andrewgaul/spelling
...
Spelling corrections
2011-10-06 09:01:37 -07:00
cketti
b0ff343f98
Merge pull request #57 from andrewgaul/static-inner-classes
...
Make an inner class static
2011-10-06 08:59:33 -07:00
Andrew Gaul
220e55603d
Spelling corrections
2011-10-05 22:04:39 -07:00
Andrew Gaul
dad0332667
Make an inner class static
2011-10-05 22:01:53 -07:00
Andrew Gaul
47eb0fa2e1
Prefer StringBuilder over StringBuffer
...
The former is unsynchronized and slightly faster.
2011-10-05 21:50:31 -07:00
cketti
0619eaf79c
Catch NumberFormatException when parsing disposition size parameter
...
Fixes issue 3712
2011-10-01 21:17:00 +02:00
cketti
88dc36da8a
Added a check to prevent an ArrayIndexOutOfBoundsException
...
Fixes issue 3683
2011-10-01 20:30:22 +02:00
Jesse Vincent
feee0c64f7
Bumped manifest to 3.907
2011-09-29 00:19:28 -04:00