collection)
109 | {
110 | try (BufferedReader reader = new BufferedReader
111 | (new InputStreamReader(context.getAssets().open(file))))
112 | {
113 | String line;
114 | while ((line = reader.readLine()) != null)
115 | collection.add(line);
116 | }
117 |
118 | catch (IOException e)
119 | {
120 | e.printStackTrace();
121 | }
122 | }
123 | }
124 |
--------------------------------------------------------------------------------
/src/main/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/billthefarmer/wordlesolver/6e2b9a3a138e835516c283e14161ff2a37f3ad2c/src/main/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/src/main/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/billthefarmer/wordlesolver/6e2b9a3a138e835516c283e14161ff2a37f3ad2c/src/main/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/billthefarmer/wordlesolver/6e2b9a3a138e835516c283e14161ff2a37f3ad2c/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/src/main/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/billthefarmer/wordlesolver/6e2b9a3a138e835516c283e14161ff2a37f3ad2c/src/main/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/src/main/res/drawable-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/billthefarmer/wordlesolver/6e2b9a3a138e835516c283e14161ff2a37f3ad2c/src/main/res/drawable-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/src/main/res/drawable/box.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
9 |
14 |
15 |
--------------------------------------------------------------------------------
/src/main/res/drawable/ic_autorenew_white_24dp.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/res/drawable/ic_menu_white_24dp.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/res/drawable/ic_replay_white_24dp.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/res/layout-large-land/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
14 |
15 |
22 |
23 |
41 |
42 |
62 |
63 |
83 |
84 |
104 |
105 |
125 |
126 |
127 |
128 |
136 |
137 |
156 |
157 |
177 |
178 |
198 |
199 |
219 |
220 |
240 |
241 |
242 |
243 |
251 |
252 |
271 |
272 |
292 |
293 |
313 |
314 |
334 |
335 |
355 |
356 |
357 |
358 |
366 |
367 |
386 |
387 |
407 |
408 |
428 |
429 |
449 |
450 |
470 |
471 |
472 |
473 |
490 |
491 |
497 |
498 |
504 |
505 |
506 |
507 |
508 |
--------------------------------------------------------------------------------
/src/main/res/layout-large/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
14 |
15 |
22 |
23 |
43 |
44 |
66 |
67 |
89 |
90 |
112 |
113 |
135 |
136 |
137 |
138 |
146 |
147 |
168 |
169 |
191 |
192 |
214 |
215 |
237 |
238 |
260 |
261 |
262 |
263 |
271 |
272 |
293 |
294 |
316 |
317 |
339 |
340 |
362 |
363 |
385 |
386 |
387 |
388 |
396 |
397 |
418 |
419 |
441 |
442 |
464 |
465 |
487 |
488 |
510 |
511 |
512 |
513 |
531 |
532 |
537 |
538 |
545 |
546 |
547 |
548 |
549 |
--------------------------------------------------------------------------------
/src/main/res/layout/help.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/src/main/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
14 |
15 |
22 |
23 |
41 |
42 |
62 |
63 |
83 |
84 |
104 |
105 |
125 |
126 |
127 |
128 |
136 |
137 |
156 |
157 |
177 |
178 |
198 |
199 |
219 |
220 |
240 |
241 |
242 |
243 |
251 |
252 |
271 |
272 |
292 |
293 |
313 |
314 |
334 |
335 |
355 |
356 |
357 |
358 |
366 |
367 |
386 |
387 |
407 |
408 |
428 |
429 |
449 |
450 |
470 |
471 |
472 |
473 |
490 |
491 |
497 |
498 |
504 |
505 |
506 |
507 |
508 |
--------------------------------------------------------------------------------
/src/main/res/menu/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
128 |
--------------------------------------------------------------------------------
/src/main/res/menu/navigation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/src/main/res/raw/help.html:
--------------------------------------------------------------------------------
1 | WordleSolver
2 | Solve those puzzles
3 |
4 | Usually
5 | solves Wordle
6 | and Gurgle
7 | puzzles in four tries.
8 |
9 | Entry
10 |
11 | Letters that are shown green in the puzzle
12 | (Wordle, Gurgle)
13 | go in the first green row in the correct place. Yellow letters go in
14 | the next yellow rows in the correct place. Letters shown grey go in
15 | the last row in any order.
16 |
17 | Solve
18 |
19 | Tap either the next button on the keyboard or the solve button in the
20 | toolbar. The next button only works if there is text where the cursor
21 | is, so it can be used to move to the next slot without triggering a
22 | search. The app will show a scrolling list of possible next guesses
23 | at the bottom.
24 |
25 | Theme
26 |
27 | Select coloured theme from the Theme button in the toolbar.
28 |
29 | External control
30 |
31 | Share text from another app, or send
32 | an Intent
33 | with an EXTRA_TEXT
35 | with the text containing the known letters and blanks or dots for
36 | the unknown letters. The app will start or restart and display the
37 | results. The parameters may be seen in a table in
38 | the README.
39 |
40 |
--------------------------------------------------------------------------------
/src/main/res/values-it/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | RisolviWordle
5 |
6 | Azzera
7 | Risolvi
8 | Tema
9 | Scuro
10 | Ciano
11 | Blu
12 | Arancione
13 | Viola
14 | Nero
15 | Chiaro
16 | Rosso
17 | Aiuto
18 | Informazioni
19 |
20 | Lingua
21 | Inglese
22 | Italiano
23 | Spagnolo
24 | Catalano
25 | Francese
26 | Portoghese
27 | Tedesco
28 | Olandese
29 | Afrikaans
30 |
31 | %s\n\nCompilato il
33 | %s\n\nCopyright \u00A9 2022 Bill
35 | Farmer\n\nDizionari da Lexica\nTemi e codice da PoorLazyCoder\n\nLicenza
38 | GNU GPLv3
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/src/main/res/values-v23/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
20 |
21 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/src/main/res/values/attrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | #303030
6 | @android:color/transparent
7 | @android:color/black
8 |
9 |
10 | #242d48
11 | #2d3d72
12 | #20105c
13 | #64548f
14 |
15 |
16 | #ed2424
17 | #7a0f28
18 | #ed4e2e
19 | #edae25
20 |
21 |
22 | #f35b1f
23 | #f34712
24 | #b44e16
25 | #ffe67f
26 |
27 |
28 | #60e8ff
29 | #5696a1
30 | #50c7c4
31 | #4c4dc7
32 |
33 |
34 | #a42ee5
35 | #8a3ab5
36 | #9d79b1
37 | #180e1d
38 |
39 |
40 | @android:color/black
41 | @android:color/white
42 |
43 |
44 | #808080
45 | @android:color/black
46 |
47 |
48 |
--------------------------------------------------------------------------------
/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WordleSolver
5 |
6 | Refresh
7 | Solve
8 | Theme
9 | Dark
10 | Cyan
11 | Blue
12 | Orange
13 | Purple
14 | Red
15 | Black
16 | Light
17 | Help
18 | About
19 |
20 | Language
21 | English
22 | Italian
23 | Spanish
24 | Catalan
25 | French
26 | Portuguese
27 | German
28 | Dutch
29 | Afrikaans
30 |
31 | %s\n\nBuilt
33 | %s\n\nCopyright \u00A9 2022 Bill
35 | Farmer\n\nDictionaries from Lexica\nThemes and solver code
37 | from PoorLazyCoder\n\nLicence
39 | GNU GPLv3
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
16 |
17 |
22 |
34 |
35 |
38 |
39 |
40 |
52 |
53 |
54 |
68 |
69 |
70 |
84 |
85 |
86 |
100 |
101 |
102 |
116 |
117 |
118 |
132 |
133 |
134 |
147 |
148 |
149 |
161 |
162 |
167 |
168 |
173 |
174 |
179 |
180 |
185 |
186 |
191 |
192 |
198 |
199 |
200 |
--------------------------------------------------------------------------------