Commit Graph

36 Commits

Author SHA1 Message Date
Andrew Dolgov
0b2345344b support actionbarsherlock 2013-04-21 17:01:26 +04:00
Andrew Dolgov
1b40669cc5 fix disappearing up arrow on actionbar; import cleanup 2012-12-04 10:52:55 +04:00
Andrew Dolgov
40e6b10a7f do actual logging when http_other_error happens 2012-10-02 13:28:43 +04:00
Andrew Dolgov
aa22d8f8f3 split SSL hostname verification to a separate option, do not call
trustAllHosts() on every API request, fix support for older tt-rss
versions which do not have getApiLevel call
2012-09-25 13:47:04 +04:00
Andrew Dolgov
2972597622 fix SSL host verification not being disabled by "trust all hosts" 2012-09-22 15:01:55 +04:00
Andrew Dolgov
f3376172aa fix http basic auth 2012-09-20 15:01:38 +04:00
Andrew Dolgov
675749a608 do not show indeterminate progress bar when progress info is available 2012-09-19 16:07:11 +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
9fb03a43f1 handle unavailable network properly 2012-09-19 13:14:50 +04:00
Andrew Dolgov
8f88419419 add enclosure url share button 2012-09-19 09:45:03 +04:00
Andrew Dolgov
94b4aff15f switch to HttpURLConnection (which should enable SNI on recent android
versions)
2012-09-18 13:08:57 +04:00
Andrew Dolgov
e1afe38ef3 use activity progress indicator 2012-06-20 00:44:37 +04:00
Andrew Dolgov
82035f4003 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb 2012-06-19 18:00:38 +04:00
Andrew Dolgov
08397a47af categorize source files 2012-06-19 14:18:00 +04:00
Andrew Dolgov
01151df966 remove m_compatMode stuff; add missing FragmentStagePagerAdapter hack 2012-06-19 14:05:04 +04:00
Michael Kuhn
299682bb6d Fix AndroidHttpClient leaks. 2012-05-05 22:23:51 +04:00
Andrew Dolgov
835ec51811 disable transitioner in offline mode (broken)
fix androidhttpclient leaks introduced with previous patch
2012-05-02 08:35:53 +04:00
Michael Kuhn
dd95973d2d Use AndroidHttpClient. 2012-05-02 08:16:58 +04:00
Andrew Dolgov
5ee22c7d6c fix API_DISABLED reported as login incorrect 2011-12-12 13:56:38 +03:00
Andrew Dolgov
19cb77aa35 implement synchronization of offline stuff back to the mothership 2011-12-06 14:29:57 +03:00
Andrew Dolgov
04312e1929 ApiRequest: properly handle NOT_LOGGED_IN 2011-12-02 18:41:11 +03:00
Andrew Dolgov
08d9b80bb3 log unknown api error 2011-12-01 11:47:21 +03:00
Andrew Dolgov
f794e82cc3 fix crash when ApiRequest was passed invalid endpoint URL 2011-12-01 09:58:19 +03:00
Andrew Dolgov
cebcc4928e implement API level checking 2011-11-29 08:25:13 +03:00
Andrew Dolgov
9a4c7a2ce8 improve error handling by ApiRequest 2011-11-29 07:03:38 +03:00
Andrew Dolgov
3bc2ad56e9 properly download feed icons, properly adjust feedsfragment on
preference change
2011-11-28 17:20:56 +03:00
Andrew Dolgov
37f4010e8f add support for http basic authorization 2011-11-27 16:57:05 +03:00
Andrew Dolgov
16fd6cebd7 cleaner preference handling in ApiRequest
make json data debugging optional
2011-11-27 13:18:04 +03:00
Andrew Dolgov
0bf4c51052 add option to trust all SSL certificates 2011-11-27 10:04:28 +03:00
Andrew Dolgov
3cc0cb8410 various layout tweaks
fix logout action
2011-11-24 17:57:44 +03:00
Andrew Dolgov
2c12a4b677 more cleanup, initial async apirequest stuff 2011-11-22 15:49:21 +03:00
Andrew Dolgov
afc8996fff implement webview for content 2011-09-09 20:36:09 +04:00
Andrew Dolgov
f976b25c1e rework authentication
base feedlist adapter on sqlite
2011-09-08 20:05:00 +04:00
Andrew Dolgov
a14e9cd14e implement fetching of feeds 2011-09-08 15:28:38 +04:00
Andrew Dolgov
a04f748014 implement login 2011-09-08 14:23:44 +04:00