Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
68de90b
initial status
Aug 19, 2017
5440788
new ui for script list
Aug 20, 2017
602b84f
add: fab and toolbar hide when scrolling
Aug 21, 2017
42f6802
add: tutorial tab
Aug 22, 2017
16d48bd
add: manager tab
Aug 23, 2017
5d6e66d
add: new ui for drawer
Aug 25, 2017
56920cd
add: new ui for file creating
Aug 25, 2017
a64a922
i don't know what I did
Sep 11, 2017
d227d76
add: submodule docs
Sep 11, 2017
43b7132
i don't know what i did
Sep 20, 2017
23cd6ba
i don't know what i did
Sep 20, 2017
4bf33a1
Merge pull request #236 from hyb1996/new_ui
hyb1996 Sep 20, 2017
601019c
i don't know what i did
Sep 22, 2017
881c891
Merge pull request #237 from hyb1996/new_ui
hyb1996 Sep 22, 2017
8c9777c
fix #232
Sep 24, 2017
b9f8f9b
new ui for NewFileDialog (change to FloatingActionsMenu)
Sep 25, 2017
7616634
fix: crash on notification events
Sep 25, 2017
18e7fce
fix: ScriptListView not update when file created or deleted
Sep 26, 2017
2138d4e
new editor!! Code mirror editor~
Sep 27, 2017
0fa8c11
fix issues of Tasker Plugin Pref Editor
Sep 28, 2017
bcbbfd1
add: code folding
Sep 28, 2017
8f3d88c
add: progress bar and large file support for editor
Sep 28, 2017
e1f95c0
add: jump, find, replace, copy, paste for editor
Sep 28, 2017
bf4e087
add: symbol and text color, background color adapter for input method…
Sep 28, 2017
c114148
add: refactor, jumping for editor
Sep 29, 2017
84ee009
Merge pull request #239 from hyb1996/turbo_editor
hyb1996 Sep 29, 2017
be022f1
add: file sorting
Sep 30, 2017
f35de5c
Merge branch 'new_ui' of github.com:hyb1996/NoRootScriptDroid into ne…
Sep 30, 2017
7eb0bec
fix: script list not updated when script is renamed, deleted or created
Sep 30, 2017
1c4aa61
add: script files and dirs collapsing support
Sep 30, 2017
e6c0500
add: module http
Oct 4, 2017
a478278
replace hover with custom circular menu
Oct 18, 2017
d95b85c
complete the new floating window
Oct 18, 2017
51cda01
refactor: remove unused resources, cleanup the code structure
Oct 19, 2017
7c4f3b3
Merge pull request #240 from hyb1996/new_ui
hyb1996 Oct 19, 2017
4b43434
apply plugin retrolambda
Oct 19, 2017
2b93091
add: file chooser dialog
Oct 19, 2017
1e50e6d
add: uploaded script options
Oct 21, 2017
deda91e
fix: crash when ScriptListView init
Oct 21, 2017
3874065
fix: console lagged with too many logs
Oct 22, 2017
e301e59
refactor: move package console to package core
Oct 22, 2017
448d39b
add: ui for apk building
Oct 22, 2017
9077e49
add: build apk from js file
Oct 24, 2017
08d1188
add:
Oct 24, 2017
cf82cd2
add: search for scripts and posts
Oct 25, 2017
98b3fb2
add: custom shortcut icon
Oct 25, 2017
f5fa331
add: dynamic shortcuts for android N
Oct 25, 2017
f3ea2cd
remove unused intent filter for edit and run activity
Oct 25, 2017
70383a9
update version name
Oct 25, 2017
60f9e8e
fix: permission issues of inrt
Oct 25, 2017
6cee2de
update readme
Oct 25, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
replace hover with custom circular menu
  • Loading branch information
hyb1996 committed Oct 18, 2017
commit a47827813598fe7a19d00a8098379961673c963d
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ dependencies {
//
compile 'com.github.hyb1996:android-multi-level-listview:1.1'
compile 'de.psdev.licensesdialog:licensesdialog:1.8.1'
compile 'io.mattcarroll.hover:hover:0.9.7'
compile 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1'
compile 'com.yqritc:recyclerview-flexibledivider:1.4.0'
compile 'com.wang.avi:library:2.1.3'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'com.github.hyb1996:FloatingCircularActionMenu:0.0.1'
// RxJava
compile "io.reactivex.rxjava2:rxjava:2.1.0"
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
Expand Down
71 changes: 0 additions & 71 deletions app/src/main/java/com/stardust/hover/HoverMenuBuilder.java

This file was deleted.

This file was deleted.

254 changes: 0 additions & 254 deletions app/src/main/java/com/stardust/hover/WindowHoverMenu.java

This file was deleted.

Loading