Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Release new features quickly #10

Closed
albfan opened this issue Nov 8, 2016 · 29 comments
Closed

Release new features quickly #10

albfan opened this issue Nov 8, 2016 · 29 comments

Comments

@albfan
Copy link
Collaborator

albfan commented Nov 8, 2016

I see this is published on google play:

https://play.google.com/store/apps/details?id=me.johnmh.boogdroid&hl=es

Can you publish on google play new features?

@JohnMH
Copy link
Owner

JohnMH commented Nov 8, 2016

I have long requested that the Google Play listing be taken down. Instead, I suggest installing BoogDroid through F-Droid.

https://f-droid.org/repository/browse/?fdid=me.johnmh.boogdroid

@albfan
Copy link
Collaborator Author

albfan commented Nov 8, 2016

Ok, can I ask why take down from google play?

@JohnMH
Copy link
Owner

JohnMH commented Nov 8, 2016

Google Play is proprietary software employing DRM (Digital Restrictions Management).

@albfan
Copy link
Collaborator Author

albfan commented Nov 8, 2016

Makes sense. What's the process to update f-droid? Can you manage to do yourself or we need to generate tags, doc, etc. I can help you with boring details if any

@JohnMH
Copy link
Owner

JohnMH commented Nov 8, 2016

I don't know yet, I've made an issue on their repo.

@albfan
Copy link
Collaborator Author

albfan commented Nov 8, 2016

https://f-droid.org/manual/fdroid.html to speed up things or wait for them to do it

@albfan albfan changed the title Release new features to google play Release new features quickly Nov 9, 2016
@albfan
Copy link
Collaborator Author

albfan commented Nov 9, 2016

@JohnMH
Copy link
Owner

JohnMH commented Nov 9, 2016

That's exactly how it'll end up. The way I set it up with F-Droid it does it by Git tags.

On November 9, 2016 1:04:13 AM EST, Alberto Fanjul notifications@github.com wrote:

Why not release on our own?

https://www.reddit.com/r/github/comments/2bwa1d/this_a_stupid_question_how_do_i_upload_my_apk/

or automatically with travis

https://gist.github.com/mariotaku/7a0c51955d14def2fa0e

John M. Harris, Jr.
PGP Key: f2ea233509f192f98464c2e94f8f03c64bb38ffd

Sent from my Android device. Please excuse my brevity.

@albfan
Copy link
Collaborator Author

albfan commented Nov 9, 2016

Ok. Just commenting because they say it has a lag in releasing if you not provide all the metadata (Indeed this is not released yet in f-droid ) Let me know if you want me to add the apk on

https://github.com/JohnMHarrisJr/BoogDroid/releases/tag/v0.0.2

That will allow people to send feedback and get traction

@JohnMH
Copy link
Owner

JohnMH commented Nov 9, 2016

If we want an apk there, I would set up a script for my local Jenkins server to upload a signed debug version of the application. We shouldn't be giving end user releases, only testing snapshots such as that.

On November 9, 2016 1:18:14 AM EST, Alberto Fanjul notifications@github.com wrote:

Ok. Just commenting because they say it has a lag in releasing if you
not provide all the metadata (Indeed this is not released yet in
f-droid ) Let me know if you want me to add the apk on

https://github.com/JohnMHarrisJr/BoogDroid/releases/tag/v0.0.2

That will allow people to send feedback and get traction

John M. Harris, Jr.
PGP Key: f2ea233509f192f98464c2e94f8f03c64bb38ffd

Sent from my Android device. Please excuse my brevity.

@albfan
Copy link
Collaborator Author

albfan commented Nov 9, 2016

I like the idea of create a complete workflow that covers release the apk. Travis is configured on repo so everyone forking has the complete lifecycle for the app.

Using your jenkins is for signed apps right? I feel it add a black box to the process, but do it and lets see how it goes

@JohnMH
Copy link
Owner

JohnMH commented Nov 9, 2016

My Jenkins install is much less of a black box than Travic CI, which is not
free software.

@albfan
Copy link
Collaborator Author

albfan commented Nov 9, 2016

