New Baka-Tsuki Android App: Development

Forum for volunteer developers working on Baka-Tsuki related applications (Baka-Reader, BTprince, etc).

Moderators: thelastguardian, Fringe Security Bureau, Senior Editors, Senior Translators, Alt. Language Translator/Editor, Executive Council, Project Translators, Project Editors

Post Reply
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

The Cover Image is not being downloaded first it seems, since its returning null/empty bitmap.
I setup a expandableListView under Synopsys so you can ditch the chapters in sublists under the volume.
i also created a customLayout (novel_list_item i think) to show up a checkBox (id/novel_is_watched) so we can choose to set it to watchlist.
It just needs to be hooked to the listbuilder (im not good with adapters yet)

Ill be creating the watch list later, removing the store_images preferences since its useless.

Maybe look into presenting the synopsys/chapters the same way we present the novelList (asynchronously, with the progressBar2 (circle loading animation)

EDIT:

added menu options:
you can now go directly from (at the moment, almost) anywhere to settings screen.
Main menu has "Go to last read" wich will open the last chapter read.
(not fully implemented yet, but it alread responds)

Watch List now has "loading content" + progress bar ready AND is listView ready.
In theory, practice and theory are the same.
but, practically, they arent.
User avatar
Nandaka
Digitalizer Editor
Posts: 535
Joined: Thu Aug 09, 2012 9:46 am
Favourite Light Novel: Ahouka!
Location: Singapore
Contact:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Nandaka »

>> The Cover Image is not being downloaded first it seems, since its returning null/empty bitmap.
welp, can you check the adb and see what is the debug log? probably timed-out :)
Visit my blog for other applications.
KuroiHikari
Fish Miner
Posts: 822
Joined: Fri Apr 16, 2010 1:01 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by KuroiHikari »

Are you going to grab the image generated by the server as a thumbnail(part of the html), or going to grab the original un-resized image?
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

Nandaka wrote:>> The Cover Image is not being downloaded first it seems, since its returning null/empty bitmap.
welp, can you check the adb and see what is the debug log? probably timed-out :)
That's what it seems, since sometimes it shows the image...
But by the log it seems it does, but my toast seems to show its empty.

This is what i get from 7_Nights, wich is not showing the image:
Spoiler! :
08-12 23:04:59.085: D/class com.erakk.lnreader.helper.DBHelper(12074): Selecting Novel Details: 7_Nights
08-12 23:04:59.085: D/class com.erakk.lnreader.helper.DBHelper(12074): Found: 7_Nights
08-12 23:04:59.090: D/class com.erakk.lnreader.helper.DBHelper(12074): Found: Novel Illustrations
08-12 23:04:59.090: D/class com.erakk.lnreader.helper.DBHelper(12074): Complete Selecting Novel Details: 7_Nights
08-12 23:04:59.095: D/GetCover(12074): /mnt/sdcard/.cache/project/images/thumb/d/d9/7_nights_picture.jpg/225px-7_nights_picture.jpg
08-12 23:04:59.095: I/System.out(12074): Not a DRM File, opening notmally
this is what i get for Chrome Shelled Regios, wich IS showing the image:
* i deleted these calls because they were the same and too much (and chapter listing too)
Spoiler! :
08-12 23:08:45.110: D/class com.erakk.lnreader.helper.DBHelper(12074): Selecting Novel Details: Chrome_Shelled_Regios
08-12 23:08:45.110: D/class com.erakk.lnreader.helper.DBHelper(12074): Found: Chrome_Shelled_Regios
08-12 23:08:45.115: D/class com.erakk.lnreader.helper.DBHelper(12074): Found: Volume 1 - Chrome Shelled Regios (Full Text - PDF)
<deleted Found: novel calls>*
08-12 23:08:45.230: D/class com.erakk.lnreader.helper.DBHelper(12074): Complete Selecting Novel Details: Chrome_Shelled_Regios
08-12 23:08:45.260: D/dalvikvm(12074): GC_CONCURRENT freed 1832K, 18% free 9554K/11527K, paused 1ms+2ms
<deleted GC_CONCURRENT calls>*
08-12 23:08:45.275: D/dalvikvm(12074): GC_FOR_ALLOC freed 797K, 20% free 9265K/11527K, paused 14ms
<deleted GC_FOR_ALLOC calls>*
08-12 23:08:45.365: D/dalvikvm(12074): GC_CONCURRENT freed 447K, 20% free 9307K/11527K, paused 1ms+1ms
<deleted GC_CONCURRENT calls>*
08-12 23:08:45.510: D/GetCover(12074): /mnt/sdcard/.cache/project/images/d/dd/CSR.jpg
08-12 23:08:45.510: I/System.out(12074): Not a DRM File, opening notmally
08-12 23:08:45.510: I/System.out(12074): buffer returned
In theory, practice and theory are the same.
but, practically, they arent.
User avatar
Nandaka
Digitalizer Editor
Posts: 535
Joined: Thu Aug 09, 2012 9:46 am
Favourite Light Novel: Ahouka!
Location: Singapore
Contact:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Nandaka »

