Commit graph

16804 commits

Author SHA1 Message Date
Samuel Clay
48dd36e3f4 Android v13.0.0b4. 2023-02-06 22:34:09 -05:00
sictiru
b303ed1025 The root of all evil invalid proguard extension. 2023-02-06 19:16:01 -08:00
sictiru
a99df8ca32 Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru 2023-02-06 18:39:32 -08:00
sictiru
65b1f68dde Guard against empty strings in shared story content. 2023-02-06 18:39:14 -08:00
Samuel Clay
fcfc775a17 Android v13.0.0b3. 2023-02-06 21:29:30 -05:00
Samuel Clay
1e48b5832a Android v13.0.0b2. 2023-02-06 14:31:27 -05:00
sictiru
3e19821489 Guard against null story ids. 2023-02-06 10:33:53 -08:00
sictiru
b61c2cd6fb Guard against null story ids when fetching story comments. 2023-02-06 07:23:07 -08:00
sictiru
e5d17b4b2e Inject file caches. Chain story cache to thumbnail cache 2023-02-05 19:30:20 -08:00
Samuel Clay
001061ffbf Android v13.0.0b1. 2023-02-05 21:00:07 -05:00
Samuel Clay
52bff3abe3 Subdomains can be on subdomains. 2023-02-05 21:00:07 -05:00
sictiru
51e8bc834f Fix concurrency on app upgrades. Force feed folder sync 2023-02-05 15:26:31 -08:00
sictiru
2630f81f8c Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru 2023-02-05 14:10:42 -08:00
sictiru
bb2d1656d8 #1783 Respect default browser preference when opening original story version 2023-02-05 14:10:01 -08:00
Samuel Clay
a954553beb Merge branch 'master' into sictiru
* master: (73 commits)
  iOS v12.0.6.
  #1775 (crash on opening notifications for top-level site)
  Adding links to privacy policy and terms of service to about page.
  #1771 (cannot delete or move top level feed)
  #1751 (don't allow double-tap to open original story while on story titles)
  New Elasticsearch server.
  Adding share_ext_token to non-flat /reader/feeds for Android. #1756.
  Adding elasticsearch and postgres backup cleaner.
  Updating mongo server.
  Only a single user at a time needs to be reindexed manually.
  User should be a string/bytes when reindexing stories.
  User should be a string/bytes when reindexing stories.
  Fixing elasticsearch to allow consul to assume its OK.
  Using user titles for folder RSS feeds.
  Fixing public comments text: https://forum.newsblur.com/t/public-comments-notification-is-squashed/9771/2.
  Adding manual preference to ignore esc key.
  iOS v12.0.5.
  iOS v12.0.4.
  #1718 (nested folder bug)
  #1765 (user's feed list is empty)
  ...
2023-01-25 10:01:45 -05:00
Samuel Clay
55b7fe4881 Merge branch 'dejal'
* dejal:
  iOS v12.0.6.
  #1775 (crash on opening notifications for top-level site)
  #1771 (cannot delete or move top level feed)
  #1751 (don't allow double-tap to open original story while on story titles)
  iOS v12.0.5.
  iOS v12.0.4.
  #1718 (nested folder bug)
  #1765 (user's feed list is empty)
  #1762 (don't enlarge images beyond their native size)
  #1755 (split builds for development)
  #1751 (don't allow double-tap to open original story while on story titles)
  #1747 (marking a feed as read takes you to the wrong feed)
  #1747 (marking a feed as read takes you to the wrong feed)
  #1758 (reloading of story on rotation)
  #1759 (subfolders missing unread counts)
  #1747 (marking a feed as read takes you to the wrong feed)
  #1747 (marking a feed as read takes you to the wrong feed)
  #1751 (don't allow double-tap to open original story while on story titles)
  #1750 (marking all stories as read leaves a white row)
  #1747 (marking a feed as read takes you to the wrong feed)
