Commit graph

13097 commits

Author SHA1 Message Date
David Sinclair
e056ac4fd7 #1298 (saved searches)
- Saved searches (if any) are now listed near the bottom of the feeds list.
- When one is tapped, the folder or feed is displayed and the search performed.
- When showing a saved search, a Delete Saved Search command appears at the top of the menu.
- When showing a non-saved search, a Save Search command appears in the menu.
2020-06-16 10:46:48 -04:00
David Sinclair
43d5a74993 #1298 (saved searches)
- Work in progress.
2020-06-16 10:46:48 -04:00
David Sinclair
5e7c673c99 #1304 (not restoring state)
- Fixed issue with background operations that could result in the app getting killed.
2020-06-16 10:46:48 -04:00
David Sinclair
f5a57b8950 #1306 (status bar during fullscreen)
- When the status bar is shown and nav bar hidden, now shows the feed gradient.
- Fixed incorrect scrolling when going to a story that shows the bar.
- Fixed the status bar background not showing up.
- Fixed the traversal buttons sliding down on first appearance.
2020-06-16 10:46:48 -04:00
David Sinclair
599ad28c99 #1231 (sharing crash)
- Now extracts the URL title and sets that when sharing, in addition to any user comments.
2020-06-16 10:46:48 -04:00
David Sinclair
3f4c084f94 #1309 (theme in story detail view)
- It was already there, just not showing that row.
2020-06-16 10:46:48 -04:00
David Sinclair
6d91cf2311 Fixed #1314 (persistent "All Done")
- Now hides the notifier when returning to the feeds view.
2020-06-16 10:46:48 -04:00
David Sinclair
c2296df955 #1306 (status bar during fullscreen)
- Now uses an opaque color instead of a nice gradient behind the status bar.
2020-06-16 10:46:48 -04:00
David Sinclair
e718b4ead6 #1294 (move to new folder)
- Excluded the Infrequent folder.
2020-06-16 10:46:48 -04:00
David Sinclair
c68cd51fa7 #1293 (invalid permalink)
- Checks for an invalid permalink, and tries to make it valid.
2020-06-16 10:46:47 -04:00
David Sinclair
888797da53 #1306 (status bar during fullscreen)
- Fix.
2020-06-16 10:46:47 -04:00
David Sinclair
0981b965d0 #1306 (status bar during fullscreen)
- Added a “Hide status bar” preference below the “Full screen” one.
- It is only shown when “Full screen” is on.
- Defaults to on, which does the previous behavior.
- If turned off, the status bar remains visible when scrolling to full-screen.
- In this situation, a fade-out gradient will be shown under the status bar, so the story content dims to avoid conflicting with the status bar content.
2020-06-16 10:46:47 -04:00
David Sinclair
5f547b217f #1294 (move to new folder)
- Added an option to move to a new folder to the feed detail’s Move to Another Folder menu option.
- Displays an alert to enter the name, then adds the folder and does the move.
2020-06-16 10:46:47 -04:00
David Sinclair
168cdb2ea9 #1301 (white flash in dark mode)
- Added a tiny delay when loading the full story HTML to give the web view time to render the page.
2020-06-16 10:46:47 -04:00
David Sinclair
d4625c5e7c #1270 (replacing UIWebView with WKWebView)
- Disabled unused web views in AFNetworking and InAppSettingsKit.
2020-06-16 10:46:47 -04:00
David Sinclair
130bed8923 #1270 (replacing UIWebView with WKWebView)
- Replaced NJKWebViewProgress with a WKWebView-compatible progress bar in the Original view.
2020-06-16 10:46:47 -04:00
David Sinclair
4fad1626bc #1270 (replacing UIWebView with WKWebView)
- Updated 1Password extension.
2020-06-16 10:46:47 -04:00
David Sinclair
f613f18fe6 #1270 (replacing UIWebView with WKWebView)
- Tweaks for Xcoce 11.4.
- Web view fixes.
2020-06-16 10:46:47 -04:00
David Sinclair
a6aeba2619 #1270 (replacing UIWebView with WKWebView)
- All app-specific uses of UIWebView have been replaced with WKWebView.
- Some third-party uses remain.
- More testing required.
- Note that I’ve bumped the minimum iOS version to iOS 11, since that is needed for WKWebView support.
- Committing to a new branch until ready.
2020-06-16 10:46:46 -04:00
Samuel Clay
b6bc0dd110 Statistics dialog 2020-06-16 09:55:18 -04:00
Samuel Clay
7f0583f3e2 Adjusting story colors. 2020-06-15 21:15:47 -04:00
Samuel Clay
68e99c6541 Merge branch 'master' into darkmode
* master:
  Including feeds in flat feeds even when asking for inactive feeds.
