Commit graph

2166 commits

Author SHA1 Message Date
Samuel Clay
430c32dc93 Merge branch 'master' into sictiru
* master: (116 commits)
  Handling missing story content.
  #1720 (Grid view)
  #1720 (Grid view)
  Xcode update
  Dashboard with saved searches for missing feeds shouldn't crash.
  #1720 (Grid view)
  #1720 (Grid view)
  #1720 (Grid view)
  #1720 (Grid view)
  #1720 (Grid view)
  #1720 (Grid view)
  Xcode Cloud
  Xcode Cloud
  Xcode Cloud
  Xcode Cloud
  Xcode Cloud changes
  #1720 (Grid view)
  Premiums can have 5000 feeds.
  #1803 (add interactively swipe right anywhere on the screen to return to the feed list)
  Max 3k feeds
  ...
2023-10-10 09:31:31 -04:00
sictiru
96ee184437 #1816 Update to SDK 34 2023-09-29 17:03:32 -07:00
sictiru
bea1140ea2 #1812 Scroll the stories list to the last user read story once reading session ends 2023-09-26 18:07:18 -07:00
sictiru
ae720e9947 #1813 Cleanup proguard rules. Use optimized default proguard rules. 2023-09-25 13:10:11 -07:00
sictiru
458ab145f5 Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru 2023-09-20 16:01:16 -07:00
sictiru
31c2f4e7a5 Remove tools target api in manifest 2023-09-20 16:00:57 -07:00
sictiru
ec60e7dfa1 Allow full backup only. These was included to attempt to fix a crash with Hilt and backups. 2023-09-20 15:56:03 -07:00
Samuel Clay
55ba3f8eb4 Merge branch 'sictiru'
* sictiru:
  Android v13.1.2.
  Handle null is_archived flag on user details json.
  #1815 Story detail reading horizontal scrolling fix
2023-09-06 21:17:57 -04:00
Samuel Clay
6b778df374 Android v13.1.2. 2023-09-06 21:17:52 -04:00
sictiru
852111830c Handle null is_archived flag on user details json. 2023-08-29 20:27:46 -07:00
sictiru
e09a56816f #1815 Story detail reading horizontal scrolling fix 2023-08-22 20:21:20 -07:00
Samuel Clay
0d6f349a0f Merge branch 'sictiru'
* sictiru:
  Android v13.1.1
  Gson proguard rules
  Use coroutines for thawing stories in the reading adapter
  Kt file extension
  Provide the image ok http client
2023-08-21 09:28:58 -04:00
Samuel Clay
8548743b1f Android v13.1.1 2023-08-21 09:28:52 -04:00
sictiru
25cfc867db Gson proguard rules 2023-08-20 15:12:24 -07:00
sictiru
5818a19db3 Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru 2023-08-20 15:07:42 -07:00
Samuel Clay
25a5929f56 Merge branch 'sictiru'
* sictiru: (31 commits)
  Android v13.1.0
  #1811 Verify error handling and show loading indicator to the user when adding a feed.
  Fix broken swipe to refresh dependency
  Use plugin information from buildSrc
  Use dependencies and constants from buildSrc
  Add buildSrc for dependency management
  Convert Groovy to Kotlin. Update dependencies
  Convert Groovy to Kotlin
  Update sub service to cancel job when requested. Execute on the IO dispatcher.
  Await for sub service termination
  Use coroutines in sub services
  Update proguard rules
  Enable nonFinalResIds
  Enable non transitive R classes
  Update java version for the android GHA
  Upgrade dependencies
  #1794 Add auto fill hints for easier login
  Import
  Remove context from blur db helper
  Intel dialog row tweak
  ...
