Commit graph

24 commits

Author SHA1 Message Date
a04ea9f5ea
chore(deps): Also grab dependency from sonatype just in case
Some checks are pending
Build app / Build app (push) Waiting to run
Mirror Repository / mirror (push) Waiting to run
2025-05-31 11:11:21 +07:00
b4377a4609
refactor: Move archive related code to core.archive module 2025-01-01 09:26:15 +07:00
54a3059730
chore: Move core module to core.main 2025-01-01 08:21:55 +07:00
db03bcec15
fix: Exclude :presentation:widget
Not yet ready to be used
2024-08-16 09:38:26 +07:00
6c93deacca
refactor: Use AboutLibraries
Should unblock GH-124 from being merged, no thanks to Google.
2024-07-31 10:01:38 +07:00
49ecfc51b1
refactor: Move source-api to source directory
Preparing to split local source to its own module
2024-07-28 11:38:33 +07:00
fb92d1dcb6
chore(deps): Update Android Gradle Plugin to v8.5.1
They told me on 8th of July that AGP up to v8.6-alpha will be supported
on next IDEA (for EAP, because of it is... at this point I think
Ultimate Edition no longer worth it, at least for KMM developers) plugin
release, let's see if they're telling the truth.
2024-07-25 09:06:35 +07:00
FooIbar
740ce23d47
fix(deps): Update R8 to fix NoSuchMethodError crash 2024-06-28 09:07:00 +07:00
7dea343be6
fix: OSS License Plugin has no plugin marker
REF: https://github.com/google/play-services-plugins/pull/222

Merge it already Google, for goodness sake!
2024-06-27 20:23:26 +07:00
2471f454f8
fix(deps): Update compose to *-beta04
REF: https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.0-beta04
2024-06-27 07:41:05 +07:00
a5394c7022
fix(deps): Attempt 2 trying to fix https://issuetracker.google.com/343750859 2024-06-26 06:27:03 +07:00
12b69992d9
fix(deps): Use snapshot compose
REF: https://issuetracker.google.com/issues/343750859
REF: 3137316
2024-06-25 20:26:47 +07:00
4a9a7813e0
chore: Some more effort moving widget to its own module 2024-06-17 13:21:27 +07:00
2b46f94a5a
revert: Revert "Revert "Modularize the app""
This reverts commit f59f2346dc.
2024-06-16 18:44:15 +07:00
f59f2346dc
revert: Revert "Modularize the app"
Epic fail, not sure what happened, but I am sure that I don't want to spend the rest of the day debugging no error crash, I'll just try again later. It is what it is, I guess...
2024-06-16 13:26:29 +07:00
Ahmad Ansori Palembani
24ce2683d4
refactor: Modularize the project (#97)
* refactor: Modularize the project

* chore: Move okhttp stuff back to androidMain

OkHttp decided to cancel multiplatform plan on 5.0

REF: https://square.github.io/okhttp/changelogs/changelog/#version-500-alpha13

* feat: Start using moko for i18n

* fix: Solve some errors

* chore: Remove manga from domain module

We'll do this later

* fix: Duplicate error

* fix: Conflict function name error

* fix: Target SManga

* fix: Breaking changes after the split

* fix: Not enough heap memory

* chore: Update proguard rules

Sorta similar to upstream

* refactor: Fix namespace
2024-06-16 09:34:02 +07:00
9a2815d277
refactor: Migrate to gradle version catalog 2024-01-10 12:10:43 +07:00
65955482eb
chore: Rename project 2024-01-06 12:23:08 +07:00
Jays2Kings
7cbdbaa416 Set rootproject name to "TachiyomiJ2K" 2022-04-26 21:10:02 -04:00
Jays2Kings
94a1daa135 replace jcenter with mavenCentral 2022-04-03 16:17:07 -04:00
CarlosEsco
4e0c97a120 clean up of plugin to use classpath so it can use the kotlin class instead of having to intercept in the settings.gradle 2020-06-05 15:41:13 -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
Jay
5ce1b8dd50 Updates to About Controller
Removed option to disable crash reports
Added What's new: linking to the github release
Link to website
Fixed Build Time
Added open source licenese
2020-04-30 21:33:02 -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