summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/HeadlinesActivity.java
AgeCommit message (Collapse)Author
2014-10-17initialAndrew Dolgov
2014-10-15statusbartint stuffAndrew Dolgov
2014-10-15remove actionbarsherlock, switch to appcompat stuffAndrew Dolgov
2013-11-29add ability to toggle headlines activity sidebar manually in landscapeAndrew Dolgov
on tablets
2013-10-22use commitAllowingStateLoss() in onHeadlinesLoaded because it could beAndrew Dolgov
called after activity stop
2013-10-17headlinesactivity: force reload of globalstate article cache whenAndrew Dolgov
invoked as a shortcut
2013-10-17experimental support for making launcher shortcuts (to headlinesactivityAndrew Dolgov
only atm)
2013-07-11disable attachment icon in actionbar on tablets in portrait (screws withAndrew Dolgov
other icons because android is so awesome)
2013-06-11better approach to hiding headlines menu when it is unneded (refs #712)Andrew Dolgov
2013-06-07onArticleSelected: bail out if article is nullAndrew Dolgov
2013-06-03fix possible crash in HeadlinesActivity.onArticleSelectedAndrew Dolgov
2013-05-28initial implementation of slidingmenu stuffAndrew Dolgov
2013-05-18remove compat check for actionbar up enabledAndrew Dolgov
2013-04-26remove custom fragment constructorsAndrew Dolgov
2013-04-21support actionbarsherlockAndrew Dolgov
2013-04-16unify theme setting, disable light theme on HCAndrew Dolgov
2013-02-10prevent crash when loading empty feedAndrew Dolgov
2013-01-07fix default_feed_view=articles on tablets, bump versionAndrew Dolgov
2013-01-05prevent crash on 2.3 with dim_status_bar enabled, cleanup unused importsAndrew Dolgov
2013-01-03rework attachment UI to use a dialog, update published actionbar iconAndrew Dolgov
2012-12-31layout improvements, add missing filesAndrew Dolgov
2012-12-31improve transitionsAndrew Dolgov
2012-12-04fix disappearing up arrow on actionbar; import cleanupAndrew Dolgov
2012-11-30save more GlobalState stuffAndrew Dolgov
2012-10-09fullscreen article view in portrait mode on tabletsAndrew Dolgov
2012-09-23remove transitioner from headlinesactivityAndrew Dolgov
2012-09-21improve logging in again if session is lostAndrew Dolgov
2012-09-20add some layout transitionsAndrew Dolgov
2012-09-20further use handlers in onArticleSelected()Andrew Dolgov
2012-09-20use deferred loading on headlinesactivity refresh, bump versionAndrew Dolgov
2012-09-20reduce handler post interval a bitAndrew Dolgov
2012-09-20use delayed loading for several containers in tablet mode to visuallyAndrew Dolgov
speed things up
2012-09-19various tablet-mode refresh fixesAndrew Dolgov
2012-09-19store sid and apilevel in GlobalStateAndrew Dolgov
2012-09-19various lint-related stuffAndrew Dolgov
2012-09-19various session handling fixes; try to reload headlines whenAndrew Dolgov
shared application data has been erased
2012-09-18do not show headlines_select menu item as actionAndrew Dolgov
2012-09-18misc optimization, do not embed duplicate enclosure images inAndrew Dolgov
ArticleFragment
2012-09-18decrease OFFLINE_SYNC_SEQ because of API limitsAndrew Dolgov
2012-09-18disable search in HeadlinesActivityAndrew Dolgov
2012-09-18implement refreshing headlines in headlinesactivityAndrew Dolgov
2012-09-17fix home button on feeds activityAndrew Dolgov
2012-09-17various tablet-related improvementsAndrew Dolgov
2012-09-17implement core offline functionsAndrew Dolgov
2012-09-17implement background loading in ArticlePagerAndrew Dolgov
various loading and state related fixes
2012-09-17use separate activities for views in small screen modeAndrew Dolgov
2012-09-16reimplement action mode for headlines selectionAndrew Dolgov
2012-09-16fix options menu disappearing on refreshAndrew Dolgov
2012-09-16properly restore state when going back from headlinesactivityAndrew Dolgov
2012-09-16implement application singleton to store retrieved headlines Andrew Dolgov
activities