summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/ApiRequest.java
AgeCommit message (Collapse)Author
2014-10-17initialAndrew Dolgov
2013-10-17switch commonshareactivity to simpleloginmanagerAndrew Dolgov
2013-06-24prevent crash if apirequest is invoked when app is unconfiguredAndrew Dolgov
2013-05-23execute api requests on a thread poolAndrew Dolgov
2013-04-21support actionbarsherlockAndrew Dolgov
2012-12-04fix disappearing up arrow on actionbar; import cleanupAndrew Dolgov
2012-10-02do actual logging when http_other_error happensAndrew Dolgov
2012-09-25split SSL hostname verification to a separate option, do not callAndrew Dolgov
trustAllHosts() on every API request, fix support for older tt-rss versions which do not have getApiLevel call
2012-09-22fix SSL host verification not being disabled by "trust all hosts"Andrew Dolgov
2012-09-20fix http basic authAndrew Dolgov
2012-09-19do not show indeterminate progress bar when progress info is availableAndrew Dolgov
2012-09-19implement several loading progressbarsAndrew Dolgov
2012-09-19various lint-related stuffAndrew Dolgov
2012-09-19handle unavailable network properlyAndrew Dolgov
2012-09-19add enclosure url share buttonAndrew Dolgov
2012-09-18switch to HttpURLConnection (which should enable SNI on recent androidAndrew Dolgov
versions)
2012-06-20use activity progress indicatorAndrew Dolgov
2012-06-19Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-HoneycombAndrew Dolgov
2012-06-19categorize source filesAndrew Dolgov
2012-06-19remove m_compatMode stuff; add missing FragmentStagePagerAdapter hackAndrew Dolgov
2012-05-05Fix AndroidHttpClient leaks.Michael Kuhn
2012-05-02disable transitioner in offline mode (broken)Andrew Dolgov
fix androidhttpclient leaks introduced with previous patch
2012-05-02Use AndroidHttpClient.Michael Kuhn
2011-12-12fix API_DISABLED reported as login incorrectAndrew Dolgov
2011-12-06implement synchronization of offline stuff back to the mothershipAndrew Dolgov
2011-12-02ApiRequest: properly handle NOT_LOGGED_INAndrew Dolgov
2011-12-01log unknown api errorAndrew Dolgov
2011-12-01fix crash when ApiRequest was passed invalid endpoint URLAndrew Dolgov
2011-11-29implement API level checkingAndrew Dolgov
2011-11-29improve error handling by ApiRequestAndrew Dolgov
2011-11-28properly download feed icons, properly adjust feedsfragment onAndrew Dolgov
preference change
2011-11-27add support for http basic authorizationAndrew Dolgov
2011-11-27cleaner preference handling in ApiRequestAndrew Dolgov
make json data debugging optional
2011-11-27add option to trust all SSL certificatesAndrew Dolgov
2011-11-24various layout tweaksAndrew Dolgov
fix logout action
2011-11-22more cleanup, initial async apirequest stuffAndrew Dolgov
2011-09-09implement webview for contentAndrew Dolgov
2011-09-08rework authenticationAndrew Dolgov
base feedlist adapter on sqlite
2011-09-08implement fetching of feedsAndrew Dolgov
2011-09-08implement loginAndrew Dolgov