Commit graph

360 commits

Author SHA1 Message Date
RyanBateman
35fadd13bd Fixed bug where feeds would not be marked as read due to lack of feedId. 2012-08-09 16:34:43 -04:00
RyanBateman
8fe9c8eacc Refactored item lists to allow for different layout and content for social feed items. 2012-08-09 15:58:25 -04:00
RyanBateman
fd307870f4 Refactored Reading activity to serve for both social and feed readings. Modified mark-as-read calls to be throttled and lazy (called only on exiting reading view.) 2012-08-08 12:01:14 -04:00
RyanBateman
1499c6e3d2 Added basic blurblog navigation. 2012-08-06 16:49:18 -04:00
RyanBateman
13e5920b2e Added group indicator (made default group indicator transparent, used custom indicator to ensure cross-version stability. 2012-08-03 17:48:31 -04:00
RyanBateman
1beec60ebc Fixed selector to include social feeds in intelligence selection. 2012-08-03 11:51:37 -04:00
RyanBateman
097cc0bf8b Fixed selector to include social feeds in intelligence selection. 2012-08-03 11:46:18 -04:00
RyanBateman
3699941cc1 Fixed bug in socialfeed whereby positive values weren't shown. 2012-08-02 13:34:58 -04:00
RyanBateman
bb34a535c5 Modified ImageLoader to be a singleton available application-wide, fixed to search for either UID or url. 2012-08-02 12:13:16 -04:00
RyanBateman
38b0848ad2 Enhanced mixedadapter to allow for blog content. Included viewtype for optimisation. 2012-08-02 11:45:48 -04:00
RyanBateman
4fe888dec1 Fixed minor bug where child view was unclickable. 2012-08-01 16:34:36 -04:00
RyanBateman
e5c1c29746 Wrote custom adapter in preparation of multiple cursors in ExpandableListView (oh boy.) 2012-08-01 16:26:44 -04:00
RyanBateman
ecd86b1036 Added simple table and call to handle offline marking of stories as read. 2012-08-01 13:44:39 -04:00
RyanBateman
482b316501 Added callbacks and Content Provider hack to effectively handle feed counts. 2012-08-01 00:13:28 -04:00
RyanBateman
5114fa6422 Fixed bugs in reading updates. Add passing of intelligence level to reading view, with subsequent cursor changes. Add result callback to ensure redrawing of state on return from reading view. 2012-07-31 21:32:08 -04:00
RyanBateman
f9b6a3f9b0 Added online mark-story-as-read functionality. Fixed bug in ImageLoader (though this could still be made more efficient.) 2012-07-31 11:41:58 -04:00
RyanBateman
b4cdf1731d Fixed bug whereby user's own activities would cause a crash. 2012-07-30 15:15:09 -04:00
RyanBateman
0676475602 Added ability to share to Newsblur. (Still lacks a decent icon.) Fixed bug in image rounding. 2012-07-30 15:03:03 -04:00
RyanBateman
039978c71c Added passing of intelligence level between main view and feed item list. 2012-07-27 16:14:13 -04:00
RyanBateman
f925f1c054 Added intelligence selector to item list view. 2012-07-27 15:29:26 -04:00
RyanBateman
0bbac42dba Added context menus for feeds, folders, and ability to mark both as read. 2012-07-26 16:27:31 -04:00
RyanBateman
03851ce035 Added short parsed date. 2012-07-25 21:52:38 -04:00
RyanBateman
f2ab6bc3f3 Fixed date storage for stories. 2012-07-25 14:51:45 -04:00
RyanBateman
af3abd3dbd Modified stats ordering for user profile pages, modified circle backgrounds for intelligence levels. 2012-07-25 13:59:22 -04:00
RyanBateman
6536bdf41e Added comment DB structure. Added comment and shared-icons for reading items. Added refresh of feed counts on app start. Added ability to manually refresh feed counts (currently un-throttled.) Modified Imageloader to use UIDs as the storage mechanism (rather than urls) to reduce network calls when we have the userId but not their photoUrl. 2012-07-24 14:41:56 -04:00
RyanBateman
c4714abf57 Added itemlist for feeds. Moved re-syncing functionality to item-list. 2012-07-23 11:23:52 -04:00
RyanBateman
5f459487b0 Fixed null colour case. Modified tag view. 2012-07-20 17:42:30 -04:00
RyanBateman
e1484b47be Added gradients, modified count style. 2012-07-20 17:06:52 -04:00
RyanBateman
9edb970c24 Fixed readingItem instantiation to prevent rotation issues. Added tags to reading item view. Fixed scrolling to ensure webview scrolls alongside content. Added modified scrollview to ensure focus isn't stolen when load completes. 2012-07-19 14:07:27 -04:00
RyanBateman
d1a7c366aa Added basic loading view when initially loading content. 2012-07-19 10:04:51 -04:00
RyanBateman
3bb3ca3eed Added basic reading item detail, the ability to share using Android's sharing intent. 2012-07-18 17:35:41 -04:00
RyanBateman
ab91409e4d Added ability to follow/unfollow users, basic dialog theme, basic button background styles. 2012-07-18 14:00:50 -04:00
RyanBateman
7212604e7a Added basic reading-item carousel for feed-specific reading lists, including ability to load and save items, view originals, cache content, and load custom CSS stylesheet for the content. 2012-07-16 14:34:33 -04:00
RyanBateman
e20d58a949 Added ability to navigate between profiles and dynamically load profiles. 2012-07-13 11:58:33 -04:00
RyanBateman
c752f0c148 Added counts for collapsed folders. Add slight backgorund for the listview. 2012-07-12 20:25:35 -04:00
RyanBateman
c03c168af3 Added intelligence-level selector for main screen. 2012-07-11 15:19:01 -04:00
RyanBateman
a334b2d6a2 Added activities to profile, groundwork for passing in user IDs, memory and file cache for URL-based images. 2012-07-10 13:13:22 -04:00
RyanBateman
f85f1d7e5e Added unsorted / items with no folder to collapsible 'unsorted' folder 2012-07-06 18:54:07 -04:00
RyanBateman
a7a0329a06 Removed rounded corners from main list view, ensured generic favicon was shown when none was present (or it failed to decompress.) 2012-07-06 15:08:38 -04:00
RyanBateman
fa2db823ef Moved some images, prototyped row with a stripe. 2012-07-06 14:50:26 -04:00
RyanBateman
d6df6945de Modified provider to supply only folders with feeds with content. Modified count stacking for pos/neg/neutral. Added backgrounds. 2012-07-06 12:13:12 -04:00
RyanBateman
523d45236e Added display of basic profile for user. 2012-07-05 13:01:25 -04:00
RyanBateman
386e18da71 Added user's profile download to the intial logging in process. Added stub for profile display screen. Added stub menu item for refresh. Modified preference handling to use a util class. 2012-07-04 17:24:42 -04:00
RyanBateman
99637a2314 Modified animation / status sequence for login. Still requires work. 2012-07-03 17:13:11 -04:00
RyanBateman
5d362f3b55 Added favicons as part of the initial feed / folder download. 2012-07-03 13:12:01 -04:00
RyanBateman
d3187f749a Added reliance on ActionBarSherlock. Added check for previously stored cookies and immediately forwarding to main activity. Added folder-tree setup for landing view. Added folders as individual units to DB and sync process. 2012-07-02 23:16:39 -04:00
RyanBateman
370531671f Added first draft of blurview for logo. Modified Loginfragment to handle 'done' button correctly. Added subtle texture on Login screen. Modified syncservice to correnctly download and store feeds / folders. 2012-07-01 16:48:12 -04:00
RyanBateman
ef18acbca7 Modified provider and database to hold folder / feed mapping. Logging in now synchronises and downloads feeds and folders (no delete / batch support yet). 2012-06-29 16:26:18 -04:00
RyanBateman
94037f7f52 Added Service for handling sync to manifest, set up fragment to handle service calls, began folder/feed parser work, fixed login to store and use cookies to request feeds. 2012-06-28 23:58:58 -04:00
RyanBateman
d217276a75 Sketched out basic SyncService structure. 2012-06-27 17:19:51 -04:00