KuroiHikari wrote:ou going to grab the image generated by the server as a thumbnail(part of the html)
Only the generated thumbnail for now, technically can fetch the full one by cleaning up the thumbnail name, e.g:
http://www.baka-tsuki.org/project/images/thumb/d/d9/7_nights_picture.jpg/225px-7_nights_picture.jpg ==> http://www.baka-tsuki.org/project/image ... icture.jpg

@Erakk:
can you clear the db and see the log after the insert novel details or do step @line 135 in NovelsDao and check the result.

btw, what IDE and git client you are using? somehow the diff is always replacing the whole code from me (see https://github.com/calvinaquino/LNReade ... 5686b3cb8b in the DownloadFileTask.java actually only add this line:

Code: Select all

// I'm not using it AT them moment, but don't remove, might be useful for real.
). Im using Windows 7 64 Bit with Eclipse Juno + latest Android SDK + HP Touchpad as test device.

Can you confirm you eclipse settings? You can refer this: http://stackoverflow.com/questions/1886 ... s-newlines
Visit my blog for other applications.
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

I noticed it too, its replacing the whole file for simple edits...

Im using Windows 7 Ultimate 64 With Eclispe Juno and the latest Android SDK, testing on my Samsung Galaxy SII
im using the GitHub for Windows to acces the github.
In theory, practice and theory are the same.
but, practically, they arent.
User avatar
ben1234
Lord Temporal Duke
Posts: 3928
Joined: Wed Jan 10, 2007 12:03 pm
Favourite Light Novel: Ahouka!
Location: Vancouver, B.C. Canada

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by ben1234 »

Do you have the original apk decompiled for reference?
Image
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

ben1234 wrote:Do you have the original apk decompiled for reference?
No. i was unable to contact the original developer.
In theory, practice and theory are the same.
but, practically, they arent.
User avatar
Mystes
Heaven's Blade Successor
Posts: 15932
Joined: Thu Aug 05, 2010 6:54 am
Favourite Light Novel:
Contact:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Mystes »

Reminds me, Erakk. Is it possible to make the readers agree with the TLG agreement before reading/after installing the app? Like the "I agree" box you need to check before you install a program.
Kira0802

#campione at rizon for some #campione discussions~~ And other stuffs.
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

Kira0802 wrote:Reminds me, Erakk. Is it possible to make the readers agree with the TLG agreement before reading/after installing the app? Like the "I agree" box you need to check before you install a program.
It is, but not the same way.
The way some apps do is to present an agreement popup the first time the app is run, if you agree, then you can use the app and it wont appear anymore,
but if you disagree, it just quits and asks you again next time.

@Nandaka:

After clearing database, i tested opening 3 LNs:
BakaTest:
Spoiler! :

Code: Select all

