Posts

Showing posts from 2009

1.2 Chinese Versions are on, PDF文字閱讀器 已上市

Image
For those interested in Chinese versions, there, you have it.

txtReader.PDF 1.1 is on

Finally txtReader.PDF is on Android Market on my birthday :) The source is also on http://code.google.com/p/txtreaderpdf , which is under LGPL. Time to go to bed now.

New toy arrived, i7500

Image
Tried it on i7500, performance is a bit better comparing with Android emulator.

TextReader.PDF 1.2 is coming

Three more enhancements for TextReader.PDF 1.2 reaching general public: Refine the algorithm for the sphere rotation control. Skip font glyph process in PDFRenderer to seep up as TextReader.PDF doesn’t need it anyway. Make TextReader.PDF understand other languages, mainly Chinese which I am after.

A long day

Image
Finally ADC 2 closed, I could have a good night sleep today. Right before the closure, I submitted following changes. 1.Color Picker Sphere now has a small circle showing where to click to confirm selection.  Coding OpenGL is fun :) 2. A bit performance improvement.  Thanks to the great log/tool making it as easy as ABC. A: Add a log point  // Method tracing to "/sdcard/requestPage.trace" Debug.startMethodTracing("requestPage"); //Code's subjected to profiling // Stop Method tracing            Debug.stopMethodTracing(); B: Visualize >traceview requestPage.trace C.Working on the hot spots 3.Change webView loading & a few cosmetic stuffs   webView.loadDataWithBaseURL(...  instead of   webView.loadData(... Turns out that loadData() actually loading data as a data:Uri way, which is not really good for some unicode data

TextReader.PDF for Android 1.5

Image
My 1st Android AP is finally finished & submitted to the Market. Just beat the deadline of ADC 2 :) Here are some screenshots: