noGo (open-source android goban) released on Google Play!
-
amnal
- Lives in gote
- Posts: 589
- Joined: Fri Apr 23, 2010 10:42 am
- Rank: 2 dan
- GD Posts: 0
- Been thanked: 114 times
Re: noGo (open-source android goban) released on Google Play
Great, thanks Inkwolf! I'll bundle it up with some other improvements and make a new release 
- holocen
- Beginner
- Posts: 8
- Joined: Mon Sep 02, 2013 12:06 am
- Rank: KGS 24 kyu
- GD Posts: 0
- KGS: holocen
- IGS: holocen
- Location: Belgrade, Serbia
- Has thanked: 17 times
- Been thanked: 5 times
Re: noGo (open-source android goban) released on Google Play
Screenshots:






Bugs:When I select collections it is impossible to select folder Unsaved game(1). When I open collection, it is impossible to open first one game,also!Tapping on it doesn't help.
When select Create new board, app crash immediately if I don't select goban size or if I choose to leave blank to create empty board.
However, your app is free software, excellent and this is my contribution to improve it further, I attached log file so yo can debug crashing when leave blank to create empty board. Thank you for coding, Autoplay feature is outstanding.






Bugs:When I select collections it is impossible to select folder Unsaved game(1). When I open collection, it is impossible to open first one game,also!Tapping on it doesn't help.
When select Create new board, app crash immediately if I don't select goban size or if I choose to leave blank to create empty board.
However, your app is free software, excellent and this is my contribution to improve it further, I attached log file so yo can debug crashing when leave blank to create empty board. Thank you for coding, Autoplay feature is outstanding.
- Attachments
-
- log.zip
- (19.53 KiB) Downloaded 432 times
If you like to read Go books, I have a present for you. Send me an e-mail in pm and wait to be contacted.
-
amnal
- Lives in gote
- Posts: 589
- Joined: Fri Apr 23, 2010 10:42 am
- Rank: 2 dan
- GD Posts: 0
- Been thanked: 114 times
Re: noGo (open-source android goban) released on Google Play
holocen wrote:Bugs:When I select collections it is impossible to select folder Unsaved game(1). When I open collection, it is impossible to open first one game,also!Tapping on it doesn't help.
Grah, this one. I've tried to debug it before but I couldn't work out what causes it! It's possible that it's a framework bug rather than anything in particular I did...I'll have another look.
However (assuming you have the same issue as me...), it is actually just a graphical bug, you do select/deselect the first list items when tapping them, it just doesn't change the texture for some reason. So you should be able to tap the game once then click to open it.
When select Create new board, app crash immediately if I don't select goban size or if I choose to leave blank to create empty board.
...
I attached log file so yo can debug crashing when leave blank to create empty board.
Thanks! I've had this bug crop up before, but haven't ever been able to reproduce it so I never knew what was causing it. The log file is exactly what I needed
It does leave me a little confused about what could actually cause the crash, as it's a line of code that runs fine on my own devices. My first guess is that some devices don't like the double forward slash ('//') that accidentally got put in the default collection name, though normal behaviour should be to just treat it as a single slash. I would have otherwise guessed some problem with write permissions, but am I right in thinking that you can create new collections and successfully add new games in them?
I've made an apk that should fix things if it's the first issue, available for download at http://inclem.net/noGo/noGo-0.4.2-debug.apk . It's only a debug apk so you'll have to remove the play version before installing it, and also delete the folder at /sdcard/noGo to remove traces of the previous bug. If you do that, the new apk should (fingers crossed) work fine!
(It's also just a build of the current dev version so it has a few random extra features but some don't work or may have other bugs. That shouldn't affect the new game problem though.)
Thanks again for the comments and in particular for the awesome debug information!
-
skydyr
- Oza
- Posts: 2495
- Joined: Wed Aug 01, 2012 8:06 am
- GD Posts: 0
- Universal go server handle: skydyr
- Online playing schedule: When my wife is out.
- Location: DC
- Has thanked: 156 times
- Been thanked: 436 times
Re: noGo (open-source android goban) released on Google Play
amnal wrote:holocen wrote:Bugs:When I select collections it is impossible to select folder Unsaved game(1). When I open collection, it is impossible to open first one game,also!Tapping on it doesn't help.
Grah, this one. I've tried to debug it before but I couldn't work out what causes it! It's possible that it's a framework bug rather than anything in particular I did...I'll have another look.
However (assuming you have the same issue as me...), it is actually just a graphical bug, you do select/deselect the first list items when tapping them, it just doesn't change the texture for some reason. So you should be able to tap the game once then click to open it.
Thanks again for the comments and in particular for the awesome debug information!
I have noticed this as well. It appears that the first menu item is not being selected, but if you hit 'open game' or whatever, it will open the first one in the list.
- holocen
- Beginner
- Posts: 8
- Joined: Mon Sep 02, 2013 12:06 am
- Rank: KGS 24 kyu
- GD Posts: 0
- KGS: holocen
- IGS: holocen
- Location: Belgrade, Serbia
- Has thanked: 17 times
- Been thanked: 5 times
Re: noGo (open-source android goban) released on Google Play
I downloaded your debug apk and tested it.
This bug isn't fixed.
I can create new collections but when I click New game app crash and close.
This is correct.
One more bug: I cannot exit the app from the main window even if I press back button multiple times. Only home button helps. The back button always work for the children of main window.
Tip:
Add language menu so we can translate app to our native languages. I would like to translate app to Serbian if you provide me wordlist.
When select Create new board, app crash immediately if I don't select goban size or if I choose to leave blank to create empty board.
This bug isn't fixed.
but am I right in thinking that you can create new collections and successfully add new games in them?
I can create new collections but when I click New game app crash and close.
However (assuming you have the same issue as me...), it is actually just a graphical bug, you do select/deselect the first list items when tapping them, it just doesn't change the texture for some reason. So you should be able to tap the game once then click to open it.
This is correct.
One more bug: I cannot exit the app from the main window even if I press back button multiple times. Only home button helps. The back button always work for the children of main window.
Tip:
Add language menu so we can translate app to our native languages. I would like to translate app to Serbian if you provide me wordlist.
If you like to read Go books, I have a present for you. Send me an e-mail in pm and wait to be contacted.
-
amnal
- Lives in gote
- Posts: 589
- Joined: Fri Apr 23, 2010 10:42 am
- Rank: 2 dan
- GD Posts: 0
- Been thanked: 114 times
Re: noGo (open-source android goban) released on Google Play
holocen wrote:When select Create new board, app crash immediately if I don't select goban size or if I choose to leave blank to create empty board.
This bug isn't fixed.
Well darn. That makes me strongly suggest a permissions problem...are you able to create new games in the existing collections containing pro games?
Assuming you can, I can provide a fix for the problem, but I don't know why the original method of trying to write to /sdcard/noGo would fail. I'll try to do some research on it.
Actually, there are a few things that would be useful to know in generalm if you wouldn't mind checking:
- What type of android device are you using?
- Does it have an sdcard?
- How much free space is there (on the card if it exists, and on any other partitions android will tell you about)?
- If you have a filemanager, can you see if noGo has a created a directory at /sdcard/noGo? The folder might not appear as /sdcard, but that directory should link to whatever your normal home folder is, so there should be a directory called 'noGo' in there.
One more bug: I cannot exit the app from the main window even if I press back button multiple times. Only home button helps. The back button always work for the children of main window.
This is deliberate, because it annoys me when the back button exits an app
Tip:
Add language menu so we can translate app to our native languages. I would like to translate app to Serbian if you provide me wordlist.
I never really thought about this, but it would be amazing to have multiple languages
I'd have to do a little background work to find the best way to manage it, but that shouldn't be too hard. I'll post here when I've had a chance to check it.
Thanks again for the help!
- holocen
- Beginner
- Posts: 8
- Joined: Mon Sep 02, 2013 12:06 am
- Rank: KGS 24 kyu
- GD Posts: 0
- KGS: holocen
- IGS: holocen
- Location: Belgrade, Serbia
- Has thanked: 17 times
- Been thanked: 5 times
Re: noGo (open-source android goban) released on Google Play
Well darn. That makes me strongly suggest a permissions problem...are you able to create new games in the existing collections containing pro games?
Yes, but after I save game and reopen collection the game doesn't exist.
- What type of android device are you using?
ZTE Blade 3.
- Does it have an sdcard?
Yes. 8GB of space.
- How much free space is there (on the card if it exists, and on any other partitions android will tell you about)?
System ROM 412 MB (123 MB free)
Internal 2.64 GB (1.61 GB free)
SD card 7.81 GB (2.88 GB free)
- If you have a filemanager, can you see if noGo has a created a directory at /sdcard/noGo? The folder might not appear as /sdcard, but that directory should link to whatever your normal home folder is, so there should be a directory called 'noGo' in there.
That makes me strongly suggest a permissions problem
noGo has a created a directory at /sdcard/noGo which contain some .json files and folder collections with two empty subfolders unsaved and some my collection. All the main files are in (root) data/data/net.inclem.nogo/...When I try to open . sgf file in data/data/ from folder Unsaved with HactarGo Lite, there is error message open failed Acces denied, in your app is message can't open sgf file. When I mount root as R/W, sometimes I can open pro games, sometimes I can't.
If you like to read Go books, I have a present for you. Send me an e-mail in pm and wait to be contacted.
-
amnal
- Lives in gote
- Posts: 589
- Joined: Fri Apr 23, 2010 10:42 am
- Rank: 2 dan
- GD Posts: 0
- Been thanked: 114 times
Re: noGo (open-source android goban) released on Google Play
What a strange set of symptoms, I'll have to think about it. Thanks very much for the detailed information though, it helps a lot to narrow it down.
- cdybeijing
- Lives in gote
- Posts: 581
- Joined: Fri Apr 30, 2010 2:27 am
- Rank: IGS 2 dan
- GD Posts: 0
- Location: Shanghai, China
- Has thanked: 96 times
- Been thanked: 100 times
- Contact:
Re: noGo (open-source android goban) released on Google Play
I don't have much to contribute but just wanted to say that this is a fantastic app. I love to play through pro games on the way to an from work, and it works as well as anything else for recording my games.
- Inkwolf
- Lives in gote
- Posts: 472
- Joined: Sat Apr 30, 2011 11:08 am
- GD Posts: 0
- Location: Wisconsin
- Has thanked: 413 times
- Been thanked: 462 times
Re: noGo (open-source android goban) released on Google Play
There seems to be a problem for me with the latest update. I couldn't get a screenshot, but it's like everything is magnified and I only get a partial view of the start-up screen
-
amnal
- Lives in gote
- Posts: 589
- Joined: Fri Apr 23, 2010 10:42 am
- Rank: 2 dan
- GD Posts: 0
- Been thanked: 114 times
Re: noGo (open-source android goban) released on Google Play
Inkwolf wrote:There seems to be a problem for me with the latest update. I couldn't get a screenshot, but it's like everything is magnified and I only get a partial view of the start-up screen
Oh, strange, I don't know what would cause that. When you say the start-up screen, do you mean it loads successfully and the homescreen (with the list of open games, and new board etc.) is messed up, or it doesn't even reach the homescreen?
-
amnal
- Lives in gote
- Posts: 589
- Joined: Fri Apr 23, 2010 10:42 am
- Rank: 2 dan
- GD Posts: 0
- Been thanked: 114 times
Re: noGo (open-source android goban) released on Google Play
I uploaded a test apk at http://inclem.net/noGo/noGo-0.4.3-debug.apk , if you have time would you be able to check if that one has the strange behaviour?
It's a straight build of the current dev version that's partway through some major internal changes, so it wil crash if you try to use it normally, but it you should be able to start it and open games from one of the built in collections.
It's a straight build of the current dev version that's partway through some major internal changes, so it wil crash if you try to use it normally, but it you should be able to start it and open games from one of the built in collections.
- Inkwolf
- Lives in gote
- Posts: 472
- Joined: Sat Apr 30, 2011 11:08 am
- GD Posts: 0
- Location: Wisconsin
- Has thanked: 413 times
- Been thanked: 462 times
Re: noGo (open-source android goban) released on Google Play
amnal wrote:I uploaded a test apk at http://inclem.net/noGo/noGo-0.4.3-debug.apk , if you have time would you be able to check if that one has the strange behaviour?
It's a straight build of the current dev version that's partway through some major internal changes, so it wil crash if you try to use it normally, but it you should be able to start it and open games from one of the built in collections.
Okay, since I couldn't get a screenshot to work, here are some photos...the problem seems to be in the Tablet Mode, which was my default setting. Phone mode looks fine. In fact, when I tried to switch back to either regular or flipped tablet mode (in the debug version, didn't try it in the original) No Go crashed and exited to the desktop, like you said it might. (So I may not be able to try any experiments in tablet mode for you at the moment.)
Yes, the new debug download has the same problems, though the front page is a little different.
This is the original front page, in tablet mode--
This is the new debugged version--the graphics appear now.
Clicking on the menu selection worked.(Though it was vertical, phone-style. Come to think of it, all of this was vertical.) But this is what the game page looked like...board just a LITTLE small.