08-13 01:59:18.200: W/class com.erakk.lnreader.helper.DBHelper(12074): Database Deleted.
08-13 01:59:21.640: D/class com.erakk.lnreader.helper.DBHelper(12074): Select First: Column = page Value = Main_Page
08-13 01:59:21.645: D/class com.erakk.lnreader.dao.NovelsDao(12074): No Main_Page data!
08-13 01:59:22.455: D/dalvikvm(12074): GC_CONCURRENT freed 1439K, 18% free 9474K/11527K, paused 2ms+5ms
08-13 02:07:12.045: D/DownloadPageTask(17303): Downloading: http://www.baka-tsuki.org/project/index.php?title=Baka_to_Tesuto_to_Syokanju
08-13 02:07:12.885: D/dalvikvm(17303): GC_FOR_ALLOC freed 290K, 8% free 9915K/10759K, paused 79ms
08-13 02:07:12.885: I/dalvikvm-heap(17303): Grow heap (frag case) to 9.883MB for 131088-byte allocation
08-13 02:07:12.910: D/dalvikvm(17303): GC_FOR_ALLOC freed 2K, 9% free 10041K/10951K, paused 16ms
08-13 02:07:12.935: D/dalvikvm(17303): GC_FOR_ALLOC freed <1K, 9% free 10041K/10951K, paused 20ms
08-13 02:07:12.935: I/dalvikvm-heap(17303): Grow heap (frag case) to 10.006MB for 131088-byte allocation
08-13 02:07:12.950: D/dalvikvm(17303): GC_FOR_ALLOC freed 67K, 10% free 10101K/11143K, paused 17ms
08-13 02:07:12.990: D/DownloadPageTask(17303): Complete: http://www.baka-tsuki.org/project/index.php?title=Baka_to_Tesuto_to_Syokanju
08-13 02:07:13.005: D/dalvikvm(17303): GC_FOR_ALLOC freed 268K, 10% free 10056K/11143K, paused 16ms
08-13 02:07:13.020: D/dalvikvm(17303): GC_FOR_ALLOC freed 98K, 9% free 10202K/11143K, paused 16ms
08-13 02:07:13.020: I/dalvikvm-heap(17303): Grow heap (frag case) to 10.134MB for 100148-byte allocation
08-13 02:07:13.040: D/dalvikvm(17303): GC_FOR_ALLOC freed 195K, 11% free 10104K/11271K, paused 16ms
08-13 02:07:13.055: D/dalvikvm(17303): GC_FOR_ALLOC freed 195K, 11% free 10056K/11271K, paused 16ms
08-13 02:07:13.130: D/dalvikvm(17303): GC_CONCURRENT freed 163K, 9% free 10278K/11271K, paused 2ms+2ms
08-13 02:07:13.225: D/dalvikvm(17303): GC_CONCURRENT freed 382K, 8% free 10391K/11271K, paused 2ms+2ms
08-13 02:07:13.230: I/dalvikvm(17303): Total arena pages for JIT: 13
08-13 02:07:13.230: I/dalvikvm(17303): Total arena pages for JIT: 14
08-13 02:07:13.320: D/dalvikvm(17303): GC_CONCURRENT freed 403K, 7% free 10495K/11271K, paused 1ms+2ms
08-13 02:07:13.465: D/Parser(17303): Start parsing synopsis
08-13 02:07:13.480: D/Parser(17303): Completed parsing synopsis.
08-13 02:07:13.480: D/Parser(17303): Start parsing cover image
08-13 02:07:13.545: D/dalvikvm(17303): GC_CONCURRENT freed 677K, 8% free 10598K/11399K, paused 1ms+3ms
08-13 02:07:13.630: D/Parser(17303): Complete parsing cover image
08-13 02:07:13.630: D/Parser(17303): Start parsing book collections...(ALOT)
08-13 02:07:13.755: D/Parser(17303): Complete parsing book collections: 14
08-13 02:07:13.760: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details: Baka_to_Tesuto_to_Syokanju
08-13 02:07:13.930: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details...(ALOT)
08-13 02:07:21.775: D/class com.erakk.lnreader.helper.DBHelper(17303): Complete Insert Novel Details: Baka_to_Tesuto_to_Syokanju
08-13 02:07:21.780: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Start Downloading: http://www.baka-tsuki.org/project/images/thumb/0/0c/BakaTestV1cover.jpg/300px-BakaTestV1cover.jpg
08-13 02:07:21.780: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Saving to: /mnt/sdcard/.cache/project/images/thumb/0/0c/BakaTestV1cover.jpg/300px-BakaTestV1cover.jpg
08-13 02:07:22.040: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Path to: /mnt/sdcard/.cache/project/images/thumb/0/0c/BakaTestV1cover.jpg
08-13 02:07:23.100: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Complete Downloading: http://www.baka-tsuki.org/project/images/thumb/0/0c/BakaTestV1cover.jpg/300px-BakaTestV1cover.jpg
08-13 02:07:23.100: D/Image(17303): /project/images/thumb/0/0c/BakaTestV1cover.jpg/300px-BakaTestV1cover.jpg
08-13 02:07:23.230: D/dalvikvm(17303): GC_CONCURRENT freed 731K, 7% free 10905K/11719K, paused 6ms+2ms
08-13 02:07:23.265: D/dalvikvm(17303): GC_FOR_ALLOC freed 207K, 8% free 10897K/11719K, paused 30ms
08-13 02:07:24.320: D/GetCover(17303): /mnt/sdcard/.cache/project/images/thumb/0/0c/BakaTestV1cover.jpg/300px-BakaTestV1cover.jpg
08-13 02:07:24.320: I/System.out(17303): Not a DRM File, opening notmally
08-13 02:07:24.320: I/System.out(17303): buffer returned 
08-13 02:07:24.345: D/dalvikvm(17303): GC_FOR_ALLOC freed 131K, 8% free 10941K/11783K, paused 22ms
08-13 02:07:24.345: I/dalvikvm-heap(17303): Grow heap (frag case) to 11.245MB for 507616-byte allocation
08-13 02:07:24.375: D/dalvikvm(17303): GC_FOR_ALLOC freed 0K, 7% free 11437K/12295K, paused 22ms
08-13 02:07:24.425: I/dalvikvm(17303): Jit: resizing JitTable from 4096 to 8192
7Nights: (Error, one of the few)
Spoiler! :

