arkon
ba43462041
Fix update warning notifications being cut off ( fixes #6983 )
...
(cherry picked from commit 20145f7a12
)
2022-07-08 08:43:47 -04:00
arkon
853f949140
Add battery not low restriction for global updates ( closes #6980 )
...
(cherry picked from commit 3feea71146
)
2022-07-08 08:43:31 -04:00
arkon
e81bd61e24
Adjust update/download warnings
...
This is a partial revert/evolution of 538dd60580
- Back to notifications, because Android 12+ may cut off toasts
- Notifications now automatically dismiss after 30s on Android 8+ (taken from J2K)
- Also warn if more than 30 chapters are queued for download
2022-04-15 10:24:54 -04:00
arkon
28575936d3
Move learn more text in skipped entries notification to main content
...
Because people apparently don't realize they can tap actions
2022-04-12 23:08:00 -04:00
arkon
eb33d3c991
Remove build flavor checks for update warnings
...
"stable" was invalid anyway, it should've been "release"
2022-04-11 23:05:00 -04:00
arkon
4ecde9fc39
Gate update/download warnings to non-stable flavors
2022-04-10 12:17:45 -04:00
arkon
5afff31f72
Formatting
2022-04-08 16:44:23 -04:00
arkon
f0eb42e72d
Update linter
2022-04-08 15:30:39 -04:00
quangkieu
9547311d7d
Avoid throw as it is slow expensive operations
2022-03-12 16:47:31 -05:00
arkon
56042ad0b6
Split out global library update skipped entries into separate notification ( closes #6722 )
2022-03-09 18:04:52 -05:00
arkon
4a3e4a7c5c
Reword library update restrictions setting and surface skipped entries in error notification/log
2022-02-14 18:16:22 -05:00
FourTOne5
f18d161eaf
Add "Started" library filter and library update restriction ( #6382 )
...
* Add chapter read count to library manga
Co-Authored-By: Jays2Kings <jays@outlook.com>
* Add "Started" library filter and library update restriction
* Update Filter when its changed
* Add back accidentally removed stuff.
* Update..
* Change variable names
* Change Variable name where I missed
Co-authored-by: Jays2Kings <jays@outlook.com>
2022-02-13 10:42:28 -05:00
arkon
19fe689969
Revert "Temporarily revert some things for stable release"
...
This reverts commit b88f8ae9d2
.
2022-02-01 12:32:27 -05:00
arkon
b88f8ae9d2
Temporarily revert some things for stable release
2022-02-01 12:31:47 -05:00
arkon
59cba2533c
Revert "Disable update/download warnings for stable release"
...
This reverts commit 3da8677e32
.
2022-01-31 16:03:42 -05:00
arkon
3da8677e32
Disable update/download warnings for stable release
2022-01-31 15:28:14 -05:00
Riztard Lanthorn
dea585e69b
add extra space before error in log description ( #6505 )
...
to make it easier to read if the log reader using word wrap
2022-01-26 23:29:38 -05:00
arkon
7c246ffc71
Add link to troubleshooting guide in library update error log file
2021-12-31 15:16:44 -05:00
arkon
65062b4bcb
Remove library update order setting
...
This doesn't make sense to have if the intention is to have reasonably sized global updates. Opting to remove it to remove complexity instead.
2021-12-17 12:29:54 -05:00
arkon
818fe50f77
Combine global update item restrictions
2021-12-17 09:57:37 -05:00
Riztard Lanthorn
6fddad7a77
Add option for library update only update completely read manga ( #6323 )
...
* Add option for library update only update completely read manga
only check manga for updates if there is no unread chapter
* sum
2021-12-17 09:40:54 -05:00
arkon
7f998ecdbd
Revert download notification icon changes
2021-12-12 11:14:47 -05:00
KieuQ
808177f8c9
Add download action to New Chapters Notification ( #6336 )
2021-12-11 12:51:30 -05:00
arkon
3ea3b0bf2e
Add UnmeteredSource interface
...
To be included in extension-lib 1.3 (or whatever it's going to be). This applies to sources like Komga or Lanragi, where large numbers of update/download aren't of concern since they're (usually) self-hosted.
2021-11-28 14:41:03 -05:00
arkon
7c1e55eb7f
Update metadata in same scope as the rest of library update ( fixes #5702 , probably)
2021-11-02 17:27:25 -04:00
jmir1
27542bc81d
Fix crash when updating library whithout manga to update ( #6181 )
2021-10-31 14:25:32 -04:00
arkon
709de81814
Move unread chapters badge setting to General section
2021-10-30 12:48:37 -04:00
Hunter Nickel
459759bfe5
Add badge to bottom bar Updates tab indicating how many unread chapter updates are available ( #5620 )
...
Co-authored-by: arkon <arkon@users.noreply.github.com>
2021-10-30 12:32:51 -04:00
Midyan Hamdoun
ccd7c8df53
Fix double increment when updating covers ( #6138 )
...
* Fix double increment when updating covers
* Remove redundant block
2021-10-20 20:10:55 -04:00
arkon
538dd60580
Adjust update/download warnings
...
- Uses toasts now
- Adjusted wording to emphasize effect on sources
- Download warning has a different threshold (15 chapters per source, vs. 60 entries per source for library update)
2021-10-18 10:46:07 -04:00
arkon
9352e249ee
Make tapping library update and backup restore error notifications open log
2021-10-18 09:58:35 -04:00
arkon
8a70c3353f
Change global update unmetered connection restriction to connected to Wi-Fi ( closes #6117 )
2021-10-16 11:10:05 -04:00
arkon
718fa25c10
Bump queue warning threshold to 60
...
Aligns with J2K.
2021-10-13 09:16:19 -04:00
arkon
b17b882a3b
Adjust update/download warning threshold
2021-10-11 16:08:32 -04:00
arkon
082eef708f
Add warnings when library and download queues are considered large ( closes #5950 )
...
Arbitrarily set at a size of 100 for now. We could adjust this in the future as appropriate if needed.
2021-10-09 14:55:21 -04:00
Ivan Iskandar
2e127dff1f
Replace Timber with Square Logcat and make logging configurable ( #6062 )
...
* Replace Timber with Square Logcat
* Configurable logger
2021-10-07 22:12:55 -04:00
arkon
fce3cd00a1
Remove setting to disable update error notifications and split out notification channel
...
Users can exclude things from updating if needed, or disable the notification channel from system settings.
2021-09-17 19:14:30 -04:00
arkon
7083b3d912
Don't show update progress notifications if job isn't active anymore ( closes #5844 )
2021-09-04 10:24:55 -04:00
arkon
4b2a9bc621
Clean up imports
2021-08-27 16:45:59 -04:00
FlaminSarge
88619145d8
Group 'Source not installed' cases in library update error log ( #5589 )
2021-07-21 17:57:33 -04:00
FlaminSarge
8bd965267c
For library update error log, group errors by error string, and then sort the resulting list by source ( #5586 )
...
Format is
```
! Error
# Source
- Manga
```
2021-07-20 17:36:24 -04:00
arkon
8bfc5f0450
Put Komga tracker in separate group
2021-07-18 12:55:55 -04:00
arkon
117fd4bd0f
Chop long titles in library update notification, fix incrementing when updating covers
2021-07-14 17:59:09 -04:00
FourTOne5
1dddba7f25
Update Libary update notification. ( #5545 )
...
* Update LibraryUpdateNotifier.kt
* Update LibraryUpdateService.kt
2021-07-14 17:57:03 -04:00
arkon
015e8deb79
Parallel cover update job
2021-07-09 17:50:01 -04:00
arkon
e65f59b3df
Show all currently updating manga in library update notification
2021-07-08 23:03:22 -04:00
jobobby04
341c3d179e
Parallel library update ( #5519 )
...
* Parallel library update
* Almost forgot the terminal operator
2021-07-08 22:35:32 -04:00
stinky-lizard
70ed49e478
Imported implementation for updating library by next expected update from Neko ( #5436 )
...
* Imported implementation for updating library by next expected update from Neko. This sort uses the last 4 updates for a manga to compute an average time between updates and then extrapolates when the next update should occur.
Currently seems to work perfectly. However, I may have silently messed something up along the way.
All code and algorithms are credited to kyjibo on GitHub. The original commit adding this functionality is here: 681003926a
* Imported implementation for updating library by next expected update from Neko. This sort uses the last 4 updates for a manga to compute an average time between updates and then extrapolates when the next update should occur.
Currently seems to work perfectly. However, I may have silently messed something up along the way.
All code and algorithms are credited to kyjibo on GitHub. The original commit adding this functionality is here: 681003926a
* Remove commented-out line from LibraryUpdateRanker
I missed removing this when first committing. The removed line is a holdover from Neko, which requires 7+, but I removed the function that requires this.
2021-07-01 18:11:21 -04:00
Soitora
653b7ffcd0
Fix black icon for small notifications on EMUI ( #5350 )
...
* Set notification icon fillColor to Android white
Closes #5340
* Remove '_black' suffix from the glasses icon drawable
2021-06-09 17:16:09 -04:00
arkon
07de367476
Revert "Set background job expedited policies"
...
This reverts commit c69420373a
.
Caused crashes in TachiyomiSY for some reason. Will have to redo this once we target Android 12.
2021-06-09 17:11:23 -04:00