Devon Jones
Devon Jones
The feedback you've given has all been pretty useful. I'm going to look at some revisions this weekend to sand down some of these sharper edges. Thanks!
I should probably make a whole doc explaining all the base options, along with other ones out there (like dragonlock). I could include this in there.
I'll fix the data now so that it's resolved next deploy
Change is conflicting, possibly from my prior merge of 107, can you upload a new patch?
Yeah, good idea. I'll put something together for that. Now I just need to see if I actually have any tile set where I've actually got a full basic :-P...
java.lang.IllegalStateException: attempt to re-open an already-closed object: android.database.sqlite.SQLiteQuery (mSql = SELECT s.section_id, s.name, s.description, (SELECT p.description FROM sections p WHERE p.parent_id = s.section_id AND p.name = 'Prerequisites' LIMIT 1) as...
java.lang.IllegalStateException: Cursor is closed at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:283) at android.database.sqlite.SQLiteCursor.onMove(SQLiteCursor.java:259) at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:188) at org.evilsoft.pathfinder.reference.DisplayListAdapter.moveCursor(DisplayListAdapter.java:35) at org.evilsoft.pathfinder.reference.list.MonsterListAdapter.getView(MonsterListAdapter.java:27) at android.widget.AbsListView.obtainView(AbsListView.java:1435) at android.widget.ListView.makeAndAddView(ListView.java:1821) at android.widget.ListView.fillUp(ListView.java:721) at android.widget.ListView.fillGap(ListView.java:660) at android.widget.AbsListView.trackMotionScroll(AbsListView.java:3443) at android.widget.AbsListView$FlingRunnable.run(AbsListView.java:2934) at android.os.Handler.handleCallback(Handler.java:587) at android.os.Handler.dispatchMessage(Handler.java:92)...
In landscape
Added instrumentation in 1.0.9 to get to the core of this.
Not a bad idea. Thanks!