indeterminate-checkbox icon indicating copy to clipboard operation
indeterminate-checkbox copied to clipboard

androidx migrated release

Open simonpoole opened this issue 5 years ago • 8 comments
trafficstars

Hi, would it possible to create a release with the current androidx migrated code?

Due to restrictions by F-Droid we (https://github.com/MarcusWolschon/osmeditor4android/) can only include dependencies that are published on one of the major binaries repos, so without a release I have to fork the project and publish it myself, which is a royal PITA and a waste of time.

Thank you for your consideration.

simonpoole avatar Mar 26 '20 08:03 simonpoole

Hi, I can try but not earlier than that Saturday. I accept PRs though.

On Thu, Mar 26, 2020, 10:36 Simon Poole [email protected] wrote:

Hi, would it possible to create a release with the current androidx migrated code?

Due to restrictions by F-Droid we ( https://github.com/MarcusWolschon/osmeditor4android/) can only include dependencies that are published on one of the major binaries repos, so without a release I have to fork the project and publish it myself, which is a royal PITA and a waste of time.

Thank you for your consideration.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sevar83/indeterminate-checkbox/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5FVJOZD6VWPFADNRJTZTRJMH2HANCNFSM4LUBTSPQ .

sevar83 avatar Mar 26 '20 18:03 sevar83

No problem, I didn't want to indicate that you had to hurry. We've just started with the migration, and while it "in principle" works with the "jetifier" it would be nice not to have to rely on it. Thanks.

simonpoole avatar Mar 26 '20 18:03 simonpoole

bump?

z3ntu avatar May 07 '20 12:05 z3ntu

I think this repo is dead, I would suggest checking out https://github.com/topjohnwu/indeterminate-checkbox, he forked it and updated everything.

cyb3rko avatar Nov 03 '20 19:11 cyb3rko

@cyb3rko unluckily the fork requires switching themes, which is something that is not planned short term for our project,

simonpoole avatar Dec 12 '20 13:12 simonpoole

fyi I'm now using this in my build.gradle: implementation 'com.github.sevar83:indeterminate-checkbox:965fdc7c20'

This just takes the library built from the currently latest commit on master (965fdc7c20)

z3ntu avatar Jan 04 '21 12:01 z3ntu

fyi I'm now using this in my build.gradle: implementation 'com.github.sevar83:indeterminate-checkbox:965fdc7c20'

This just takes the library built from the currently latest commit on master (965fdc7)

The question is if f-droid would accept that, typically they want libs from well known binary repos.

simonpoole avatar Jan 04 '21 17:01 simonpoole

The question is if f-droid would accept that, typically they want libs from well known binary repos.

The service is provided by JitPack (link to master snapshot description), so I think it should work.

cyb3rko avatar Jan 04 '21 17:01 cyb3rko