Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Remove platform/android/example directory. | Tor Andersson | |
The Android example viewer has been moved to its own git repository. | |||
2016-09-14 | Android example - Add proofing support. | fred ross-perry | |
2016-09-14 | Android example - hook up the back button to finish the activity. | Fred Ross-Perry | |
2016-08-16 | Android example: fix initial layout timing issue. | fred ross-perry | |
2016-08-16 | Android example - fix a crash bug by recycling bitmaps between documents. | fred ross-perry | |
2016-08-08 | Android example - collected changes | fred ross-perry | |
- move UI into the "mupdf" module. The app simply sets up a DocView and starts it with a file path. The app can call DocView.showUI to determine whether the built-in UI is used. The plan is for apps to be able to use the built-in UI, or supply their own. Also includes some rudimentary UI for show/hiding annotations, and listing links and outlines. Just for testing JNI features. - add toolbar and tabs at the top of the view. - refactoring DocView becomes DocActivityView, DocViewInner becomes DocView. - add Pages toolbar and page list view. make the page list a little narrower. give the document view and the pages view separate bitmaps, and have DocPageView implement clipping when it draws. - fix tabbing and brace style. - add simple text selection and highlighting. This is still a work in progress. - various code review items. fix tabs and brace styles remove function calls from loop statements use "highlight", not "hilight" put a few strings into resources avoid Right Hand Drift (tm) Rects are inclusive...exclusive for the purpose of testing limits put "else" on a separate line put "catch" and "finally" on separate lines | |||
2016-07-15 | android example - fix whitespace issue. | fred ross-perry | |
2016-07-15 | android example - add a button to toggle annotations | fred ross-perry | |
2016-07-14 | Fix whitespace and indentation. | Tor Andersson | |
2016-07-08 | android: Fix mixed tabs/spaces in DocViewActivity.java. | Tor Andersson | |
2016-07-06 | Android example: modify to use new JNI, N-up page display | fredrossperry | |
- uses AndroidDrawDevice for rendering - very simple sample app - mupdf-specific functionality in a module called "mupdf" - N-up page display - page rendering in a background task Signed-off-by: fredrossperry <fredrossperry@gmail.com> | |||
2016-03-31 | android: Add new example viewer. | Tor Andersson | |
Thanks to Fred Ross-Perry. |