summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Luke Wasylkowski [Tue, 17 Sep 2013 12:28:15 +0000 (14:28 +0200)]
Fixed OnGlobalLayout no method exeption (for apis < 16)
Luke Wasylkowski [Mon, 16 Sep 2013 13:41:51 +0000 (15:41 +0200)]
Added onClickListener to tablet layout for RSS view (mind that after
readability changes offline view is stripped of html tags. How it should
look should be discussed and addressed later)
Luke Wasylkowski [Mon, 16 Sep 2013 12:35:35 +0000 (14:35 +0200)]
Adjusted rss tablet layout
Adjusted static information layout
Luke Wasylkowski [Mon, 16 Sep 2013 00:00:30 +0000 (02:00 +0200)]
Title displayed is now title of viewed page
[previous commit] descriptions for feed fragment now load asynchronously
(with indicator)
Luke Wasylkowski [Sun, 15 Sep 2013 23:42:52 +0000 (01:42 +0200)]
Tablet feed view is now better:
+ images appear near text
+ text properly stripped of everything and processed by readability
+ description text wraps around image
Luke Wasylkowski [Sun, 15 Sep 2013 00:19:18 +0000 (02:19 +0200)]
Added Apache Lang library
Added custom TextView for ellipsizing multiline text views
Added simple tablet view for rss
Luke Wasylkowski [Thu, 12 Sep 2013 22:03:55 +0000 (00:03 +0200)]
fixed... stuff....
Luke Wasylkowski [Thu, 12 Sep 2013 22:00:22 +0000 (00:00 +0200)]
Added Utils class
Completely refactored Rss fragment:
+ Extracted rss logic to separate class
+ Fixed updating image in database
+ Fixed threads relations (threads now cancel and not answer when
fragment is invisible)
Luke Wasylkowski [Wed, 11 Sep 2013 18:08:59 +0000 (20:08 +0200)]
Added logo and changed application name
Target sdk set to newest
Fixed dependencies for projects
Luke Wasylkowski [Wed, 11 Sep 2013 17:58:50 +0000 (19:58 +0200)]
Copied android support library jar to sliding-menu-library so that it
doesn't have to reference main project
wasyl [Wed, 11 Sep 2013 17:46:23 +0000 (19:46 +0200)]
Added projects again
Luke Wasylkowski [Wed, 11 Sep 2013 17:27:00 +0000 (19:27 +0200)]
Removing everything to set up workspace again
Luke Wasylkowski [Tue, 10 Sep 2013 22:51:19 +0000 (00:51 +0200)]
Switched Static information to views instead of fragments for
performance (tablet + phone)
Fixed divider for static information (reverted last change)
Removed aphidmobile class for flip view
Luke Wasylkowski [Tue, 10 Sep 2013 14:36:19 +0000 (16:36 +0200)]
Changed animation in static information for smoothness
Changed static information presentation view to ViewPager
Added tablet layout for static information
Changed android.app.Fragment to android.support.v4.Fragment
Downloading images in rss list now use thumbnail proxy
Luke Wasylkowski [Wed, 28 Aug 2013 16:44:24 +0000 (18:44 +0200)]
Fixed main screen layout for larger screens
Added tablet layout for static information
Added tablet logic to static information fragment class
Luke Wasylkowski [Fri, 23 Aug 2013 22:37:58 +0000 (00:37 +0200)]
Fixed minor rss fragment bugs
Added template for static information fragment
Added basic static information layout
Added static information parsing in menu
Added static information assets
Luke Wasylkowski [Mon, 19 Aug 2013 22:56:38 +0000 (00:56 +0200)]
Added storing/loading images in database (for offline view)
Added storing read status in database
Changed the way images for feeds are loaded (all, not only those
currently visible)
Added RssItem as extension from RssItemBean (fields for read status and
miniature)
Added external browser action for rss feed click
Luke Wasylkowski [Fri, 26 Jul 2013 23:25:02 +0000 (01:25 +0200)]
Added storing feeds in database
Fast loading feeds from database and then downloading
Added temporal cache for downloaded bitmaps
Clicking feed item now opens its url in browser
Luke Wasylkowski [Mon, 15 Jul 2013 02:19:29 +0000 (04:19 +0200)]
Moved modules to their own subpackages
Complemented RSS handling in menu parser
Fixed onClick handling for menu items
Added basic fragment switching
Added 'horrorss' and 'sparta' libs to handle RSS parsing
Added RSS fragment and basic RSS handling class
Added basic image download for RSS
Luke Wasylkowski [Tue, 9 Jul 2013 00:10:59 +0000 (02:10 +0200)]
Added `StaticInformation` menu (asset and parsing classes)
Luke Wasylkowski [Fri, 5 Jul 2013 23:57:56 +0000 (01:57 +0200)]
Eclipse files changes
Luke Wasylkowski [Fri, 5 Jul 2013 23:56:26 +0000 (01:56 +0200)]
Added sliding menu reference
Luke Wasylkowski [Fri, 5 Jul 2013 23:55:26 +0000 (01:55 +0200)]
Added menu layout
Luke Wasylkowski [Fri, 5 Jul 2013 23:55:01 +0000 (01:55 +0200)]
Removed old parser files
Luke Wasylkowski [Fri, 5 Jul 2013 23:54:35 +0000 (01:54 +0200)]
Cosmetic fixes
Luke Wasylkowski [Fri, 5 Jul 2013 23:53:09 +0000 (01:53 +0200)]
Added sliding menu library
Luke Wasylkowski [Fri, 5 Jul 2013 23:50:43 +0000 (01:50 +0200)]
Split layout to content and menu in separate files
Luke Wasylkowski [Fri, 5 Jul 2013 23:49:22 +0000 (01:49 +0200)]
Added sliding menu library
Changed main layout to use sliding menu
Removed code creating mock menu list
Luke Wasylkowski [Fri, 5 Jul 2013 23:48:27 +0000 (01:48 +0200)]
Cleaned parser of unnecessary code
Added ToDo's
Luke Wasylkowski [Fri, 5 Jul 2013 23:46:36 +0000 (01:46 +0200)]
Got rid of justified warnings
Luke Wasylkowski [Thu, 4 Jul 2013 00:12:58 +0000 (02:12 +0200)]
Added menu parsing
Added assets (GUI images and menu files)
Luke Wasylkowski [Tue, 2 Jul 2013 16:59:40 +0000 (18:59 +0200)]
Initial commit (empty project)
Fons Rademakers [Fri, 21 Jun 2013 14:32:45 +0000 (16:32 +0200)]
default git attributes file.