2023-01-25 09:54:53 -05:00
Samuel Clay
266ca1c252 iOS v12.0.6. 2023-01-25 09:54:46 -05:00
sictiru
cb119c595c #1777 Sync Login page with device theme 2023-01-22 12:15:49 -08:00
Andrei
4a528ad9b7 #1774 Fix widget on click fill intent 2023-01-20 16:17:31 -08:00
sictiru
0646d72782
Merge pull request #19 from sictiru/widget-refactor
Widget refactor
2023-01-16 20:15:56 -08:00
Andrei
18a7843f11 Cleanup 2023-01-16 20:14:17 -08:00
Andrei
dbac770ae9 Update dependencies 2023-01-16 19:22:52 -08:00
Andrei
abde0cb5d7 Cleanup 2023-01-16 19:05:56 -08:00
Andrei
25827f74c3 Set default theme to day night. Data extraction rules for API 31. 2023-01-16 15:48:33 -08:00
Andrei
d92e666b9e #1774 Widget remote views factory refactor 2023-01-16 14:34:14 -08:00
David Sinclair
3cf9d829b4 #1775 (crash on opening notifications for top-level site)
- Fixed.
2023-01-09 13:42:41 -06:00
Samuel Clay
22ceba948f Adding links to privacy policy and terms of service to about page. 2023-01-05 11:35:05 -05:00
Andrei
3e75293c3d #1773 Sync status bar and navigation bar with app theme 2023-01-05 08:33:06 -08:00
Andrei
4056278678 Or not and 2023-01-04 20:05:19 -08:00
Andrei
bf94ae61f4 #1756 Generate newsletter forwarding email address 2023-01-04 20:03:38 -08:00
David Sinclair
c95bf08a5f #1771 (cannot delete or move top level feed)
- Fixed.
- Investigating wacky situation where the table could attempt to access an out-of-range cell.
2023-01-04 21:29:06 -06:00
David Sinclair
c1c96d1a1e #1751 (don't allow double-tap to open original story while on story titles)
- Restored double-tap preference on iPhone; defaults to open original story, and only affects story view, not feed detail.
2023-01-04 16:59:07 -06:00
David Sinclair
aaf651c3a9 Merge branch 'master' into dejal 2023-01-04 16:07:37 -06:00
Samuel Clay
274d0e3aed New Elasticsearch server. 2023-01-04 09:44:26 -05:00
Samuel Clay
b85e377467 Adding share_ext_token to non-flat /reader/feeds for Android. #1756. 2023-01-04 09:44:26 -05:00
David Sinclair
1f0bc6a867 Merge branch 'master' into dejal 2023-01-03 20:27:18 -06:00
Andrei
13581683f8 #1741 Add Android Github action 2023-01-03 17:15:35 -08:00
sictiru
ba8e993ecc
Create android-actions.yml 2023-01-03 14:15:39 -08:00
Samuel Clay
5ff59ff056 Adding elasticsearch and postgres backup cleaner. 2022-12-28 22:01:51 -05:00
Samuel Clay
2dc78e60b4 Updating mongo server. 2022-12-28 21:35:59 -05:00
Samuel Clay
92ed5855a5 Only a single user at a time needs to be reindexed manually. 2022-12-26 22:18:42 -05:00
Samuel Clay
2c96b83c36 User should be a string/bytes when reindexing stories. 2022-12-26 22:16:37 -05:00
Samuel Clay
593b736c26 User should be a string/bytes when reindexing stories. 2022-12-26 22:16:04 -05:00
Samuel Clay
1065c964fd Fixing elasticsearch to allow consul to assume its OK. 2022-12-26 19:17:14 -05:00
Andrei
75978c3c18 Fix require activity for non attached fragment. 2022-12-26 14:39:52 -08:00
Andrei
cdeeed0e8e #1756 Email newsletter dialog 2022-12-26 14:02:52 -08:00
Andrei
765827819b Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru 2022-12-26 11:32:06 -08:00
sictiru
84e4d418b3
Premium archive subcription tier (#17)
NewsBlur Premium Archive subscription
2022-12-26 11:01:35 -08:00
Samuel Clay
a2866ac7e3 Using user titles for folder RSS feeds. 2022-12-23 19:59:41 -05:00
Samuel Clay
9b81b7fcc7 Fixing public comments text: https://forum.newsblur.com/t/public-comments-notification-is-squashed/9771/2. 2022-12-21 20:00:11 -05:00