Commit graph

2939 commits

Author SHA1 Message Date
David Sinclair
8a7f75ee29 #1162 (widget)
(Looks like the name didn’t get committed.)
2019-12-20 20:14:22 -08:00
David Sinclair
b314b6f289 #1162 (widget)
Done!  See my comment in the issue for details.
2019-12-20 19:09:20 -08:00
David Sinclair
133a826afa #1262 (unsubscribe feed from story)
- Done; it’s first in the story settings menu, to be consistent with others.
- I resisted replacing FontSettingsViewController with a MenuViewController usage; that would simplify the code and future changes, but would’ve taken more time now.
2019-11-25 19:15:49 -08:00
David Sinclair
402d5c2eea #1266 (clearing offline)
- Clearing offline now clears the cached stories, text, and images from the database.
2019-11-25 14:27:59 -08:00
Samuel Clay
61bbe9ff5f
Merge pull request #1256 from caleb-allen/widget-folder-support
Prioritize folders for widgets
2019-11-21 15:10:51 -05:00
Caleb Allen
a95766d4a5 return null when setting is missing 2019-11-20 20:34:41 -08:00
Caleb Allen
9f019e0d85 set folder feedset 2019-11-20 20:26:17 -08:00
Samuel Clay
b84cf5a6d7 Merge branch 'master' into dejal
* master:
  Drop tags with CDATA.
  css modification test
2019-11-14 15:39:41 -05:00
Samuel Clay
f7aef4e299
Merge pull request #1246 from caleb-allen/image-loading
image css modification test
2019-10-29 16:01:48 -04:00
David Sinclair
fde1f671d8 Merge branch 'master' into dejal 2019-10-25 20:57:05 -07:00
David Sinclair
106c970b4a iOS: #1236 (offline text)
- Added a "Download text" preference.  Defaults on.
- If on, the text is fetched for feeds that are in text view when fetching new stories.
- The text is fetched after stories, and before images, using a similar mechanism.
- The text is stored in a new "cached_text" database table.
- The text is deleted when the story is deleted.
- When displaying a text view, the cached text is used if available, otherwise it is fetched as before.
2019-10-25 20:52:51 -07:00
Samuel Clay
1c5201b76b Build 107 2019-10-25 14:35:40 -04:00
David Sinclair
65aa2e8518 iOS: #1215 (wonky behavior) 2019-10-23 20:32:07 -07:00
Samuel Clay
19ab1b1aff iOS v9.1.1, still in development. 2019-10-23 13:17:47 -04:00
David Sinclair
fa6052c85a #1249 (dark theme colors)
Tweaked dark theme colors to be darker, and I think better. Feel free to tweak the colors, or let me know if you want me to change anything.
2019-10-22 21:14:15 -07:00
David Sinclair
879ace7043 iOS: #1254 (settings with stories on bottom) 2019-10-22 13:55:30 -07:00
David Sinclair
ed4c8a18ba iOS: #1257 (highlighting issue) 2019-10-21 21:22:29 -07:00
David Sinclair
4509849317 iOS: #1258 (crash on start)
Probably a race condition between loading the user accounts and the feed detail. This should work around it.
2019-10-21 17:59:46 -07:00
Samuel Clay
1eff2f1e3b
Merge pull request #1255 from caleb-allen/widget-tap-story
add touch intent to widget initialization instead of only refresh
2019-10-19 16:22:52 -04:00
caleb
11114c9bdc make folders selectable for widgets 2019-10-14 21:16:13 -07:00
caleb
0df31c0919 add touch intent to widget initialization instead of only refresh 2019-10-14 20:16:03 -07:00
Samuel Clay
23434d12a0 v9.1 ios. 2019-10-02 09:03:06 -04:00
Samuel Clay
865349347c Slight change in colors. 2019-09-30 15:08:29 -04:00
David Sinclair
0ac92c8e47 #1208 (iOS 13 support)
- Fixed not selecting and deselecting properly, due to a change in behavior in iOS 13.
2019-09-27 15:46:21 -07:00
David Sinclair
7b53b5dc04 Merge branch 'master' into dejal 2019-09-26 15:40:26 -07:00
David Sinclair
c10ca39737 #1208 (iOS 13 support)
- Changed inactive segmented control parts and notifications buttons to a lighter shade, to help distinguish them.
2019-09-26 15:37:58 -07:00
Samuel Clay
66090d4358 Default small thumbnails and medium titles on iPad. 2019-09-26 18:27:01 -04:00
David Sinclair
18f301556f #1208 (iOS 13 support)
- Replaced the non-functional multi-select segmented control in notification popover with four buttons, that are drawn similar to an iOS 13 segmented control.
2019-09-23 14:52:50 -07:00
David Sinclair
165ec98ceb #1208 (iOS 13 support) 2019-09-21 14:51:55 -07:00
David Sinclair
106815fb0b Merge branch 'master' into dejal 2019-09-18 12:38:48 -07:00
caleb
65ab44baf6 css modification test 2019-09-17 13:19:27 -06:00
Samuel Clay
904c5a4d92
Merge pull request #1244 from caleb-allen/image-loading
modify css to not overflow images on chromium webview
2019-09-16 10:01:56 -04:00
caleb
38ba104e7f modify css to not overflow images on chromium webview 2019-09-13 18:14:00 -06:00
Caleb Allen
10097d53e1
Merge branch 'master' into widget 2019-09-13 17:27:25 -06:00
Mark Anderson
fb1f8a8903 Fix menu text being too dark on Moto devices 2019-09-11 00:02:05 +01:00
caleb
cadfa68dd7 adjust refresh time 2019-09-09 19:23:10 -06:00
caleb
c4172a26d3 refresh widgets on sync 2019-09-09 19:21:44 -06:00
caleb
c090176940 clean up unused variables 2019-09-09 19:11:16 -06:00
caleb
ebcd2f1023 add feed name 2019-09-09 19:04:55 -06:00
caleb
9b8f62d142 remove widget feed id if it exists when initializing a new one 2019-09-09 18:35:23 -06:00
caleb
cc644e16e8 add story time to widget 2019-09-09 18:35:03 -06:00
caleb
741b3667fe clean up 2019-09-09 17:30:05 -06:00
caleb
9f82bf0a62 fetch story data straight from API 2019-09-09 17:29:51 -06:00
caleb
155deb7059 add styling and investigate data race condition 2019-09-03 19:56:20 -06:00
caleb
ea8f9cfe07 open story from widget 2019-09-02 21:01:45 -06:00
caleb
9424ca68be persist selected feed across app lifecycle
added text styling
2019-09-02 20:42:44 -06:00
caleb
d604882dc8 select feed for widget 2019-09-02 19:02:32 -06:00
caleb
6414656f1f go to a feed from reading and list 2019-08-29 17:23:31 -06:00
caleb
9f21a5cd61 don't set widget without user save 2019-08-29 16:39:16 -06:00
caleb
887464c6b7 listview of stories 2019-08-29 16:30:14 -06:00