0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-20 04:12:14 +02:00
Commit Graph

118 Commits

Author SHA1 Message Date
TrianguloY
026609d3c4 full clear url updater refactor. Needs final tweaks 2022-07-16 12:45:23 +02:00
TrianguloY
904a7218cb removed colored bar 2022-07-14 20:53:49 +02:00
Pablo Ortigosa
e608081bb4
Merge branch 'TrianguloY:master' into master 2022-07-02 19:03:41 +01:00
TrianguloY
9f5606025f dark/white theme
resolves #23
2022-07-02 18:05:43 +02:00
Pablo Ortigosa
f7e3133811 Comments and delay 2022-07-02 13:57:02 +01:00
Pablo Ortigosa
cce4323326 Added info messages 2022-07-02 13:46:50 +01:00
TrianguloY
49b3a5c253 action bar color
resolves #24
2022-07-02 13:59:07 +02:00
TrianguloY
0166a58ab2 fix french translation 2022-07-02 13:47:16 +02:00
Idris
54221c2f8e Ukrainian translation by Idris (sent by email) 2022-07-02 13:41:09 +02:00
TrianguloY
4a4057f556
Merge pull request #22 from Ilithy/master
Add: French translation
2022-07-02 13:35:01 +02:00
TrianguloY
e8121cab5c
Merge pull request #26 from ReduxFlakes/master
Updated European Portuguese translation
2022-07-02 13:31:16 +02:00
Tiago Carmo
d32e3fdda6 Update strings.xml 2022-07-02 01:17:00 +01:00
Pablo Ortigosa
ea2bf796e4 Added comments 2022-07-02 01:09:26 +01:00
Pablo Ortigosa
918ffb4014 Added custom database preference
Update GUI of ClearURLs

No need to have an option to remove the custom database if the user can choose which one to use
2022-07-02 00:31:34 +01:00
Pablo Ortigosa
5b7e56d7ff Added check json structure 2022-07-01 22:30:11 +01:00
Pablo Ortigosa
ce4f735ec3 Added hash checking 2022-07-01 21:59:55 +01:00
Pablo Ortigosa
85339ee5fd Added use custom database 2022-06-30 23:08:22 +01:00
Pablo Ortigosa
752baf2b96 Added write json from url 2022-06-30 22:34:36 +01:00
Pablo Ortigosa
8d97862dfc Added read json from url 2022-06-30 20:53:48 +01:00
Pablo Ortigosa
091d92c603 Update preferences logic of ClearURLs 2022-06-28 20:06:22 +01:00
Pablo Ortigosa
efdfb7e086 Update GUI of ClearURLs 2022-06-28 20:06:21 +01:00
Ilithy
3b648a355a
Create full-description.txt 2022-06-27 09:08:27 +02:00
Ilithy
1b5bb6377d
Create short-description.txt 2022-06-27 08:51:31 +02:00
Ilithy
f13d582afc
Create title.txt 2022-06-27 08:49:11 +02:00
Ilithy
70ab5b8da3
Create default.txt 2022-06-27 08:47:28 +02:00
Ilithy
86dc6050ea
Add: French translation 2022-06-27 08:38:15 +02:00
TrianguloY
9947aea732 V 2.3
- Allow reordering modules
- Clear urls module can be configured to auto-apply
- Remove queries module can remove individual queries
- Added European Portuguese translation. Thanks to Tiago Carmo!
- Some tweaks and fixes
2022-06-19 17:51:20 +02:00
TrianguloY
b429eef13f replaced flag system with object, indicator in ClearModule when cleaning 2022-06-18 18:55:22 +02:00
TrianguloY
e0136813cd fix history selection, show selected too 2022-06-18 18:24:10 +02:00
TrianguloY
9351e6756c replaced multiple booleans by a flags system & the edittext very-recent-modification is now handled in the textInput (not History) module 2022-06-18 18:24:10 +02:00
TrianguloY
4613cdae18 Automatically apply clean url (configurable) 2022-06-18 18:24:10 +02:00
TrianguloY
03fb3110a5 Make queries text clickable to indicate you can click it & rounded orange background everywhere 2022-06-18 18:24:10 +02:00
TrianguloY
286f1ac7e8
Merge pull request #19 from ReduxFlakes/master
Add: European Portuguese translation
2022-06-16 19:51:06 +02:00
Tiago Carmo
2f838380e6 Add: European Portuguese translation 2022-06-15 10:08:27 +01:00
TrianguloY
ea0f5edeb6 the 'more' indicator is now inside the info text 2022-05-23 17:24:10 +02:00
TrianguloY
a948e85e0a don't crash (in production) if a module fails to update 2022-05-23 17:08:54 +02:00
TrianguloY
f03543b8ec allow reordering the text/buttons modules too
The debug module is now used as marker for insertion
2022-05-22 16:55:58 +02:00
TrianguloY
174f1745cd Allow reordering modules 2022-05-22 16:54:38 +02:00
TrianguloY
406bc9a926 styled remove buttons
refactor for the splitter/joiner url logic
2022-05-22 11:29:47 +02:00
TrianguloY
d9700ff38d removed unnecessary variables
simplified some logic (removeAllViews and ellipsize)
avoid indexOutOfBoundException for malformed urls
2022-05-21 19:05:57 +02:00
TrianguloY
c8c86daeb4
Merge pull request #16 from PabloOQ/master
Remove Queries module update
2022-05-21 18:44:57 +02:00
Pablo Ortigosa
7aafefc9c4 Fix unnecesary string comparison
Fixed unnecesary string comparison
Fixed when multiple queries had the same key
Fixed when query key length was too long
2022-05-15 13:36:10 +01:00
Pablo Ortigosa
a6e0f78a5c Remove Queries update
Now, if needed, you can remove queries one at a time
2022-05-15 12:42:14 +01:00
TrianguloY
7a34b7e842 V 2.2
- New module 'Remove queries module': removes all queries from the url. Thanks to PabloOQ for the idea and original implementation!
2022-05-14 11:43:01 +02:00
TrianguloY
d80cd80fc1 updated clearurl database 2022-05-14 11:40:44 +02:00
TrianguloY
5e9b39a846 simplified RemoveQueriesModule 2022-05-14 11:40:44 +02:00
TrianguloY
1e3b44c12f missing comment 2022-05-14 11:18:09 +02:00
TrianguloY
7da826d012 updated gradle (7.0.4 -> 7.1.2) 2022-05-14 11:17:52 +02:00
TrianguloY
71ed251579
Merge pull request #15 from PabloOQ/master
New module: Remove Queries.
2022-05-10 16:51:22 +02:00
Pablo Ortigosa
a7b2b53c46 Fixed null when there is no authority
Added additional comments.
2022-05-09 00:11:26 +01:00