Commit graph

13234 commits

Author SHA1 Message Date
Jonathan Math
79b5802b9a create migration file for zebra 2020-06-17 03:19:41 -04:00
Jonathan Math
cedf8eb67a create a function to get subdomain for apps/reader/views.py and 2to3 tests.py and views.py for apps/reader/ 2020-06-17 00:41:50 -04:00
Jonathan Math
bb689ed39d upgrade location of reverse() function in apps/push/tests.py 2020-06-17 00:40:50 -04:00
Jonathan Math
7112b19f18 upgrade middleware classes and run 2to3 on apps/profile/ 2020-06-17 00:40:16 -04:00
Jonathan Math
861f0175d9 2to3 apps/oauth/views.py 2020-06-17 00:37:51 -04:00
Jonathan Math
b3eaa200b9 2to3 apps/feed_import/ 2020-06-17 00:37:13 -04:00
Jonathan Math
64f0d9a264 2to3 apps/api/ 2020-06-17 00:36:01 -04:00
Jonathan Math
34dae349fd 2to3 vendor/yaml/ 2020-06-17 00:35:22 -04:00
Jonathan Math
a87b0297b3 upgrade management commands to python3 2020-06-17 00:31:31 -04:00
Jonathan Math
4a2d50d1d2 2to3 vendor/oauth2client/ and remove "__metaclass__ = models.Subfieldbase" from vendor/oauth2client/django_orm.py as per django upgrade 2020-06-17 00:27:57 -04:00
Jonathan Math
f72d942d54 fix urls.py to no longer use include() with admin urls 2020-06-17 00:18:22 -04:00
Jonathan Math
e46b2495ce update all models.py files to python3 and django2.0 2020-06-17 00:17:32 -04:00
Jonathan Math
dafb613826 upgrade migrations files to python3 django2.0 2020-06-17 00:11:02 -04: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
Jonathan Math
df547d1ee6 update requirements.txt 2020-06-16 01:03:06 -04:00
Jonathan Math
add3dcbe6c remove .bak files in utils 2020-06-15 23:41:18 -04:00
Jonathan Math
1414d3d3e6 add sgmllib3k to requirements.txt 2020-06-15 23:37:03 -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