cketti
|
7119c7165f
|
Removed unnecessary type casts
|
2011-01-19 01:21:27 +00:00 |
|
cketti
|
365b106753
|
Fixed warnings about unchecked casts by extracting the code to methods and using the @SuppressWarnings annotation on them.
|
2011-01-19 00:36:15 +00:00 |
|
cketti
|
8279092070
|
Fixed lots of warnings (unused imports/variables, missing annotations, etc.)
|
2011-01-18 23:54:49 +00:00 |
|
Jesse Vincent
|
d59600653c
|
astyle
|
2011-01-18 00:04:11 +00:00 |
|
Marcus Wolschon
|
fc4b64c559
|
Update issue 848
"view" only enabled for attachments if there is an actual
application on the phone to view this kind of file.
|
2011-01-17 10:41:48 +00:00 |
|
Jesse Vincent
|
9d5704c0f5
|
Split the Header view out from the MessageView activity
|
2011-01-10 17:47:28 +00:00 |
|
Jesse Vincent
|
b2c44579d2
|
lift "displayMessage" out of a callback
|
2011-01-06 16:56:55 +00:00 |
|
Jesse Vincent
|
39ef6584a8
|
continue to extract attachment code out to AttachmentView
|
2011-01-06 16:56:37 +00:00 |
|
Jesse Vincent
|
19c5324316
|
Extract AttachmentView and MediaScannerNotifier into their own classes
|
2011-01-06 16:56:20 +00:00 |
|
Jesse Vincent
|
ed60cdfa5a
|
replace constant lookups of the MessagingController instance with a locally cached one
|
2011-01-06 16:56:02 +00:00 |
|
Jesse Vincent
|
299c057cd4
|
minor code cleanup
|
2011-01-06 16:55:48 +00:00 |
|
Jesse Vincent
|
9c847d3e9d
|
minor code cleanup
|
2011-01-06 16:55:34 +00:00 |
|
Jesse Vincent
|
de806f7715
|
astyle
|
2011-01-06 16:55:08 +00:00 |
|
Andrew Chen
|
605a0bdc93
|
Add more comments about LocalTextBody.
Display decrypted PGP data as text/plain (content type was being set, but not being passed to WebViews).
|
2010-12-29 07:34:57 +00:00 |
|
Jesse Vincent
|
8bc984f440
|
APG-related messageview bugfixes
|
2010-12-28 09:11:35 +00:00 |
|
Jesse Vincent
|
0c426c9c4b
|
Round our color chips, clean up color hcip rendering a bit
|
2010-12-28 09:11:10 +00:00 |
|
Jesse Vincent
|
4c9c478d8d
|
minor code and doc cleanups as recommended by IntelliJ
|
2010-12-28 09:10:50 +00:00 |
|
Jesse Vincent
|
b166cf03e8
|
split apart attachment view creation a bit
|
2010-12-28 09:09:52 +00:00 |
|
Jesse Vincent
|
3c9eb2c004
|
Further refactoring of message display
|
2010-12-28 09:09:33 +00:00 |
|
Jesse Vincent
|
9fe56831bf
|
finish removing setHeaders as a layer of indirection
|
2010-12-28 09:09:15 +00:00 |
|
Jesse Vincent
|
8116a0f39f
|
lift some gpg code into the crypto initializer
|
2010-12-28 09:08:58 +00:00 |
|
Jesse Vincent
|
3ffa28fa02
|
we import so we don't need to qualify
|
2010-12-28 09:08:40 +00:00 |
|
Jesse Vincent
|
85a7a08e9a
|
Rename our attachment view holder from Attachment to AttachmentViewHolder
|
2010-12-28 09:08:18 +00:00 |
|
Jesse Vincent
|
6a04afb758
|
extract "does it have html images" out of MessageView. really, it should
end up in LocalMessage somewhere
|
2010-12-28 09:07:59 +00:00 |
|
Jesse Vincent
|
7623a02852
|
lift the "get display text" code out of the messageview and into
localmessage
|
2010-12-28 09:07:39 +00:00 |
|
Jesse Vincent
|
84f6e546d2
|
setLoadPictures sets mShowPictures. We don't need to set it again
|
2010-12-28 09:07:19 +00:00 |
|
Jesse Vincent
|
f292251b78
|
lift createUniqueFile to a Utility class
|
2010-12-28 09:06:57 +00:00 |
|
Jesse Vincent
|
570dbf7126
|
split apart onCreate into bite-sized pieces
|
2010-12-26 03:51:33 +00:00 |
|
Jesse Vincent
|
43e3e860f8
|
doc fix
|
2010-12-26 03:49:52 +00:00 |
|
Jesse Vincent
|
d352b8a4a5
|
whitespace
|
2010-12-26 03:49:23 +00:00 |
|
Jesse Vincent
|
f2b2fddd5a
|
onRefile removes code duplication
|
2010-12-26 03:49:20 +00:00 |
|
Jesse Vincent
|
db02383d4a
|
whitespace cleanups
|
2010-12-26 03:49:16 +00:00 |
|
Jesse Vincent
|
8488b55e09
|
remove some duplicated code
|
2010-12-26 03:49:13 +00:00 |
|
Jesse Vincent
|
8c6df94739
|
remove some temp variables
|
2010-12-26 03:49:09 +00:00 |
|
Jesse Vincent
|
877427f110
|
cut down a couple overly verbose conditionals
|
2010-12-26 03:49:06 +00:00 |
|
Jesse Vincent
|
daf5a9d704
|
lift emulateShiftHeld to our custom WebView subclass
|
2010-12-25 22:30:34 +00:00 |
|
Jesse Vincent
|
8e2e4e515f
|
simplify MessageView's setHeaders
|
2010-12-25 22:30:31 +00:00 |
|
Jesse Vincent
|
8b52aac135
|
remove unused imports
|
2010-12-25 22:30:27 +00:00 |
|
Jesse Vincent
|
76fd8e9939
|
extract animation code from MessageView
|
2010-12-25 22:30:22 +00:00 |
|
Jesse Vincent
|
5f9eae1580
|
Extract MessageWebView specific code into a new class
|
2010-12-25 22:30:16 +00:00 |
|
Jesse Vincent
|
ea4e0aa61f
|
remove a bunch of extraneous code and variables
|
2010-12-25 19:29:02 +00:00 |
|
Jesse Vincent
|
9f24ea2b03
|
minor code cleanup
|
2010-12-25 19:28:58 +00:00 |
|
Jesse Vincent
|
91ab617807
|
rename "hide buttons" to "scroll buttons" because that's what it does
|
2010-12-25 19:28:54 +00:00 |
|
Andrew Chen
|
77c01c65dd
|
Refactor network data blocking out of the main K9 class and into the MessageView class.
|
2010-12-25 01:26:47 +00:00 |
|
Jesse Vincent
|
f14c7ecd9b
|
doc & comment updates from achen.code
|
2010-12-25 00:27:09 +00:00 |
|
Jesse Vincent
|
c361c0e63c
|
Extract a method to set up our MessageView WebView
|
2010-12-25 00:27:05 +00:00 |
|
Jesse Vincent
|
4a97f4a1a0
|
astyle
|
2010-12-24 22:48:22 +00:00 |
|
Jesse Vincent
|
d64d9c460a
|
Disable webview cache and javascript. (Mail + Javascript == scary)
|
2010-12-24 22:48:17 +00:00 |
|
Jesse Vincent
|
9878b74379
|
astyle
|
2010-12-24 18:55:05 +00:00 |
|
Fiouz
|
64b5655d7c
|
Don't reference the enclosing type instance when it's not used (memory optimisation)
|
2010-12-14 19:26:31 +00:00 |
|