Commit 20fc24a
Victorai (#56)
* Misha link was a lie
* Somehow gone from credits
* Updated screenshots for the readme
* Hello
* Add the new English strings into all strings files, for easier future translation, Change M2K to Remtrik in credits.
* fix, maybe not fully but mostly, the app being unusable when you leave it without closing and then return
* Add supported languages to readme, seperate language credits from regular credits, update and add some links to users in credits
* another readme update
* Doing some horrible czech translation while watching anime
* Add functionality to mount/unmount widget, BUT it is bugged
It appears as Quickboot (transparency works in the widget at this time) but does not work. When you reinstall the app, it correctly shows the Mount widget (transparency no longer works in the widget now)
Mount/unmount works though.
* everything about WidgetActivity.java is absolutely disgusting
* add devcfg flasher widget except for some reason it cannot be selected and i am too tired to find out why
* check devcfg
* devcfg widget
* devcfg widget
* forgot to not use debug code
* Delete app/src/main/java/id/kuato/woahelper/preference/WindowPreference.java
* Delete app/src/main/java/id/kuato/woahelper/main/Applications.java
* W widgets (only mnt so far)
* add reboot button to dbkp and devcfg flasher end dialog
* i keep forgetting this
* M2K
* Fix(probably) and update RU strings.xml (#51)
* Added NX729J-UN & Fixed minor bug in "no win" dialog & made checkdbkpmodel more readable
* Update strings.xml - Fixed some descriptions
Fixed some descriptions for buttons
* Refactored layout. Moved scripts in toolbox. New settings ui
* W moldovan translation
* Small refactor
* Added quickboot widget
* refactor
* Refactor + fixed widgets + changed moldovan translation a bit
* Added root checking for widgets
* Added a toast message to widgets saying "NO ROOT!" if the user didnt give the app root rights
* fyi inverse conditions do exist
* tbh fuck that boolean equals
* smal mistak
* reduce file size of most images to 20kb or below
* Delete app/src/main/assets/boot_img_auto-flasher_V1.1.exe
* Add files via upload
* Update MainActivity.java
* add WOAHelper folder where all assets are copied to and also not removed (useful if mount fails), backups OTHER THAN BOOT.IMG are also stored there, rework dbkp which is still ridiculously broken on nabu (it works on my g8s, I cannot replicate the issue)
* refactor
* halo
* halo
* halo
* halo
* 1
* hehehe
* nabu.
* i hate String.format
* changes
* changes
* fix 90% of the app
* merge mount and quickboot into QSTiles.kt
* changes
* rewrite commented out code in kotlin????????
* lateinit vars yay
* arrayOf
* hi
* this might fix mount dialogue not having dismiss button, it still isn't backable though and also I fucking HATE kotlin because notepad++ isn't compatib;e with .kt formatting so editing anything is fucking cancer ass
* the funny long space thing was replaced with regular spaces idk if that was intentional but it sucks when editing yes
* Revert "the funny long space thing was replaced with regular spaces idk if that was intentional but it sucks when editing yes"
This reverts commit 45e9c2b.
* few debug changes and small improvements
* There was no 42 release therefore 43 is not valid
* dbkp Fix: Ensure /sdcard/dbkp directory exists before copying dbkp.bin
Before, patching didn’t work cuz /sdcard/dbkp wasn’t made before copying dbkp.bin, so dbkp patching failed, now we create the folder first so everything works!
---------
Co-authored-by: the sog <83274506+n00b69@users.noreply.github.com>
Co-authored-by: index986 <govro150@bk.ru>
Co-authored-by: Marius586 <bogdaneci95@gmail.com>
Co-authored-by: Victoria-Freeman <venddair1@proton.me>
Co-authored-by: Misha803 <118528504+Misha803@users.noreply.github.com>
Co-authored-by: ArKT-7 <arktiothome@gmail.com>1 parent bdfc87d commit 20fc24a
File tree
123 files changed
+7451
-7318
lines changed- .github/workflows
- app
- src/main
- assets
- java
- com/woa/helper
- main
- preference
- util
- widgets
- id/kuato/woahelper
- main
- preference
- util
- widgets
- res
- animator
- drawable
- layout
- values-ar
- values-az
- values-be
- values-cs
- values-de
- values-es
- values-fa
- values-fr
- values-in
- values-ja
- values-ka
- values-ko
- values-ms
- values-nl
- values-pl
- values-pt
- values-ro-rMD
- values-ro
- values-ru
- values-th
- values-tr
- values-uk
- values-vi
- values-zh-rCN
- values-zh-rHK
- values-zh-rMO
- values-zh-rSG
- values-zh-rTW
- values-zh
- values
- xml
- build/reports/problems
- gradle
- wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+7451
-7318
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
62 | | - | |
63 | 67 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
23 | | - | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
| |||
36 | 51 | | |
37 | 52 | | |
38 | 53 | | |
39 | | - | |
| 54 | + | |
40 | 55 | | |
41 | | - | |
| 56 | + | |
42 | 57 | | |
43 | 58 | | |
44 | | - | |
| 59 | + | |
45 | 60 | | |
46 | 61 | | |
47 | 62 | | |
48 | 63 | | |
49 | 64 | | |
50 | 65 | | |
51 | | - | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
| |||
65 | 80 | | |
66 | 81 | | |
67 | 82 | | |
| 83 | + | |
68 | 84 | | |
69 | 85 | | |
70 | | - | |
| 86 | + | |
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
74 | 90 | | |
75 | 91 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments