I'm no longer supporting this app, thank you for your interest.

Contact details on my github profile -> https://github.com/mabako/ -- I don't watch this thread.

8 years ago*

Comment has been collapsed.

Great work, kt!
Commenting through the app right now.
Suggestion:
1)Maybe in the Info/About tab, you can show again the legends for the color circles? Or maybe add a basic Help tab.
2) A fixed Comment button would be great when into a discussion, so that way you don't have to scroll up back to OP

Thanks for your excellent work and effort!

8 years ago*
Permalink

Comment has been collapsed.

An Edit feature would be awesome for Comments ;D

8 years ago
Permalink

Comment has been collapsed.

Build 39

Features

  • preference to disable image loading
  • filter to hide entered giveaways
  • show icon if filter is active [ICS and above]

Bugfixes

  • fixed crashes when sync requests timed out
  • fixed crashes navigating through game info
8 years ago
Permalink

Comment has been collapsed.

Thanks for the new updates. I think the app is ready to get out of beta.
Few more suggestions -
'Number of entries' in giveaway page.
Show a 'search' icon in the giveaway page, which when pressed gives search results for giveaways with 'same name'
'Edit' button for comments.

Fixed 'comment' button in discussions(someone also mentioned).

Bugs - Search results also include pinned giveaways.
Changing font size in android settings crashes the app.

Following Bugs in starred giveaways tab -
Entered giveaways don't get highlighted.
In the list, instead of time remaining, it shows exact time and date the giveaway is ending.
Long pressing doesn't show 'enter giveaway', only unstar.

8 years ago*
Permalink

Comment has been collapsed.

Bump for new updates

8 years ago
Permalink

Comment has been collapsed.

Also Notifications - when you get a message or won a giveaway, get a notification in android notification drawer.

8 years ago*
Permalink

Comment has been collapsed.

If this is implemented, please also add a feature to disable this. I don't want yet another app pushing notifications :<

8 years ago
Permalink

Comment has been collapsed.

Starred giveaways should in my opinion be highlighted accordingly if entered. I use the functionality to enter mark giveaways I want to enter but don't have the points to do so, so when I check starred giveaways, I'd like to know if I've entered them. An "unstar entered" functionality would do me great too!

8 years ago
Permalink

Comment has been collapsed.

But, but... where's Cat Sagan?

View attached image.
8 years ago
Permalink

Comment has been collapsed.

nowhere :(

8 years ago
Permalink

Comment has been collapsed.

I'm sad, so if I win a game while using the app, I won't see the space cat of luck?

8 years ago
Permalink

Comment has been collapsed.

Nope.

8 years ago
Permalink

Comment has been collapsed.

Why do you do dis?

8 years ago
Permalink

Comment has been collapsed.

Thanks for submitting your app to Google Play.
~
I reviewed [...], and noticed some intellectual property policy issues that need to be corrected. If you submitted an update, the previous version of your app is still live on Google Play.

8 years ago
Permalink

Comment has been collapsed.

Oh...

What about another cat picture, one with copyleft or something like that?

8 years ago
Permalink

Comment has been collapsed.

I honestly don't even know if that's the issue or if something completely different is. They've mentioned teh promotional screenshots before, which literally just show games from steam :/

A gamble it shall be!

8 years ago
Permalink

Comment has been collapsed.

Well, we can't have everything.

Thanks for the clarifications

8 years ago
Permalink

Comment has been collapsed.

Bump for new update. It has 'help' section which explains color coded icons.

8 years ago
Permalink

Comment has been collapsed.

FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.mabako.steamgifts/net.mabako.steamgifts.activities.MainActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at net.mabako.steamgifts.fragments.ListFragment.setupListViewAdapter(ListFragment.java:76)
at net.mabako.steamgifts.fragments.ListFragment.onCreateView(ListFragment.java:54)
at net.mabako.steamgifts.fragments.SearchableListFragment.onCreateView(SearchableListFragment.java:39)
at android.support.v4.app.Fragment.performCreateView(Fragment.java:1962)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1067)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1248)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1230)
at android.support.v4.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:2042)
at android.support.v4.app.FragmentController.dispatchActivityCreated(FragmentController.java:165)
at android.support.v4.app.FragmentActivity.onStart(FragmentActivity.java:543)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1163)
at android.app.Activity.performStart(Activity.java:5018)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2032)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084) 
at android.app.ActivityThread.access$600(ActivityThread.java:130) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195) 
at android.os.Handler.dispatchMessage(Handler.java:99) 
at android.os.Looper.loop(Looper.java:137) 
at android.app.ActivityThread.main(ActivityThread.java:4745) 
at java.lang.reflect.Method.invokeNative(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:511) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) 
at dalvik.system.NativeStart.main(Native Method) 

It happens when I try to log in. I think because of lack of memory, system kills previous activity with fragments, and after recreating fragment you have adapter with null data. Try to use onSaveInstanceState() to save data before destroying fragment. By the way, android:configChanges="orientation|screenSize" - not really good idea, see http://stackoverflow.com/a/7990543

And I recommend to use Crashlytics (https://try.crashlytics.com/) for detecting crashes from all devices.

8 years ago*
Permalink

Comment has been collapsed.

Build 43

  • added or removed crashes, I'm unsure which.

(I'm not good with numbers, figures. I've published the builds inbetween tho)

8 years ago
Permalink

Comment has been collapsed.

Sidebar is getting too busy with the new additions. Maybe an option to edit which items to be shown. If that's too much, make 'discussions' tab collapsible. Or move 'logout' to 'settings' and 'help' to 'about'

8 years ago*
Permalink

Comment has been collapsed.

Downloaded it to my S6.

8 years ago
Permalink

Comment has been collapsed.

this app is gonna steal my data or not?

8 years ago
Permalink

Comment has been collapsed.

Probably not. Feel free to check the source code linked in the first post.

8 years ago
Permalink

Comment has been collapsed.

Thank you :) cool

8 years ago
Permalink

Comment has been collapsed.

What are you think about 2+ copies filter?

8 years ago
Permalink

Comment has been collapsed.

Just come to say excellent app, thanks for the great work!

8 years ago
Permalink

Comment has been collapsed.

I've been thinking of moving the app out of beta into production.

For the time being, I'm disabling starred giveaways as they're lacking a lot of polish and aren't entirely helpful - in particular, you can't see what you've entered, how much time's left on the giveaways etc. That aside, are there any actual features I should still add beforehand?

8 years ago
Permalink

Comment has been collapsed.

The app is ready for full release.
Starred giveaways are very useful. Keep it like that and improve later.
In the giveaway page, may be move the symbols(star, Steam) to other line or into three dot menu as they occupy lot of space and game title is cut. This happens mainly when images are blocked.
May be 'tables'. Bundles info is mostly posted as tables. So it is difficult to read as text.
Issues on git hub will also done?

8 years ago*
Permalink

Comment has been collapsed.

I love it, it completely replaced the mobile browser for me.

I'd make the menu smaller. Somebody had some good suggestions a couple comments above here.

Oh and could you make webview show the pics resized to the screen instead of full size? Thanks!

8 years ago
Permalink

Comment has been collapsed.

so what do you personally use out of the menu? because right now I'm not really sure what functionality people want to access that they have to scroll down

8 years ago
Permalink

Comment has been collapsed.

I use the All, Wishlist, New, Settings and About menu items pretty exclusively. If I could disable the discussions shortcuts I would (i.e. only keep the main Discussions entry).

Once the app is feature complete I will likely make use of the Settings and About menus less frequently, though...

8 years ago
Permalink

Comment has been collapsed.

Suggestions - Number of entries in giveaway page. It's not possible to see the number of entries in Invite only giveaways.
Filter for number of copies of giveaway.

