cketti
246ed6990c
Avoid endless loop via Handler
2012-11-08 18:20:52 +01:00
Jesse Vincent
7c2aa39202
Bumped manifest to 4.311
2012-11-06 16:45:13 -05:00
Leo Yang
9187b00b17
Traditional Chinese update
2012-11-06 16:43:48 -05:00
Jesse Vincent
9be4efe58f
Get the Folder list to use the new common icons
2012-11-06 16:18:00 -05:00
Jesse Vincent
e318b5483a
refactor a common component
2012-11-06 16:17:31 -05:00
Jesse Vincent
446cda8618
Clean up the icons in account list
2012-11-06 16:02:08 -05:00
Jesse Vincent
a47a8c2ccd
Slightly better whitespace symmetry in the messagelist
2012-11-06 15:20:27 -05:00
Koji Arai
9ae4a6b3dc
Updated Japanese translation. catch up with 952c407
.
2012-11-06 22:47:52 +09:00
Koji Arai
c0cb734288
Should change Bcc address when Identity changed.
2012-11-05 00:02:57 +09:00
Andrew Chen
1abc8619b1
IntelliJ IDEA: 11.1.4 updates.
2012-10-30 10:34:51 -07:00
Jesse Vincent
21c5ab5d14
Reorder the accounts menu for consistency with the message list menu
2012-10-30 12:49:37 -04:00
Joe Steele
f70d835404
Provide menu option to search messages.
...
Recent phones frequently do not have a hardware search key, so
there is no way to initiate a search without a menu option.
Related to issues 3386, 3428, 4523, and 4643.
2012-10-30 12:42:51 -04:00
cketti
9d802e807e
Clean up pt-BR translation
2012-10-21 20:32:52 +02:00
cketti
24b100dfc3
Merge commit '68b6df6e1c0a683b195e90d7fe6fddce1c418edd'
2012-10-21 20:23:52 +02:00
cketti
b373dec04e
Merge commit 'e482e32ee4cc224db6cfed6f33bea26b27710bf8'
2012-10-21 20:22:54 +02:00
cketti
6af48bd262
Restore TCP port value in incoming/outgoing server settings screens
...
Special thanks to zjw for the detailed analysis of this bug:
https://github.com/k9mail/k-9/pull/193
2012-10-21 20:04:53 +02:00
cketti
1ac666bbd1
Fix italian translation
2012-10-21 19:21:26 +02:00
Marcio Zomb13
68b6df6e1c
Update res/values-pt-rBR/strings.xml
2012-10-17 21:30:00 -03:00
Marcio Zomb13
e482e32ee4
Update res/values-pt-rBR/strings.xml
...
Another update (there are many new strings), i will make some updates later.
Thanks.
2012-10-16 13:22:03 -03:00
cketti
795540e6a5
Merge pull request #192 from voda/patch-1
...
typo in czech translation
2012-10-16 07:58:16 -07:00
cketti
4400434302
Cleaned up pt-BR translation
2012-10-16 16:49:53 +02:00
cketti
c8ed05f895
Merge commit '3033447c90877a221473f2c207fe4a784541854c'
2012-10-16 16:48:19 +02:00
cketti
18831fc634
Merge commit 'cf223dd18036d5bcb67703a4a3c51e834b19aa26'
2012-10-16 16:31:02 +02:00
cketti
e293ff3257
Removed credits from the hungarian translation
...
We don't credit translators (or developers) inside the app.
2012-10-16 16:29:11 +02:00
cketti
cb41ae36c3
Merge commit 'b24e7e3d57ccc3c37ecdac73b51d552e038a255d'
2012-10-16 16:10:17 +02:00
marciozomb13
cf223dd180
Update res/values-pt-rBR/strings.xml
...
Big update on new strings! Please add them!
2012-10-15 12:47:55 -03:00
marciozomb13
3033447c90
Update res/values-pt-rBR/strings.xml
...
Update 15/10/2012
2012-10-15 11:54:23 -03:00
RootRulez
b24e7e3d57
Update res/values-hu/strings.xml
...
Hi!
I'm RootRulez. I translated some strings to hungarian.
Best Regards!
2012-10-14 23:20:35 +03:00
Alexey
f206373e62
Update res/values-ru/strings.xml
...
Some typos fixes and traslations.
2012-10-14 14:23:21 +04:00
Ondřej Vodáček
1173d5da0e
typo in czech translation
2012-10-12 00:30:51 +03:00
Jesse Vincent
4e6453e7bb
remove vestiges of a deleted setting
2012-10-09 21:31:19 -04:00
Jesse Vincent
4a0be49e1a
Bumped manifest to 4.310
2012-10-09 18:23:18 -04:00
Jesse Vincent
e9ae328164
Bring back the checkboxes option for messagelist
2012-10-09 18:22:00 -04:00
Sander Bogaert
335c54575e
Fix unescaped single quote.
2012-10-08 21:54:39 +02:00
dzan
4933708c85
Merge pull request #191 from jacky672/patch-2
...
Update res/values-fr/strings.xml
2012-10-08 12:45:07 -07:00
Erkan
9651beffc0
Update res/values-fr/strings.xml
2012-10-08 22:36:24 +03:00
cketti
e66dd3d521
Fixed unit tests
2012-10-08 14:43:34 +02:00
cketti
d3f9633378
Merge branch 'fragments'
2012-10-08 14:33:33 +02:00
Jesse Vincent
f62ac401a0
make the stroke border on our color chips a bit wider to make them easier to see
2012-10-06 17:31:24 -04:00
cketti
93b13362b4
Converted message list to a fragment
2012-10-06 03:41:32 +02:00
cketti
12e9dce1d8
Renamed MessageList to MessageListFragment
2012-10-05 18:14:07 +02:00
cketti
8a226972a5
Extracted functionality common to most activities to K9ActivityCommon
2012-10-05 18:14:07 +02:00
cketti
bbcc4988ba
Converted message view to a fragment
...
The fragment should be fully functional. The only thing missing is the
animation when showing the next/previous message.
2012-10-05 18:14:07 +02:00
cketti
c6bea2e6ab
Copied ...activity.MessageView to fragment.MessageViewFragment
...
This commit breaks all sorts of things but should retain the Git
history of MessageView.
2012-10-05 18:14:06 +02:00
cketti
db370c5b40
Removed unused layout
2012-10-05 18:14:06 +02:00
Andrew Chen
41756802a1
Move hasConnectivity() method into a helper method.
...
It's now used in multiple places, so unify the logic into one place.
2012-10-05 09:07:16 -07:00
Jesse Vincent
48faef808f
Bumped manifest to 4.309
2012-10-03 21:57:05 -04:00
Jesse Vincent
19aad0d9a1
bump up the chip sizes a bit
2012-10-03 21:56:28 -04:00
Jesse Vincent
7b23704bd5
Add "cc Me" and "from me" color chips. Uprez the chips 10x so we get crisp views rather than awful bitmappy stuff
2012-10-03 21:56:28 -04:00
Jesse Vincent
0c34a21ff0
Add a fromMe method on messages
2012-10-03 21:56:28 -04:00