Code: Select all

08-13 02:08:04.695: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details: 7_Nights
08-13 02:08:04.755: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details Books: Novel Illustrations
08-13 02:08:04.805: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details Chapter: Novel Illustrations
08-13 02:08:04.810: W/System.err(17303): android.database.sqlite.SQLiteConstraintException: error code 19: constraint failed
08-13 02:08:04.810: W/System.err(17303): 	at android.database.sqlite.SQLiteStatement.native_executeInsert(Native Method)
08-13 02:08:04.810: W/System.err(17303): 	at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:113)
08-13 02:08:04.810: W/System.err(17303): 	at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1844)
08-13 02:08:04.815: W/System.err(17303): 	at android.database.sqlite.SQLiteDatabase.insertOrThrow(SQLiteDatabase.java:1743)
08-13 02:08:04.815: W/System.err(17303): 	at com.erakk.lnreader.helper.DBHelper.insertNovelDetails(DBHelper.java:258)
08-13 02:08:04.815: W/System.err(17303): 	at com.erakk.lnreader.dao.NovelsDao.getNovelDetailsFromInternet(NovelsDao.java:132)
08-13 02:08:04.815: W/System.err(17303): 	at com.erakk.lnreader.dao.NovelsDao.getNovelDetails(NovelsDao.java:113)
08-13 02:08:04.815: W/System.err(17303): 	at com.erakk.lnreader.LightNovelChaptersActivity.onCreate(LightNovelChaptersActivity.java:74)
08-13 02:08:04.815: W/System.err(17303): 	at android.app.Activity.performCreate(Activity.java:4465)
08-13 02:08:04.815: W/System.err(17303): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1052)
08-13 02:08:04.815: W/System.err(17303): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1932)
08-13 02:08:04.815: W/System.err(17303): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1993)
08-13 02:08:04.815: W/System.err(17303): 	at android.app.ActivityThread.access$600(ActivityThread.java:127)
08-13 02:08:04.815: W/System.err(17303): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1159)
08-13 02:08:04.815: W/System.err(17303): 	at android.os.Handler.dispatchMessage(Handler.java:99)
08-13 02:08:04.820: W/System.err(17303): 	at android.os.Looper.loop(Looper.java:137)
08-13 02:08:04.820: W/System.err(17303): 	at android.app.ActivityThread.main(ActivityThread.java:4507)
08-13 02:08:04.820: W/System.err(17303): 	at java.lang.reflect.Method.invokeNative(Native Method)
08-13 02:08:04.820: W/System.err(17303): 	at java.lang.reflect.Method.invoke(Method.java:511)
08-13 02:08:04.820: W/System.err(17303): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
08-13 02:08:04.820: W/System.err(17303): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
08-13 02:08:04.820: W/System.err(17303): 	at dalvik.system.NativeStart.main(Native Method)
08-13 02:08:04.820: E/NovelDetails(17303): class android.database.sqlite.SQLiteConstraintException: error code 19: constraint failed
Chrome SHelled Regios:
Spoiler! :