I mean in terms of funcionality. If someone clone this repo he has no CI by default. if we use jenkins, he cannot perform same lifecycle as we do. That way he will be confident on proposing changes. That's the main idea.

Whenever you have it integrated send me a note to see it working, right?

@JohnMH
Copy link
Owner

JohnMH commented Nov 9, 2016

@albfan If I do implement Jenkins integration, it will only build tags. I'm keeping Travis, because as bad as it is it already scales to forks too.

@albfan
Copy link
Collaborator Author

albfan commented Nov 16, 2016

Any progress? I'm ok with google play so if you don't mind I can request a deploy there.

@JohnMH
Copy link
Owner

JohnMH commented Nov 18, 2016

@albfan I was thinking that through, and I think it's best if we just upload a debug build with each tag.

@albfan
Copy link
Collaborator Author

albfan commented Nov 18, 2016

I did it already

https://github.com/JohnMHarrisJr/BoogDroid/releases/tag/v0.0.2
https://github.com/albfan/BoogDroid/releases/tag/0.0.2b

and share on twitter and #6.

But I can see why we cannot publish it on google play and f-droid. Is it a time matter? We can upload a beta version on markets as many apps do:

https://play.google.com/store/apps/details?id=com.chrome.beta&hl=en

@JohnMH
Copy link
Owner

JohnMH commented Nov 18, 2016

F-Droid is now set to make a build from every tag I create. I have requested to have the Google Play entry removed from their database. Google Play is non-free DRM, and it is best if I am not seen to be possibly endorsing them in any way.

On November 17, 2016 10:07:55 PM EST, Alberto Fanjul notifications@github.com wrote:

I did it already

https://github.com/JohnMHarrisJr/BoogDroid/releases/tag/v0.0.2
https://github.com/albfan/BoogDroid/releases/tag/0.0.2b

and share on twitter and #6.

But I can see why we cannot publish it on google play and f-droid. Is
it a time matter? We can upload a beta version on markets as many apps
do:

https://play.google.com/store/apps/details?id=com.chrome.beta&hl=en

John M. Harris, Jr.
PGP Key: f2ea233509f192f98464c2e94f8f03c64bb38ffd

Sent from my Android device. Please excuse my brevity.

@albfan
Copy link
Collaborator Author

albfan commented Dec 19, 2016

I want to update boogdroid on android. If you can share developer console with me let me know

@albfan albfan closed this as completed Dec 19, 2016
@JohnMH
Copy link
Owner

JohnMH commented Dec 19, 2016 via email

@albfan
Copy link
Collaborator Author

albfan commented Dec 19, 2016

@JohnMH
Copy link
Owner

JohnMH commented Dec 19, 2016 via email

@albfan
Copy link
Collaborator Author

albfan commented Dec 19, 2016

Well let's stick on f-droid then. https://twitter.com/albfanjul/status/810946013292822528 I just want something aware of updates. Have to check when 0.0.3 release is done

@albfan
Copy link
Collaborator Author

albfan commented Jan 27, 2017

I find no traction on f-droid so I release it again on google play.

https://play.google.com/store/apps/details?id=me.albfan.boogdroid

I need to change package to publish (as I don't have your keystore) So it would be hard to collaborate any further.

If you want me to change the name or something just tell me

@JohnMH
Copy link
Owner

JohnMH commented Jan 27, 2017

What's wrong with F-Droid?

@albfan
Copy link
Collaborator Author

albfan commented Jan 29, 2017

Nothing at all. I just:

  • Target maximum audience
  • Want people to install apps the way they use to
  • Want to know statistics about app
  • Deploy app myself

@JohnMH
Copy link
Owner

JohnMH commented Jan 29, 2017 via email

@albfan
Copy link
Collaborator Author

albfan commented Jan 29, 2017

That means publish source code, right? https://github.com/albfan/BoogDroid If you have to old keystore I can stick to actual package name, but as you're against google play I think that would not happen.

If I need to change package name I think you can revoke my admin rights on your repo.

Waiting for your decision. My email is in my profile

@JohnMH
Copy link
Owner

JohnMH commented Jan 29, 2017 via email

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

2 participants