2020-06-15 20:06:35 -04:00
Samuel Clay
31451b1093 Including feeds in flat feeds even when asking for inactive feeds. 2020-06-15 20:05:25 -04:00
Samuel Clay
a8129d75df Styling dark stories. 2020-06-15 19:59:55 -04:00
Samuel Clay
462bbea72e Merge branch 'master' into darkmode
* master:
  Updating imageproxy installation.
  Android widget cache stories for quick retrieval
  Android widget background color options
2020-06-15 19:24:13 -04:00
Samuel Clay
34b78db7c6 Updating imageproxy installation. 2020-06-15 19:24:08 -04:00
Samuel Clay
ca91dd3e67
Merge pull request #1327 from sictiru/android-widget
Android widget 3
2020-06-15 19:00:42 -04:00
Samuel Clay
cdfb3d0fc7 Merge branch 'master' into darkmode
* master:
  I don't know why mercury parser is being so persnickity but it is.
2020-06-15 18:45:12 -04:00
Samuel Clay
6afc311868 I don't know why mercury parser is being so persnickity but it is. 2020-06-15 18:45:05 -04:00
Samuel Clay
36b8512df7 Merge branch 'master' into darkmode
* master:
  Adding additional nodejs dependencies.
2020-06-15 18:41:39 -04:00
Samuel Clay
b6a906b336 Adding additional nodejs dependencies. 2020-06-15 18:41:33 -04:00
Samuel Clay
3b45fbd354 Merge branch 'master' into darkmode
* master:
  Updating node dependencies.
2020-06-15 18:39:13 -04:00
Samuel Clay
2ab4504390 Updating node dependencies. 2020-06-15 18:39:00 -04:00
Samuel Clay
4434c8003e Merge branch 'master' into darkmode
* master:
  Adding two dependencies for postlight's mercury parser.
  Updating minimist node dependency.
  Updating dependencies
  Removing additional traces of Google Reader.
  Upgrading to latest node.
  Updating flask requirements.
  Removing Google Analytics. Should've done this 7 years ago.
  Renaming feedfinder and feedfinder2.
2020-06-15 18:28:23 -04:00
Samuel Clay
d1bd9afe9e Adding two dependencies for postlight's mercury parser. 2020-06-15 18:23:00 -04:00
Samuel Clay
d3d9d02773 Updating minimist node dependency. 2020-06-15 18:03:37 -04:00
Samuel Clay
0333bd1f99 Updating dependencies 2020-06-15 18:01:18 -04:00
Samuel Clay
d60ec99f3e Removing additional traces of Google Reader. 2020-06-15 17:53:35 -04:00
Samuel Clay
49a48cea01 Upgrading to latest node. 2020-06-15 17:12:43 -04:00
Samuel Clay
c715c51171 Updating flask requirements. 2020-06-15 16:33:29 -04:00
Samuel Clay
60ef34514d Switching to theme invariant mute icon. 2020-06-15 16:29:47 -04:00
Samuel Clay
0a2266ebc9 Removing Google Analytics. Should've done this 7 years ago. 2020-06-15 13:50:38 -04:00
Samuel Clay
1c01990c42 Renaming feedfinder and feedfinder2. 2020-06-15 12:30:30 -04:00
Samuel Clay
885fcb40c2 Merge branch 'master' into darkmode
* master:
  More iOS sub details.
  Need more data on ios subscription status.
  Fixing namespaces for darkmode.
  Whoops, wrong simplemodal in bookmarklet.
2020-06-15 10:02:32 -04:00
Samuel Clay
040855fe18 More iOS sub details. 2020-06-15 09:57:23 -04:00
Samuel Clay
694f14ff46 Need more data on ios subscription status. 2020-06-15 09:51:03 -04:00
Andrei
c86d39f5f6 Android widget cache stories for quick retrieval 2020-06-14 10:33:12 -07:00
Andrei
0aaa242723 Android widget background color options 2020-06-13 12:33:05 -07:00
Samuel Clay
4be20e9527 Styling. Much more to do. 2020-06-12 19:21:26 -04:00
Samuel Clay
7b00e33847 Fixing namespaces for darkmode. 2020-06-12 16:26:08 -04:00