summaryrefslogtreecommitdiff
path: root/src/org
AgeCommit message (Collapse)Author
2013-06-02fixes for 2.3Andrew Dolgov
2013-06-02UI updatesAndrew Dolgov
2013-06-02add actionbarsherlock stuffAndrew Dolgov
fix project for ADT 22 (fuck you google)
2012-12-20support PNG files, duhAndrew Dolgov
2012-12-03persist lock orientation settingAndrew Dolgov
2012-12-03update thumbnail code and disable it for the time beingAndrew Dolgov
2012-12-03update support library to v11; use setUserVisibleHint() to manageAndrew Dolgov
thumbnail state; reimplement thumbnail state
2012-12-03make downsampling selection less uglyAndrew Dolgov
2012-12-03try several downsampling sizes if OOM detectedAndrew Dolgov
2012-12-03add option to fit comics to width by defaultAndrew Dolgov
2012-12-02Revert "runtime thumbnails"Andrew Dolgov
This reverts commit df1b02237bfb79b51a29392ca4b3d2cd094dcacb. Conflicts: src/org/fox/ttcomics/ComicFragment.java src/org/fox/ttcomics/ComicPager.java
2012-12-02fix not restoring current directory after pause/resume; code cleanupAndrew Dolgov
2012-12-02runtime thumbnailsAndrew Dolgov
2012-12-01use gesturedetector to detect side taps, toggle actionbar when tappingAndrew Dolgov
on the middle of the screen
2012-12-01use thumbnail image of the first file in the subdirectory as a directoryAndrew Dolgov
thumbnail
2012-12-01Merge branch 'master' of github.com:gothfox/Tiny-Comics-ReaderAndrew Dolgov
Conflicts: res/values/strings.xml
2012-12-01improve readability of comics listAndrew Dolgov
2012-11-30add placeholder drawable for images which failed to loadAndrew Dolgov
2012-11-30add menu item to lock orientation while reading; rename preferences toAndrew Dolgov
settings for consistency
2012-11-30implement seamless scroll/flick in viewpagerAndrew Dolgov
2012-11-29add an option to enable rar archivesAndrew Dolgov
make downsampling less aggressive on ICS
2012-11-29hide actionbar while reading in fullscreen modeAndrew Dolgov
2012-11-25upload sync progress onPause() when readingAndrew Dolgov
2012-11-23lower the side-tap bandsAndrew Dolgov
2012-11-22fix article sliding on tapAndrew Dolgov
2012-10-29fix sha1 crashing on null stringAndrew Dolgov
2012-10-20fix disappearing sync to latest page menu item on orientation changeAndrew Dolgov
2012-10-19reduce junrar unpack windowAndrew Dolgov
2012-10-19remove unused debuggingAndrew Dolgov
2012-10-19remove unused code from CbrComicArchiveAndrew Dolgov
2012-10-19better error reporting when unable to open imageAndrew Dolgov
2012-10-19switch to junrar libraryAndrew Dolgov
2012-10-19add rarlib stuffAndrew Dolgov
2012-10-18switch to cursor-backed list adapter (2)Andrew Dolgov
2012-10-18switch to cursor-backed list adapterAndrew Dolgov
2012-10-18bump database to v2Andrew Dolgov
2012-10-17async comic image loadingAndrew Dolgov
2012-10-17prevent tap to change pages when paging is disabledAndrew Dolgov
2012-10-17only block pager movement if width doesn't fit on current scaleAndrew Dolgov
2012-10-17switch to ImageViewTouchAndrew Dolgov
2012-10-17revert webviewAndrew Dolgov
2012-10-17further webview stuffAndrew Dolgov
2012-10-17experimental switch to webviewAndrew Dolgov
2012-10-16combine side tapping and multitouch zoomAndrew Dolgov
2012-10-16allow opening parent directory in directory pickerAndrew Dolgov
2012-10-16implement tap on screen left/right sides to switch pagesAndrew Dolgov
2012-10-16fix storage not detected as writableAndrew Dolgov
2012-10-16store cache in SQLiteAndrew Dolgov
2012-10-16check whether external storage is available before accessing itAndrew Dolgov
2012-10-16externalize some strings, try to catch out of bounds condition inAndrew Dolgov
pager.setCurrentItem()