AdamGuidarini / MediTrak

A free and open source medication tracking app for Android 8 and newer.
GNU General Public License v2.0
29 stars 4 forks source link

Are some Screenshots available? #47

Closed IzzySoft closed 7 months ago

IzzySoft commented 7 months ago

I've just integrated your app with my repo, where it will become visible with the next sync in about an hour. This can help your (potential) testers who have no access to Google Play. APKs in my repo are fetched from your (pre-)releases within 24h of your making them available at a new release tag.

To raise interest, it would be nice if the listing could include some screenshots. Would you have such available for "public viewing"? Thanks in advance!

AdamGuidarini commented 7 months ago

Hello, thank you for reaching out! I've attached a couple screenshots to this comment. Let me know if there's anything else I can do to help! I'll probably have a new release ready with styling changes, bug fixes, and some UX improvements. Will your repo fetch the newest updates from my releases as well?

Screenshot_20231217_123444 Screenshot_20231217_123527 Screenshot_20231217_123738 Screenshot_20231217_124751

IzzySoft commented 7 months ago

Hello, thank you for reaching out! I've attached a couple screenshots to this comment.

Thanks a lot! I've just fetched them and integrated them here, they will show up with the next sync around 7 pm UTC.

Let me know if there's anything else I can do to help!

I could offer you a PR with the metadata set up here, using Fastlane structures. This would enable you to adjust whenever and whatever you feel needed (and who should know that better than you), and also maybe add per-release changelogs or a featureGraphic if you like. You're welcome to use my Fastlane Cheat Sheet for guidance with that. If that sounds good to you and you want me to open that PR, just let me know!

Oh, btw, those very same Fastlane data could be used for your future deployments to PlayStore, you'd just need to add and configure the Fastlane binaries for that (they are not needed for my repo).

I'll probably have a new release ready with styling changes, bug fixes, and some UX improvements. Will your repo fetch the newest updates from my releases as well?

Yes, as pointed out in my initial comment:

APKs in my repo are fetched from your (pre-)releases within 24h of your making them available at a new release tag.

So whenever you make a new release (and have the versionCode increased properly), tagged it, and attached the APK – between 6 pm and 7 pm UTC my update checker will fetch it.

AdamGuidarini commented 7 months ago

That be great if you could put up that PR! Would you be able branch off of/merge into the vc11 branch? That's the branch that will merge into main for my next release.

IzzySoft commented 7 months ago

I can try. Usually I just pick whatever is the default branch when forking. […] Ah, OK, managed that: git clone <url> --banch vc11, good. OK, give me a minute or two, PR is on its way…