Code: Select all

08-13 02:08:49.135: D/class com.erakk.lnreader.helper.DBHelper(17303): Selecting Novel Details: Chrome_Shelled_Regios
08-13 02:08:49.140: D/class com.erakk.lnreader.helper.DBHelper(17303): Complete Selecting Novel Details: Chrome_Shelled_Regios
08-13 02:08:49.140: D/DownloadPageTask(17303): Downloading: http://www.baka-tsuki.org/project/index.php?title=Chrome_Shelled_Regios
08-13 02:08:49.720: D/dalvikvm(17303): GC_CONCURRENT freed 810K, 18% free 10185K/12295K, paused 2ms+3ms
08-13 02:08:49.830: D/DownloadPageTask(17303): Complete: http://www.baka-tsuki.org/project/index.php?title=Chrome_Shelled_Regios
08-13 02:08:49.860: D/dalvikvm(17303): GC_CONCURRENT freed 429K, 17% free 10208K/12295K, paused 1ms+1ms
08-13 02:08:50.330: D/Parser(17303): Start parsing synopsis
08-13 02:08:50.345: D/dalvikvm(17303): GC_CONCURRENT freed 465K, 13% free 10780K/12295K, paused 1ms+3ms
08-13 02:08:50.350: D/Parser(17303): Completed parsing synopsis.
08-13 02:08:50.350: D/Parser(17303): Start parsing cover image
08-13 02:08:50.495: D/dalvikvm(17303): GC_CONCURRENT freed 489K, 11% free 10961K/12295K, paused 1ms+5ms
08-13 02:08:50.500: D/Parser(17303): Complete parsing cover image
08-13 02:08:50.500: D/Parser(17303): Start parsing book collections...(ALOT)
08-13 02:08:50.610: D/Parser(17303): Complete parsing book collections: 22
08-13 02:08:50.615: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details: Chrome_Shelled_Regios
08-13 02:08:50.625: D/dalvikvm(17303): GC_CONCURRENT freed 725K, 11% free 10958K/12295K, paused 2ms+3ms
08-13 02:08:50.665: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details Books: Volume 1 - Chrome Shelled Regios (Full Text - PDF)
08-13 02:08:50.720: D/class com.erakk.lnreader.helper.DBHelper(17303): Inserting Novel Details...(ALOT)
08-13 02:09:00.260: D/class com.erakk.lnreader.helper.DBHelper(17303): Complete Insert Novel Details: Chrome_Shelled_Regios
08-13 02:09:00.260: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Start Downloading: http://www.baka-tsuki.org/project/images/d/dd/CSR.jpg
08-13 02:09:00.260: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Saving to: /mnt/sdcard/.cache/project/images/d/dd/CSR.jpg
08-13 02:09:00.260: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Path to: /mnt/sdcard/.cache/project/images/d/dd
08-13 02:09:00.865: D/dalvikvm(17303): GC_CONCURRENT freed 618K, 11% free 10946K/12295K, paused 6ms+9ms
08-13 02:09:01.445: D/class com.erakk.lnreader.helper.DownloadFileTask(17303): Complete Downloading: http://www.baka-tsuki.org/project/images/d/dd/CSR.jpg
08-13 02:09:01.445: D/Image(17303): /project/images/d/dd/CSR.jpg
08-13 02:09:01.545: D/dalvikvm(17303): GC_CONCURRENT freed 640K, 11% free 10973K/12295K, paused 6ms+3ms
08-13 02:09:01.580: D/dalvikvm(17303): GC_FOR_ALLOC freed 517K, 11% free 10962K/12295K, paused 31ms
08-13 02:09:01.910: D/GetCover(17303): /mnt/sdcard/.cache/project/images/d/dd/CSR.jpg
08-13 02:09:01.910: I/System.out(17303): Not a DRM File, opening notmally
08-13 02:09:01.910: I/System.out(17303): buffer returned 
08-13 02:09:01.935: D/dalvikvm(17303): GC_FOR_ALLOC freed 180K, 11% free 10998K/12295K, paused 23ms
08-13 02:09:01.935: I/dalvikvm-heap(17303): Grow heap (frag case) to 10.991MB for 182896-byte allocation
08-13 02:09:01.965: D/dalvikvm(17303): GC_FOR_ALLOC freed 0K, 11% free 11176K/12487K, paused 23ms
In theory, practice and theory are the same.
but, practically, they arent.
User avatar
Nandaka
Digitalizer Editor
Posts: 535
Joined: Thu Aug 09, 2012 9:46 am
Favourite Light Novel: Ahouka!
Location: Singapore
Contact:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Nandaka »

