Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

F-droid not getting updated #24

Closed
baltitenger opened this issue Mar 14, 2019 · 17 comments
Closed

F-droid not getting updated #24

baltitenger opened this issue Mar 14, 2019 · 17 comments

Comments

@baltitenger
Copy link

Currently F-droid only shows version 0.4.4

@saulhdev
Copy link
Owner

the f-droid releases are not handled by me but F-Droid tream. I noted they are working on the new releases so I think they will be ready shortly.

@relan
Copy link

relan commented May 9, 2019

We can't update ZimLX on F-Droid because 0.4.4 has a higher version code than 0.5.2. See https://developer.android.com/studio/publish/versioning#appversioning.

@relan
Copy link

relan commented May 28, 2019

Version code issue is solved, but now we can't build 0.6.1 because release builds were disabled in 180d50c.

@lameventanas
Copy link
Contributor

Version code issue is solved, but now we can't build 0.6.1 because release builds were disabled in 180d50c.

How about creating a pull request to fix this?

@saulhdev
Copy link
Owner

I will enable it and will release as a new version

@saulhdev
Copy link
Owner

fixed @lameventanas @relan

@relan
Copy link

relan commented May 29, 2019

@otakuhqz, should F-Droid build aosp or quickstep flavor?

@saulhdev
Copy link
Owner

aosp.

@relan
Copy link

relan commented May 29, 2019

@userkilled
Copy link

I can not install the launcher from F-Droid. Error: The package is damaged. 0.6.2b

@relan
Copy link

relan commented May 31, 2019

@userkilled, what's your device and Android version?

@userkilled
Copy link

7.0

@baltitenger
Copy link
Author

On Pie I get Error -15: the new package failed because it has specified that it is a test-only package and the caller has not supplied the INSTALL_ALLOW_TEST flag.

@saulhdev
Copy link
Owner

@relan I had this problem with my own compiled version and just fixed yesterday by adding the below line to the graddle properties file.
Is it necessary to make a new release to fix the f-droid version?

android.injected.testOnly=false

@relan
Copy link

relan commented May 31, 2019

Wait. What's this https://github.com/otakuhqz/ZimLX/blob/master/ZimLX/libs/framework.jar? Is it possible to get rid of it? Prebuilt JARs are prohibited by the inclusion policy: https://f-droid.org/en/docs/Inclusion_Policy/

@saulhdev
Copy link
Owner

Remove in commit db477e5.

What about this https://github.com/otakuhqz/ZimLX/blob/master/quickstep/libs/sysui_shared.jar?
should be removed too?

@relan
Copy link

relan commented Jun 1, 2019

What about this https://github.com/otakuhqz/ZimLX/blob/master/quickstep/libs/sysui_shared.jar?
should be removed too?

It's in another flavor, but if you don't need it, better remove: when we enable automated checks for prebuilt binaries it will trigger an error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants