tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.63k stars 328 forks source link

last changes from 3.0.12/3.1.6 with sdk-34-fix-registerReceiver #666

Closed Kutikov closed 3 months ago

Kutikov commented 7 months ago

Upstream all the latest changes from @tonyofrancis and @thib-rdr into a single fork with fixes of register receiver (Android SDK 34) from Nguyen Ngoc Long (PR #665 ).

Kutikov commented 7 months ago

For everyone who wants to test by himself download prebuild *.aar. Give me any feedback, please!

PVoLan commented 6 months ago

@Kutikov Thanks, man, you've saved my day. Applied your v3.2.2 aars instead of 3.1.6 in my project, works fine as far as I see

vicajilau commented 3 months ago

It's awesome @Kutikov!! The only thing is I cannot download it adding the next in my gradle:

implementation("com.github.Kutikov:fetch2-android:3.2.2-android14")

The reason is because it's failing on JitPack:

image
Kutikov commented 3 months ago

It's awesome @Kutikov!! The only thing is I cannot download it adding the next in my gradle:

implementation("com.github.Kutikov:fetch2-android:3.2.2-android14")

The reason is because it's failing on JitPack:

image

Sorry for that, I'll try to load it to jitpack soon

MdAbubakar commented 3 months ago

@Kutikov please upload it to jitpack I'm in really need this one

daniJimen commented 3 months ago

Hi everyone @Kutikov , the version 3.2.2 its failing because it needs an extra import that not appears in the aar that its the room implementation; with that its working fine: implementation ("androidx.room:room-runtime:2.6.1") annotationProcessor ("androidx.room:room-compiler:2.6.1") androidTestImplementation ("androidx.room:room-testing:2.6.1")

Kutikov commented 3 months ago

When I'll have electricity and network, I'll add room dependencies and upload it to jitpack. I don't know when, war, you know, is not predictable thing

Akaizz commented 3 months ago

You guys can try:

implementation("com.github.Akaizz.Fetch:fetch2:3.3")

Hope this helps!

krishnaviroja commented 2 hours ago

It's awesome @Kutikov!! The only thing is I cannot download it adding the next in my gradle:

implementation("com.github.Kutikov:fetch2-android:3.2.2-android14")

The reason is because it's failing on JitPack:

image

Have you able to fix your's? As i am facing the same issue related to SDK 34

krishnaviroja commented 2 hours ago

When I'll have electricity and network, I'll add room dependencies and upload it to jitpack. I don't know when, war, you know, is not predictable thing

Are you able to upload?

Kutikov commented 2 hours ago

When I'll have electricity and network, I'll add room dependencies and upload it to jitpack. I don't know when, war, you know, is not predictable thing

Are you able to upload?

No, I've tried, but no luck. If somebody can help me, let me know