Erakk wrote:I noticed it too, its replacing the whole file for simple edits...

Im using Windows 7 Ultimate 64 With Eclispe Juno and the latest Android SDK, testing on my Samsung Galaxy SII
im using the GitHub for Windows to acces the github.
Can you set up the encoding to utf-8 and new text line delimiter to unix in eclipse? I will set my config too. See the stackoverflow link.

As for the error, it is caused by unique constraint I think, need to fix the db schema.

EDIT: add schema: http://pastebin.com/vgka1hjN
EDIT2: Update the parser to fix db insert error, apparently I forgot to add one of the requiered column from the parser orz... btw the encoding and new-line delimiter is working. Now waiting for C82 doujin :D, check my archive comparer to compare contents inside archive w/o need to extract :D
EDIT3: Change the display light novel to use asynctask, @erakk: please update the UI for the progressBar :p
EDIT4: Weird, the diff still replace the whole file, I'll try to recreate my local repo from github.
EDIT5: Stumbled on this: https://help.github.com/articles/dealin ... ne-endings, @erakk: can you normalize the github repo?
Visit my blog for other applications.
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

Nandaka wrote:EDIT5: Stumbled on this: https://help.github.com/articles/dealin ... ne-endings, @erakk: can you normalize the github repo?
Will do. Just gotta get home (at work) =D
Yesterday was a tiring day...
EDIT: (Self reminder) Implement color code on all activities; Settings options to work in chapterAtivity; Implement checkbox on novelActivity; Set up the expandableListView (gotta learn to mess with that)
In theory, practice and theory are the same.
but, practically, they arent.
User avatar
anon
Astral Realm

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by anon »

um, for some reason, on my galaxy sii, kokoro connect isnt loading? it keeps on saying 'error; cant connect', but my internet is fine and all the other light novels work great...
User avatar
ben1234
Lord Temporal Duke
Posts: 3928
Joined: Wed Jan 10, 2007 12:03 pm
Favourite Light Novel: Ahouka!
Location: Vancouver, B.C. Canada

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by ben1234 »

It's a known bug that we can't do anything about without the dev. Just read from the wiki if you don't mind the inability to toggle the really white background
Image
User avatar
Erakk
Digitalizer Editor
Posts: 152
Joined: Sat Jan 21, 2012 3:12 am
Favourite Light Novel:

Re: Official Baka-Tsuki Android App: BakaReader Available no

Post by Erakk »

anon wrote:um, for some reason, on my galaxy sii, kokoro connect isnt loading? it keeps on saying 'error; cant connect', but my internet is fine and all the other light novels work great...
Just tested on my Galaxy SII, i also can't connect to Kokoro Connect (no pun intended), but on the new app, i can... hmmm...
In theory, practice and theory are the same.
but, practically, they arent.
Post Reply

Return to “Developers and Code”