Commit graph

12987 commits

Author SHA1 Message Date
Samuel Clay
2f505de82d Removing debugging 2020-06-17 18:17:29 -04:00
Samuel Clay
3adb60944d Updating logo for dark mode. 2020-06-17 18:17:05 -04:00
Samuel Clay
228c67ae0b Merge branch 'master' into darkmode
* master:
  Android v10.0.
  #1161 (android widget) RemoteViews empty state
2020-06-17 17:23:51 -04:00
Samuel Clay
30a30bc659 Merge branch 'sictiru'
* sictiru:
  #1161 (android widget) RemoteViews empty state
2020-06-17 17:23:40 -04:00
Samuel Clay
210ca64239 Android v10.0. 2020-06-17 17:23:35 -04:00
Samuel Clay
d3b19f1d93 Search 2020-06-17 16:32:27 -04:00
Samuel Clay
dda9c99d28 Resizers 2020-06-17 15:25:11 -04:00
Samuel Clay
4d49eaaaec Training tag colors. 2020-06-17 14:32:09 -04:00
Andrei
b2c4f51ae8 #1161 (android widget) RemoteViews empty state 2020-06-17 09:45:49 -07:00
Samuel Clay
0eda76c697 Feeds headers 2020-06-16 18:13:16 -04:00
Samuel Clay
0d26d46655 Popovers and dialogs. This is looking good! 2020-06-16 18:06:19 -04:00
Samuel Clay
81acc1fa98 Story titles 2020-06-16 17:39:44 -04:00
Samuel Clay
70391e10c1 Scrollbars and author/date. 2020-06-16 17:04:49 -04:00
Samuel Clay
b77617e646 Cleaning up statistics, email story in plaintext, and style popover. 2020-06-16 14:56:37 -04:00
Samuel Clay
b1215c008c Merge branch 'master' into darkmode
* master:
  Android v10.0b3.
  #1298 (saved searches)
  #1298 (saved searches)
  #1304 (not restoring state)
  #1306 (status bar during fullscreen)
  #1231 (sharing crash)
  #1309 (theme in story detail view)
  Fixed #1314 (persistent "All Done")
  #1306 (status bar during fullscreen)
  #1294 (move to new folder)
  #1293 (invalid permalink)
  #1306 (status bar during fullscreen)
  #1306 (status bar during fullscreen)
  #1294 (move to new folder)
  #1301 (white flash in dark mode)
  #1270 (replacing UIWebView with WKWebView)
  #1270 (replacing UIWebView with WKWebView)
  #1270 (replacing UIWebView with WKWebView)
  #1270 (replacing UIWebView with WKWebView)
  #1270 (replacing UIWebView with WKWebView)
2020-06-16 12:19:47 -04:00
Samuel Clay
15b20d6faa Android v10.0b3. 2020-06-16 10:46:48 -04:00
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