RF Generation Message Board

Announcements and Feedback => Announcements and Feedback => Topic started by: bickman2k on June 25, 2019, 10:10:24 PM



Title: RF Generation on Google Play
Post by: bickman2k on June 25, 2019, 10:10:24 PM
(https://lh3.googleusercontent.com/04Q6S8YsNXtJonUDSC8aZPSpvS36aRI7qAQ8LEDaDSLLk5N3TM_OQzqbABgmX8V2KsA=s180-rw)
The current version is 2.8 released October 13, 2017

What does the app do?
- Syncs your entire collection to your Android device in seconds.
- Searches the site's massive game database as well as your own collection.
- Views basic game information and images
- Add and delete games to/from your collection

What could it do in the future?
- RSS/Front page stories
- Podcast player
- Material Design

From theGrue - Here are some general concepts that are on my road map for future releases (My own comments will follow):
- Collection statistics, like on your profile page
- Advanced search options
- Collection filtering options
- Ability to view more game information fields: https://github.com/bickman2k/RFGeneration/issues/2
- Blog reader - Agreed, would be nice to have.
- Tablet support - Is this something that you all would want/need? The idea I have for an updated (Material Design) app I believe would still look nice on a tablet, but I have an nVidia Shield Tablet K1 8" that I could test with.

Are there any known issues?
Yes! Refactoring code plus updating the code for more modern versions of Android (removing deprecated functions).
If you have an issue to report, please report it on Github here: https://github.com/bickman2k/RFGeneration/issues
This will be used to track issues and show progress via specific branches of the code. As of now, I have been doing a lot of jumping around in the code to fix various things, but that is not going to cut it to really make progress and also allow additional collaboration.

Finally, what's this thread for?
This will be used for some discussion regarding issues and feature requests, announcing new releases, and general discussion.


Title: Re: RF Generation on Google Play
Post by: Bear78 on June 26, 2019, 08:08:26 AM
As I posted in the other thread (and maybe its covered under "Ability to view more game information fields"), I would like to be able to see the comments I add to an entry in my collection in the app.


Title: Re: RF Generation on Google Play
Post by: bickman2k on June 26, 2019, 08:21:07 AM
Enhancement logged for, essentially, view comments added to game in collection.

https://github.com/bickman2k/RFGeneration/issues/2


Title: Re: RF Generation on Google Play
Post by: toze3 on June 26, 2019, 08:51:04 AM
As I posted in the other thread (and maybe its covered under "Ability to view more game information fields"), I would like to be able to see the comments I add to an entry in my collection in the app.
Another point is to be able to edit/move the game/hardware quantities/comments and not just replacing.

PS: Is the github source updated with all previous changes or it's the 2.8 version?


Title: Re: RF Generation on Google Play
Post by: bickman2k on June 26, 2019, 03:48:58 PM
As I posted in the other thread (and maybe its covered under "Ability to view more game information fields"), I would like to be able to see the comments I add to an entry in my collection in the app.
Another point is to be able to edit/move the game/hardware quantities/comments and not just replacing.

PS: Is the github source updated with all previous changes or it's the 2.8 version?

Missing a couple of things as the code base I was working with had a lot of changes uncommitted, but I have them locally. As I go through those, the fixes will be back in place.

I have several copies of stuff to go through that should get us to a better place overall. One thing that I think is sticking us a bit is keeping 4.x code. If we could move to 5.x, we could start doing more visual redesign and possibly a smoother transition to using Kotlin.


Title: Re: RF Generation on Google Play
Post by: toze3 on June 28, 2019, 05:02:37 AM
Can the description on first post be add to the Google play description? Because is quite poor there, also could be add an image more or screenshot of filters or so to help users to understand the appp.


Title: Re: RF Generation on Google Play
Post by: bickman2k on July 04, 2019, 09:11:04 AM
Can the description on first post be add to the Google play description? Because is quite poor there, also could be add an image more or screenshot of filters or so to help users to understand the appp.


Excellent idea and point! When I released that version, I was literally sitting on WildBil52's couch the night before RetroWorld Expo trying to get it out before the show. It really does need more screenshots and a better explanation.

As a sort of tie-in to that... I have made some pretty good progress with the code. The code refactor to get it updated for the current Gradle version as well as pointing to the target API versions I'm wanting (well, not wanting, but am okay with for the moment...)

I also started to convert some code to Kotlin. Some of the more basic functions that didn't need additional work have been done are converted in another branch.

The other thing I got done was fix an issue that was bugging me from a previous attempt to update the code... The app would crash on every launch in the emulator... Looks to have been a bug in one of the support libraries that is fixed with an alpha release. So... progress?


Title: Re: RF Generation on Google Play
Post by: Beakerman on July 19, 2019, 11:55:23 PM
New bug: Collection Filters doesn't allow me to select anything above Atari 7800 with Console drop down in full screen mode.

These are missing:

Any Console
Atari 2600
Atari 5200

Sent from my ASUS_X017DA using Tapatalk



Title: Re: RF Generation on Google Play
Post by: toze3 on July 22, 2019, 04:19:35 AM
+1

the first 3 entries will only appear if you have the phone in horizontal


Title: Re: RF Generation on Google Play
Post by: bickman2k on July 22, 2019, 09:26:43 AM
New bug: Collection Filters doesn't allow me to select anything above Atari 7800 with Console drop down in full screen mode.

These are missing:

Any Console
Atari 2600
Atari 5200

Sent from my ASUS_X017DA using Tapatalk


+1

the first 3 entries will only appear if you have the phone in horizontal
I have seen this, but I forgot to log that. The weird thing is that if you tap up where they should be, it will select them I believe? Also, I believe this is somehow fixed in Android Q beta? Still will look in to it, but I need to get some more VMs going to test more versions with.

Also, probably going to bump the API version based on the latest numbers to require Android 4.4 soon. Does anyone have any objections? The next jump will be to require Android 5.0 so we can get a Material Design theme going. Might just start a separate branch for that work in general...


Title: Re: RF Generation on Google Play
Post by: toze3 on July 23, 2019, 04:44:35 AM
New bug: Collection Filters doesn't allow me to select anything above Atari 7800 with Console drop down in full screen mode.

These are missing:

Any Console
Atari 2600
Atari 5200

Sent from my ASUS_X017DA using Tapatalk


+1

the first 3 entries will only appear if you have the phone in horizontal
I have seen this, but I forgot to log that. The weird thing is that if you tap up where they should be, it will select them I believe? Also, I believe this is somehow fixed in Android Q beta? Still will look in to it, but I need to get some more VMs going to test more versions with.

Also, probably going to bump the API version based on the latest numbers to require Android 4.4 soon. Does anyone have any objections? The next jump will be to require Android 5.0 so we can get a Material Design theme going. Might just start a separate branch for that work in general...

No problem here, but please let the other older versions available and working.



Title: Re: RF Generation on Google Play
Post by: Bear78 on July 23, 2019, 09:07:25 AM
I'm all for getting on newest versions of things.   I'm currently on Android 8.0


Title: Re: RF Generation on Google Play
Post by: mumboking on July 23, 2019, 01:16:03 PM
Also, probably going to bump the API version based on the latest numbers to require Android 4.4 soon. Does anyone have any objections? The next jump will be to require Android 5.0 so we can get a Material Design theme going. Might just start a separate branch for that work in general...
While my old phone is on Jelly Bean (4.3), my current one is on Oreo (8.0), so I'd be ok with that.


Title: Re: RF Generation on Google Play
Post by: RobotWillie on July 23, 2019, 03:32:03 PM
Also, probably going to bump the API version based on the latest numbers to require Android 4.4 soon. Does anyone have any objections? The next jump will be to require Android 5.0 so we can get a Material Design theme going. Might just start a separate branch for that work in general...
While my old phone is on Jelly Bean (4.3), my current one is on Oreo (8.0), so I'd be ok with that.

I said in another topic earlier about the App that mine is a brand called Bold Like Us and is about... I guess maybe 3-4 years old now. Probably 4. Can't remember if I got it in 2015 or 16. And the Android version is like 5 so I should be fine. But I think that is what it is, 5, nothing higher than that. But I do want to get a new phone next year probably. I am not a phone person, I hate spending money on them, I'd rather get games. And phone games are not an interest to me really. But the RF App is one of the best things about my phone!


Title: Re: RF Generation on Google Play
Post by: Voodoo Monkey on November 05, 2019, 09:40:51 PM
@bickman2k

First off, wanted to thank you for continuing to support and improve this app.
I use it almost daily and have come to rely on it when looking for games at thrift stores.

I noticed today that games I knew I had were not appearing in my collection on the app, even though they were appearing in my collection on the RFGen website.

Then I noticed this message under my collection folder icon on the app...
"Last synced on 8/13/18 at 1:10pm".
I see a refresh button next to each folder.  When I hit that I get the "loading" animation in the upper right hand corner of the app.
That animation doesn't stop unless I back out of the app.

I tried logging out of the app in the hope that it would perform a sync on log in, but it didn't.

Any idea what happened?  I'm on a older phone (Samsung Galaxy S6). 

Any thoughts on what i'm doing wrong are appreciated.  Like I said, I LOVE this app and use it all the time.


Title: Re: RF Generation on Google Play
Post by: Bear78 on November 06, 2019, 09:17:14 AM
@bickman2k

First off, wanted to thank you for continuing to support and improve this app.
I use it almost daily and have come to rely on it when looking for games at thrift stores.

I noticed today that games I knew I had were not appearing in my collection on the app, even though they were appearing in my collection on the RFGen website.

Then I noticed this message under my collection folder icon on the app...
"Last synced on 8/13/18 at 1:10pm".
I see a refresh button next to each folder.  When I hit that I get the "loading" animation in the upper right hand corner of the app.
That animation doesn't stop unless I back out of the app.

I tried logging out of the app in the hope that it would perform a sync on log in, but it didn't.

Any idea what happened?  I'm on a older phone (Samsung Galaxy S6). 

Any thoughts on what i'm doing wrong are appreciated.  Like I said, I LOVE this app and use it all the time.

Hey Trevor, try uninstalling and re-downloading from the app store.


Title: Re: RF Generation on Google Play
Post by: Voodoo Monkey on November 08, 2019, 02:02:33 PM
Bear78,

Thank you.  Works perfectly now. 
I should have thought to try that.


Title: Re: RF Generation on Google Play
Post by: Bear78 on November 08, 2019, 03:47:36 PM
Bear78,

Thank you.  Works perfectly now. 
I should have thought to try that.

No problem!


Title: Re: RF Generation on Google Play
Post by: mumboking on January 13, 2020, 07:55:32 PM
Any progress on the app?

Also, I found another barcode that returns no results, despite the barcode being in the DB and searchable via the website.
http://www.rfgeneration.com/PHP/gethwinfo.php?ID=E-132-H-00070-A


Title: Re: RF Generation on Google Play
Post by: toze3 on January 14, 2020, 04:32:07 AM
Any progress on the app?

Also, I found another barcode that returns no results, despite the barcode being in the DB and searchable via the website.
http://www.rfgeneration.com/PHP/gethwinfo.php?ID=E-132-H-00070-A

I do believe the App is not working properly with hardware barcode search. it's an old bug.

Best regards


Title: Re: RF Generation on Google Play
Post by: dencrypt on February 01, 2023, 01:05:44 PM
Hi!

It seems like the app doesn't know what a Playstation 5 is. When looking the library it is listed as "unknown console".


Title: Re: RF Generation on Google Play
Post by: Bear78 on February 03, 2023, 12:33:13 PM
Hi!

It seems like the app doesn't know what a Playstation 5 is. When looking the library it is listed as "unknown console".

Yeah, it's the same for Xbox Series too.  They haven't been updated on the app yet


Title: Re: RF Generation on Google Play
Post by: Bear78 on October 17, 2023, 08:57:41 AM
Hi!

It seems like the app doesn't know what a Playstation 5 is. When looking the library it is listed as "unknown console".



Yeah, it's the same for Xbox Series too.  They haven't been updated on the app yet

Bickman, any chance we can get this updated?