2023-08-20 16:03:15 -04:00
Samuel Clay
cd36bd398a Android v13.1.0 2023-08-20 16:03:10 -04:00
sictiru
f85035015f Use coroutines for thawing stories in the reading adapter 2023-08-19 19:59:32 -07:00
sictiru
3e7009fa67 Kt file extension 2023-08-19 19:02:46 -07:00
sictiru
1e1f82c6fa Provide the image ok http client 2023-08-19 15:56:15 -07:00
sictiru
b5d072a39f Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru
# Conflicts:
#	clients/android/NewsBlur/app/build.gradle
2023-08-19 14:52:41 -07:00
sictiru
c0d26b46ac #1811 Verify error handling and show loading indicator to the user when adding a feed. 2023-08-19 14:49:09 -07:00
sictiru
1ab88e4cc3 Fix broken swipe to refresh dependency 2023-08-14 20:52:09 -07:00
sictiru
cd70a4a65b Use plugin information from buildSrc 2023-08-09 13:50:59 -07:00
Samuel Clay
cc748198db Merge branch 'sictiru'
* sictiru: (75 commits)
  Android v13.0.0
  Android v13.0.0b4.
  The root of all evil invalid proguard extension.
  Guard against empty strings in shared story content.
  Android v13.0.0b3.
  Android v13.0.0b2.
  Guard against null story ids.
  Guard against null story ids when fetching story comments.
  Inject file caches. Chain story cache to thumbnail cache
  Android v13.0.0b1.
  Subdomains can be on subdomains.
  Fix concurrency on app upgrades. Force feed folder sync
  #1783 Respect default browser preference when opening original story version
  #1777 Sync Login page with device theme
  #1774 Fix widget on click fill intent
  Cleanup
  Update dependencies
  Cleanup
  Set default theme to day night. Data extraction rules for API 31.
  #1774 Widget remote views factory refactor
  ...
2023-08-09 11:00:49 -04:00
Samuel Clay
21190c18b2 Android v13.0.0 2023-08-09 11:00:42 -04:00
sictiru
4f2dd5f189 Use dependencies and constants from buildSrc 2023-08-08 11:25:14 -07:00
sictiru
eb3bfca5a8 Add buildSrc for dependency management 2023-08-07 21:37:52 -07:00
sictiru
a5203c670a Convert Groovy to Kotlin. Update dependencies 2023-07-28 14:31:13 -07:00
sictiru
66e0265d7f Convert Groovy to Kotlin 2023-07-19 14:42:01 -07:00
sictiru
3acc373660 Update sub service to cancel job when requested. Execute on the IO dispatcher. 2023-07-18 11:06:26 -07:00
sictiru
8fc946c623 Await for sub service termination 2023-07-01 04:43:49 -07:00
Samuel Clay
1c98dafc69 Moving android fastlane data to android dir. For #1799. 2023-06-20 12:30:34 -04:00
sictiru
b857f8f078 Use coroutines in sub services 2023-06-04 16:53:31 -07:00
sictiru
b16e124bad Update proguard rules 2023-06-04 15:02:32 -07:00
sictiru
1ad15e8b91 Enable nonFinalResIds 2023-06-04 14:51:20 -07:00
sictiru
d1ccad7293 Enable non transitive R classes 2023-06-04 14:16:17 -07:00
sictiru
353f532bc2 Upgrade dependencies 2023-06-04 13:50:21 -07:00
sictiru
919194d908 #1794 Add auto fill hints for easier login 2023-04-30 19:58:08 -07:00
sictiru
349d52e619 Import 2023-04-10 19:34:11 -07:00
sictiru
edf67b49fd Remove context from blur db helper 2023-04-10 08:54:19 -07:00
sictiru
65cd21d37f Intel dialog row tweak 2023-04-09 18:57:40 -07:00
sictiru
0038cb8fb2 #1786 Revert include hidden stories preference option 2023-04-09 18:56:00 -07:00
sictiru
ef140b9719 #1644 Add hot key for keyboard shortcuts 2023-04-09 16:24:38 -07:00
sictiru
4f14cd88f6 Cleanup and updated dependencies 2023-03-26 18:58:12 -07:00
sictiru
b7c915d66c #1786 Add preference option for hidden stories 2023-03-25 16:54:02 -07:00
sictiru
e9bc6086b6 Stories keyboard shortcuts ui 2023-03-13 08:22:45 -07:00
sictiru
3e8ff61104 #1644 Stories shortcut dialog 2023-03-12 20:12:57 -07:00
sictiru
a5356b2867 1644 Keyboard shortcuts tests tweak 2023-02-27 15:15:56 -08:00
sictiru
23aab91e21 #1644 Keyboard shortcuts tests 2023-02-27 08:27:59 -08:00