8 years ago
Permalink

Comment has been collapsed.

Okay I entered as a tester but when I go to the google store a steamgifts app doesn't show. :(

8 years ago
Permalink

Comment has been collapsed.

It may take some time. You can download it from github link in OP

8 years ago
Permalink

Comment has been collapsed.

Run excellent on cyanogen 5.1 (tablet and phone). Keep up the good work!????

8 years ago
Permalink

Comment has been collapsed.

Its the best way of look for region locked g.a.s...Nice app. Needs a improvement on design only but well developed Congrats Keep working. IF YOU NEED HELP WITH SPANISH TRANSLATION or with Designs Let me know I can help on this

8 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

8 years ago
Permalink

Comment has been collapsed.

Perfect!!
Much thanks

8 years ago
Permalink

Comment has been collapsed.

bump for letting you know you could opt out of beta now if you so desire

8 years ago
Permalink

Comment has been collapsed.

Suggestion - 'Go to top' button in bottom right corner (seen in some apps with material design). Useful after scrolling down long pages of discussions, comments, giveaways.

8 years ago
Permalink

Comment has been collapsed.

Could you give me an example of that?

8 years ago
Permalink

Comment has been collapsed.

I've sent you a mail with screenshot

8 years ago
Permalink

Comment has been collapsed.

Thanks, works fine, but no show entering giveaways.

8 years ago
Permalink

Comment has been collapsed.

May the Play Store gods decide faithfully upon the future...

well, I don't think the app was pulled, just the update refused... So let's wait another few hours...

(╯°□°)╯︵ ┻━┻

8 years ago*
Permalink

Comment has been collapsed.

I dont see any update in play store. Why aren't they not approving it?

8 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 8 years ago.

8 years ago
Permalink

Comment has been collapsed.

That's absurd. What is the 'third party' they are talking about? Steam or SteamGifts?
Scroll to top button looks great.
I think the 'opt out of beta' message is not clear -
This version may contain crashes and features not 'present' in the 'stable' version.
Please bring back Starred giveaways to beta version atleast.

8 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 8 years ago.

8 years ago
Permalink

Comment has been collapsed.

Try changing the screenshots to discussions, profile, settings, etc

8 years ago
Permalink

Comment has been collapsed.

I don't have the GitHub account, but about the table issue, you might want to look into this
http://materializecss.com/table.html#responsive

8 years ago
Permalink

Comment has been collapsed.

This looks to be for HTML/CSS only, not for Android.

The issue is, TextViews can display -some- HTML (i.e. everything that currently works), while not being able to display tables properly.

8 years ago
Permalink

Comment has been collapsed.

Oh yeah, it is indeed only HTML/CSS, but I thought it could work, sorry then.

8 years ago
Permalink

Comment has been collapsed.

Do you have trade features planned? I just installed the ap, and it's very convenient in some ways, but I can't figure out how to browse or bump trades. For me that's a key feature of the site.

8 years ago
Permalink

Comment has been collapsed.

And, if you wanted me to use it a ton, you could add some better filtering/searching options for trade threads than the site provides. That would be amazing.

8 years ago
Permalink

Comment has been collapsed.

I literally have no idea what that should be like

8 years ago
Permalink

Comment has been collapsed.

I can make some suggestions if you're interested. But I understand this not being a priority.

Anyhow, thanks for coding this ap for us.

8 years ago
Permalink

Comment has been collapsed.

Maybe some time in the future, but probably not soon.

8 years ago
Permalink

Comment has been collapsed.

Why did you remove the starred giveaway option.? :(

That option was the most awesome one! :D
BTW, Awesome job with the app and updates are so frequent! Thanks a lot! :)) <3

8 years ago
Permalink

Comment has been collapsed.

It 'll be back some time, but really wasn't ready yet.

8 years ago*
Permalink

Comment has been collapsed.

Closed 2 years ago by kt.