-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F-Droid isn't seeing new releases, is currently stuck at 1.0 #37
Comments
From the gitlab issue: "Both 1.0 and 1.1 have version code 1, so from Android's point of view this is the same version. This needs to be solved by the app author: bump versionCode and versionName in build.gradle and then re-tag 1.1 release. After that we will be able to add a new build on F-Droid." |
@vvviperrr any chance you can assist with this? is this the correct place to post issues? |
@vvviperrr, @ALL, please tell us, what needs to happen to
@vvviperrr have you abandoned (or have no time for) this project? Unfortunately I don't do any Android Dev myself. I'm a Linux guy, I do general programming, but no Java/Android. But I would also like to help where I can to make this project a success. |
I will take a look at it on the weekend and see if I can publish my version v1.2.2 onto F-Droid as a new app. |
Unfortunately, it looks like SimpleRT doesn't even build anymore. I started work on a new release in this repo. I tried executing |
Hi folks, take a look at #58 |
I will be pushing a new release in the next week or so, I will make sure the version code, tag and release are all correct and compatible with the expectations of the F-Droid software. |
OK, I made a new release by bumping the version codes to get around the v1/v1.1 clash ... then realised there might be an error. I gather eugene's commits have been merged, do they fix the problem which stops it building? |
@fsobanski Where are you at with your dev work Fabian? I took a look through your repo at the extra commits you'd made on top of wiper's work. I see you comment that simpleRT won't build on your system. Is that the original code, your mods or both? |
@robinpaulson @fsobanski has not been active on Github in the last year. I think shove stuff together and just try it out, if it works, ship it. This project has been totally dead and the best thing to bring it back to life and build a community is to get a working version on F-Droid ASAP. So that's my 2c. By all means, good to reach out, but don't stop or slow down, wait or ask for anything. Just gogogo! |
I'll fess up ... I can't read diffs. I understand that comment by Florian contains changes, but I don't know how to understand it. I guess I should figure out how diff works, then make the changes myself. |
Of course, if I RTFM, I might figure it out. Patches applied, possibly correctly. |
v1.1.1 release, it should be in fdroid within a week |
Well, that's how you learn bud. Git diffs are just + and -. + means a line was added - means removed... then other lines are there for context. |
OK, it appears the new release built fine on the FD servers, it'll hit the tubes in the next day or so. Closing |
Can ya'll make sure that F-Droid can see it when you update SimpleRT and/or make sure it updates to the current stable release?
https://f-droid.org/packages/com.viper.simplert/
https://f-droid.org/wiki/page/com.viper.simplert
https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.viper.simplert.txt
https://gitlab.com/fdroid/fdroiddata/issues/789
The text was updated successfully, but these errors were encountered: