Commit Graph

106 Commits

Author SHA1 Message Date
Andrew Dolgov
0b2345344b support actionbarsherlock 2013-04-21 17:01:26 +04:00
Andrew Dolgov
0e744d41ba further menu-related fixes
remove mangled unicode ellipsis in articlefragment
2013-04-16 10:48:09 +04:00
Andrew Dolgov
2bdcdae44f initial support for better holo icons 2013-04-16 10:35:48 +04:00
Andrew Dolgov
5ad5d27cc0 work around against crash when long tapping on an article header 2013-04-08 22:56:02 +04:00
Andrew Dolgov
cea68d6b54 implement basic webview context menu for images 2013-03-31 11:17:59 +04:00
Andrew Dolgov
5792022b55 support showing article author (requires api 5)
bump version
2013-03-30 19:30:47 +04:00
Ajay Roopakalu
8fb9d746f3 Fix HTML unescaping in title of ArticleFragment.
The title of an article when displayed in the ArticleFragment is HTML escaped, as opposed to being properly un-escaped as in HeadlinesFragment (currently around line 588).

This produces strings with """ instead of the quote character, for example.
2013-03-14 20:09:59 -03:00
Andrew Dolgov
06b6176124 target API 17, clean some useless imports 2013-02-14 13:06:43 +04:00
Andrew Dolgov
6f95c43765 update support library
fix articlefragment link context menu
2013-02-11 16:19:12 +04:00
Andrew Dolgov
535b04dbe1 implement dark gray theme, bump version 2013-02-09 20:25:56 +04:00
Andrew Dolgov
633f17e2e8 make quick preview image transparent 2013-01-18 09:45:21 +04:00
Andrew Dolgov
8f912ab8a8 add basic fullscreen mode, move preferences a bit 2013-01-05 12:33:06 +04:00
Andrew Dolgov
479d1f0a6c prevent crash on 2.3 with dim_status_bar enabled, cleanup unused imports 2013-01-05 12:19:26 +04:00
Andrew Dolgov
c62d4b987b work around against last article line being clipped (refs #527) 2013-01-04 02:04:06 +04:00
Andrew Dolgov
f78ad58b79 rework attachment UI to use a dialog, update published actionbar icon 2013-01-03 15:09:30 +04:00
Andrew Dolgov
3974868298 fix crash on tablets 2013-01-02 18:51:11 +04:00
Andrew Dolgov
723fff03ec cleaner titlewebview implementation 2013-01-02 18:38:03 +04:00
Andrew Dolgov
c15e32a6a8 article: do not use embedded webview titlebar in portrait mode 2013-01-01 17:48:03 +04:00
Andrew Dolgov
cd2df32b45 various layout readability updates 2012-12-31 14:01:59 +04:00
Andrew Dolgov
44598d89e9 do not underline article header links 2012-12-31 12:58:26 +04:00
Andrew Dolgov
4e667479ae layout improvements, add missing files 2012-12-31 12:49:30 +04:00
Andrew Dolgov
369ad45bf5 experimental use of titlebarwebview 2012-12-31 03:51:06 +04:00
Andrew Dolgov
adee6d3493 add sepia theme 2012-12-31 03:14:01 +04:00
Andrew Dolgov
d473c5abbd move between articles by tapping left/right sides 2012-12-14 19:37:05 +04:00
Andrew Dolgov
77e7bef968 webview: hide builtin zoom controls 2012-12-09 15:10:00 +04:00
Andrew Dolgov
1ef59c2213 articlefragment: shorten with … instead of ... 2012-12-09 15:06:48 +04:00
Andrew Dolgov
1b40669cc5 fix disappearing up arrow on actionbar; import cleanup 2012-12-04 10:52:55 +04:00
Andrew Dolgov
c444d3b1e6 support server always_display_attachments
article: properly serialize new fields
2012-10-10 16:45:33 +04:00
Andrew Dolgov
f27bbf9e8c fix attachment duplicate checking, bump version 2012-10-10 14:15:53 +04:00
Andrew Dolgov
00b80487b4 support article comments for API 4 server (closes #490) 2012-10-09 19:36:23 +04:00
Andrew Dolgov
1758f5a495 better duplicate image detection for image enclosures 2012-10-09 13:03:59 +04:00
Andrew Dolgov
bb33e875db remove duplicate checking for embedded attachments 2012-10-09 10:02:57 +04:00
Andrew Dolgov
d3e0ce0f83 less-crashy handling on article title 2012-09-19 23:23:26 +04:00
Andrew Dolgov
d733127fa1 fix articlefragment progressbar 2012-09-19 16:16:38 +04:00
Andrew Dolgov
edbf27ffb8 implement several loading progressbars 2012-09-19 16:01:31 +04:00
Andrew Dolgov
797dbe2080 various lint-related stuff 2012-09-19 13:37:12 +04:00
Andrew Dolgov
8f88419419 add enclosure url share button 2012-09-19 09:45:03 +04:00
Andrew Dolgov
dcea7f0e85 misc optimization, do not embed duplicate enclosure images in
ArticleFragment
2012-09-18 23:50:50 +04:00
Andrew Dolgov
4eac5b73bb implement core offline functions 2012-09-17 16:28:32 +04:00
Andrew Dolgov
3cbae613a5 reimplement most menu handlers 2012-09-16 20:46:54 +04:00
Andrew Dolgov
ced80be1ae initial 2012-09-16 13:25:28 +04:00
Andrew Dolgov
b80b684d12 set LayoutAlgorithm.SINGLE_COLUMN in webviews to fit images without css
hacks
2012-06-26 21:45:35 +04:00
Andrew Dolgov
fafdd4120a code cleanup
offline: support feed title in vfeeds
2012-06-22 15:37:08 +04:00
Andrew Dolgov
bc7e851b9a add shadows to light theme, misc layout/theme tweaks 2012-06-22 00:35:53 +04:00
Andrew Dolgov
b7c9792ada various layout and code updates to support feed_title in virtual feeds
(requires API 3)
2012-06-20 14:16:24 +04:00
Andrew Dolgov
f5547cc4ac revert ics fragment stuff 2012-06-19 18:24:22 +04:00
Andrew Dolgov
08397a47af categorize source files 2012-06-19 14:18:00 +04:00
Andrew Dolgov
ca65a6cdfa switch to ICS native fragments 2012-06-19 13:54:04 +04:00
Andrew Dolgov
c13dd67f43 add some lint fixes, bump minimum SDK version to froyo 2012-05-02 09:54:45 +04:00
Andrew Dolgov
9a1dbdc74f add option to justify/left-align article text 2012-03-21 09:18:20 +03:00