Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
638b0f7
ReLaunchX 1.0.0, see changelog
Leszek111 Mar 5, 2017
910b4f4
Fix full screen toggle for Ice Cream Sandwich and newer
Leszek111 Mar 11, 2017
103c478
Add file sorting options: by extension, by modification date
Leszek111 Mar 11, 2017
6678fa2
File list sort and view changes. New File manager setting 'Show file …
Leszek111 Mar 19, 2017
e662b1c
Updated changelog. Increased version to 1.1.0
Leszek111 Mar 19, 2017
20cf9ca
New FileSystem view. Do not use 'exec df' anymore as it can be interr…
Leszek111 Mar 26, 2017
02810e0
Add setting to choose Storage Info View. Fix few invisible strings. N…
Leszek111 Mar 26, 2017
4e60d4d
New release 1.2.1. Fixed launcher mode, added button size setting
Leszek111 Apr 15, 2017
70f69fa
New release 1.2.2. Fixed crash on Boyue T63. Added 'Open Options Menu…
Leszek111 Apr 18, 2017
ab9f5a0
New release 1.2.3. Fixes for Boox Max on Android 4.4, WiFi button, SD…
Leszek111 May 13, 2017
a568448
New Release 1.2.4. Adds Lock Screen.
Leszek111 May 25, 2017
d1543b9
New release 1.3.0. Fixed lock screen behavior upon boot.
Leszek111 May 25, 2017
db33cd4
Update README
Leszek111 May 31, 2017
b57c265
Import source of ebookparser instead of jar
Leszek111 Jun 2, 2017
e7e9895
Improve rooted device detection
Leszek111 Jun 2, 2017
d4a23fa
Updating to AndroidStudio 3, Build Tools 26.0.2
Leszek111 Dec 27, 2017
81b137c
Fixed bug: add file to favorites.
jpawz Jan 18, 2018
3267686
HDPI layout. UI speed improvements.
Leszek111 Jan 22, 2018
53da1e9
Redesign of Search screen. Plus minor bug fixes.
Leszek111 Jan 23, 2018
445f459
New version 2.0.0. Updated changelog.
Leszek111 Jan 23, 2018
d29833a
Fixed release build errors.
Leszek111 Jan 23, 2018
c88d6d6
Fixed bug: add file to favorites.
jpawz Jan 18, 2018
aaf5d18
Fixed bug: favorites list cut-out.
jpawz Jan 23, 2018
528badd
Current directory bar is too big.
jpawz Jan 24, 2018
23c8003
Merge pull request #1 from jpawz/bug/add-to-fav
Leszek111 Jan 26, 2018
cb6f898
Merge pull request #2 from jpawz/master
Leszek111 Jan 26, 2018
831ea07
Merge pull request #4 from jpawz/ft-current-dir-bar-too-big
Leszek111 Jan 26, 2018
a1c1066
Fix gradle script - match libebookparser toolset with the main app
Leszek111 Jan 26, 2018
638b398
Fix bug with file extension display.
Leszek111 Jan 27, 2018
c103eb7
Fix app settings compatibility with 1.x.x version
Leszek111 Jan 27, 2018
5351b65
Version 2.0.1
Leszek111 Jan 27, 2018
433feb0
Supplemented white list of compatible devices.
jpawz Jan 27, 2018
13c10bb
Merge pull request #5 from jpawz/white-list-supplement
Leszek111 Jan 27, 2018
4ad3a0b
Fix for Nook Simple Touch. Reverting to gradle 2.3.1 as gradle 3.0.1 …
Leszek111 Jan 27, 2018
58bd740
Version 2.0.2
Leszek111 Jan 27, 2018
74c6da0
Performance optimization, read file system only once in onStart().
Leszek111 Jan 28, 2018
245e531
UI improvement: detection of optimal number of columns based on text …
Leszek111 Jan 28, 2018
f3655ea
Hidden items and filtered items icons and easy manipulation by long p…
Leszek111 Jan 28, 2018
b8c30dd
Version 2.1.0
Leszek111 Jan 29, 2018
569fbcf
Fix PgUp PgDn scrolling
Leszek111 Feb 10, 2018
cbeb9c9
Fix directory txt icons
Leszek111 Feb 10, 2018
1bc6830
Fix Go Up button animation
Leszek111 Feb 10, 2018
19ffc83
Version 2.1.1
Leszek111 Feb 10, 2018
4fcf181
Fix off-by-one-line PgUp button action.
Leszek111 Feb 10, 2018
d0e9cc9
Version 2.1.2
Leszek111 Feb 10, 2018
5d771ee
Remove from last opened.
jpawz Feb 15, 2018
85cb22b
Removed ebookparser submodule because of broken submodule update
Leszek111 Mar 10, 2018
d64faa4
Adding back ebookparser submodule
Leszek111 Mar 10, 2018
89031fc
Merge pull request #11 from jpawz/feat-remove-from-fav
Leszek111 Mar 17, 2018
a78c944
Version 2.1.3
Leszek111 Mar 22, 2018
e2cc374
set setprop bn.bootanim.exit to 1
smokes2345 Sep 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/app/build
/captures
.externalNativeBuild
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libs/ebookparser"]
path = libs/ebookparser
url = https://github.com/Leszek111/ebookparser.git
22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 0 additions & 33 deletions .project

This file was deleted.

5 changes: 0 additions & 5 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

84 changes: 0 additions & 84 deletions README

This file was deleted.

Loading