summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-16initial, after reimport to android studioAndrew Dolgov
2014-10-16disable view tinting atm, hidden actionbar doesn't give its space backAndrew Dolgov
2014-10-16add kitkat statusbar tintingAndrew Dolgov
add swipetoreload
2014-10-15Merge branch 'master' of github.com:gothfox/Tiny-Comics-ReaderAndrew Dolgov
Conflicts: res/values/styles.xml
2014-10-15update support libraryAndrew Dolgov
switch to actionbarcompat/themecompat stuff from actionbarsherlock
2014-10-15use solid black background in dark themeAndrew Dolgov
add option to keep screen awake while reading add play store feature graphic bump version
2013-12-17fix ugly comics backgrounds on 4.4Andrew Dolgov
2013-11-29increase maximum size for cover imagesAndrew Dolgov
2013-11-29rescan if can't open comic file/dirAndrew Dolgov
2013-11-29add comic context menu titleAndrew Dolgov
2013-11-29add overflow icon to comic filesAndrew Dolgov
2013-11-29add ability to selectively clear file reading progressAndrew Dolgov
properly detect avd
2013-11-28add workaround for actionbar being transparent on dark theme whichAndrew Dolgov
looked ugly on kitkat fullscreen mode
2013-11-28properly restore system ui visibility flags if not fullscreenAndrew Dolgov
2013-11-28add donate actionbar button Andrew Dolgov
2013-11-28target api 19, support immersive modeAndrew Dolgov
2013-10-16use dp values for paddingAndrew Dolgov
2013-10-16fix padding for manually set bordersAndrew Dolgov
2013-10-16fix convertview issue causing wrong thumbnailsAndrew Dolgov
Conflicts: src/org/fox/ttcomics/ComicListFragment.java
2013-10-16fix background for list foldersAndrew Dolgov
2013-10-16Merge branch 'master' of github.com:gothfox/Tiny-Comics-ReaderAndrew Dolgov
Conflicts: src/org/fox/ttcomics/ComicListFragment.java
2013-10-16set different border for foldersAndrew Dolgov
2013-10-15load thumbnails in comicslist asynchronouslyAndrew Dolgov
2013-09-21increase maximum allowed zoom because of small comic files on xxhdpiAndrew Dolgov
devices
2013-06-02misc ui updatesAndrew Dolgov
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-02imageviewtouchbase scale positioning workaroundAndrew Dolgov
2012-12-02increase max_zoomAndrew Dolgov
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-30add a small locking swipe thresholdAndrew 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