Commit graph

36 commits

Author SHA1 Message Date
renovate[bot]
4c4163f270
chore(deps): Update dependency gradle to v8.11.1 (#263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-24 08:54:25 +07:00
renovate[bot]
465564f977
chore(deps): Update dependency gradle to v8.10.2 (#188)
* chore(deps): Update dependency gradle to v8.10.2

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2024-09-26 11:37:33 +07:00
10b9fa53a6
fix(deps): Downgrade gradle again
Apparently, it'll be fixed on Kotlin 2.1.0 beta. Classic JetBrains :^)

REF: https://youtrack.jetbrains.com/issue/KT-70700/Gradle-8.10-The-value-for-task-commonizeNativeDistribution-property-kotlinNativeBundleBuildService-cannot-be-changed-any-further#focus=Comments-27-10351376.0-0
2024-08-24 06:58:10 +07:00
renovate[bot]
b5c5f13d5d
chore(deps): Update dependency gradle to v8.10 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 17:43:05 +07:00
a60776b0a5
revert(deps): Downgrade gradle
It broke KMP somehow

REF: https://youtrack.jetbrains.com/issue/KT-67162/KGP-Kotlin-Native-with-Isolated-Projects-kotlinNativeBundleBuildService-cannot-be-changed-any-futher
2024-08-15 16:44:29 +07:00
bc944dab12
chore(deps): Update gradle to v8.10 2024-08-15 14:58:37 +07:00
Ahmad Ansori Palembani
784bf616f8
chore(deps): Update gradle to 8.9 (#124) 2024-07-31 10:40:03 +07:00
9099b63e12
revert: "revert: "chore: Downgrade to gradle v8.7""
This reverts commit f5431c1bf2.
2024-06-27 21:28:59 +07:00
f5431c1bf2
revert: "chore: Downgrade to gradle v8.7"
This reverts commit a5306ae160.

The build somehow successful, but idk which one fixed it ._.
2024-06-27 21:24:02 +07:00
a5306ae160
chore: Downgrade to gradle v8.7 2024-06-27 21:05:56 +07:00
f8b462c4b5
chore(deps): Update gradle to v8.8
This reverts commit be0f64f28c.
2024-06-27 18:57:23 +07:00
be0f64f28c
revert: Revert "chore(deps): Update gradle to v8.8"
This reverts commit e979346d96.

I'll deal with this later, since gradle is painful to fix
2024-06-25 21:00:00 +07:00
e979346d96
chore(deps): Update gradle to v8.8 2024-06-25 20:44:11 +07:00
Jays2Kings
9e9316606f Update gradle-wrapper.properties 2023-10-11 10:23:07 -07:00
Jays2Kings
3140361452
Targeting SDK 33 (Android 13) (#1525)
* starting workmanager updates

* Update Download service to download job

Also making downloader use suspend methods like upstream

Co-Authored-By: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>

* Make BackupRestorer a job

* Make LibraryUpdateJob a datasync service type

* Changing Extension auto installer to a job instead of service

* Changing App auto installer to a job instead of service

With it theres no more services, and nearly ready to up the target sdk

* Add runtime permission for notifications

Shows permission when adding to library, seeing the app update in app prompt, or loading library or recents
Tries to show the permission again (or a warning message) when trying to restore a backup or set library update timing
Same warning messages shows when not allowing notifications

* Set target sdk to 33

we made it.

* Clean up ContextExtensions

* Add notification check for incognito mode

* Add last updated timestamp to updates job

* Update LibraryUpdateJob.kt

minor changes to the notifier's placeholder, and making sure it uses localeContext for versions under A13

* update channel logic in library updater

* Change library update channel to just take a Long instead a whole Manga

* Use extensionManager flow in ExtensionInstallerJob

* Update MainActivity.kt

* Fixes to downloadFlow

* reworking running extensions after library update logic

* Change update channel to shared flow in library job

* More updates to the library updates flow

no longer using a suspend, instead holding a buffer for the flow

* updates to the flow in extensionInstaller

from state to shared, also using "tryEmit" less for it

* Fix extension auto installing notification not dismissing/dismissable

* Version 1.7.0

* Update AppDownloadInstallJob.kt

* Refactor DownloadJob

* Version 1.7.0-b02

* Fix uninstalling extensions not refreshing the list

* Show notification permission prompt when pressing update all

* Chunked the extension install job in case too many extensions are being updated at once

The limit is around 62 extensions, but to be safe it runs 32 per job (which jobs still update 3 at a time)

Closes #1584

* Update Java Version

---------

Co-authored-by: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
2023-07-31 16:19:43 -04:00
Jays2Kings
ff10d15f24 Update GDP to 7.4.1 2023-02-11 20:06:33 -05:00
Jays2Kings
b13777c2da Other gradle updates for ci/cd 2022-04-19 18:31:59 -04:00
Jays2Kings
7b9a77704b gradle to 7.4.2 2022-04-19 17:41:23 -04:00
Jays2Kings
39cb70d90d gradle 7.1.2 2022-04-03 16:11:07 -04:00
Jays2Kings
b26c029e40 Update to AS Arctic Fox (really gradle) 2021-08-06 22:38:22 -04:00
Jays2Kings
61c63bda09 Update Gradle distribution to 7.0 2021-05-08 23:40:20 -04:00
Jays2Kings
434926351c Added support for proto.gz backups
Lotta cleanup to do, but that's a later commit

Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-03-21 00:00:55 -04:00
Jays2Kings
21309bac4d Updating some dependencies 2020-08-23 19:18:22 -04:00
Carlos
7d5fa5a603
remove shortcuts.xml plugin since shortcuts arent used anymore (#463)
updated gradle to 6.1.1
update android gradle to 4.0
add buildSrc to use kotlin for versions didnt convert them all
2020-05-30 20:30:53 -04:00
Carlos
09f366d14b update to gradle 5.6.4
update to kotlin 1.3.70
updated jsoup to 1.12.2
updated evernote android job to 1.4.2
updated sqlite-android to 3.31.0
updated junit to 4.13
updated coroutines to 1.3.3
removed packaging options since these were required for travis releases
added logic for formatter but kept it commented out
switch everything to build.kts
2020-03-07 07:08:50 -05:00
Jay
71bf9dc828 Updated gradle gms 2019-10-26 14:49:34 -07:00
inorichi
f61a8ce51d Update Android Studio and gradle 2018-10-09 13:44:59 +02:00
inorichi
95e60ed775 Update cloudflare interceptor and android studio 2018-04-05 10:36:29 +02:00
inorichi
d545cfd38c Update Android Studio to 3.0 2017-10-28 14:44:19 +02:00
len
c00eaae62b AS 2.3 and Kotlin 1.1 2017-03-03 17:42:46 +01:00
len
46e09d174b Travis fix. Update gradle 2016-09-01 20:05:11 +02:00
len
b1d7167112 Bump dependencies 2016-06-15 13:18:27 +02:00
Jozef Hollý
2e6fc70353 Auto number of latest release, shorter versionCode (#280) 2016-04-27 22:18:36 +02:00
len
4ccce424de Reader view in Kotlin. Upgrade gradle wrapper. Remove ButterKnife from the project 2016-03-18 20:21:30 +01:00
inorichi
c35184abdc Upgrade gradle. Other minor changes 2016-02-06 00:37:11 +01:00
inorichi
b69510e972 Initial commit 2015-09-24 17:27:43 +02:00