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

286 Commits

Author SHA1 Message Date
Ilithy
ffb97bc068
Update french (#88)
- strings file updated
- changelogs updated
2022-09-02 18:57:11 +02:00
TrianguloY
d33b1b0194 V 2.7
- Improved Open module apps sorting
- Improved ClearURL catalog updater
- Added CTabs settings
- Some Android 13 improvements
- Fixed issues with module sorting
- Fixed some links not opening
- Fixes and tweaks to strings
- Fixes and tweaks to styles
- Several internal improvements
2022-09-02 17:59:32 +02:00
TrianguloY
3c38b7b827
Merge pull request #85 from Azure-Helper/master
Added themed icon for android 13
2022-09-02 11:46:47 +02:00
Azure-Helper
46d0238416 Added themed icon for android 13 2022-09-02 09:35:24 +00:00
TrianguloY
12aaca97d1 updated built-in catalog
it really is the same, but the autoformat removed the unnecessary slash escape
2022-09-01 20:19:29 +02:00
TrianguloY
f66e4450ba improved catalog management so that 'reset'+'save' clears the internal file 2022-09-01 20:19:29 +02:00
TrianguloY
68c19204c6 differentiate between catalog update and up to date
And also display the last time it was updated and checked

closes #83
2022-09-01 20:19:29 +02:00
TrianguloY
917018e367 5 seconds timeout on all connections 2022-09-01 20:19:29 +02:00
TrianguloY
acc2f78b51 removed warning about modules order 2022-08-31 19:00:41 +02:00
TrianguloY
7a7acec124 cleanup code 2022-08-31 18:58:13 +02:00
TrianguloY
f1480b5bb0 debugModule now shows the internal UrlData (for debug) 2022-08-31 18:52:21 +02:00
TrianguloY
1bc58a4561 push module provider/trigger variable into UrlData 2022-08-31 18:52:07 +02:00
TrianguloY
72c2fc8c5a modules updates are now applied to all, even when automatic redirections happens
fixes #48
2022-08-31 18:35:25 +02:00
TrianguloY
674a427feb disable 'all caps' buttons 2022-08-30 19:41:19 +02:00
TrianguloY
edcdb93363 don't show 'text copied' toast on android 13
closes #74
2022-08-30 19:36:38 +02:00
TrianguloY
54b85c26e5 require 'save' after' clear' in the log module
avoid clearing the log if pressed by mistake (you need to press save afterwards to really clear it)
2022-08-29 19:34:40 +02:00
TrianguloY
eab3a5ddc2 modules order preference initialized with full value
this way the clear-if-same feature triggers
2022-08-29 19:33:11 +02:00
TrianguloY
4d46140321 when saving a preference with a default value, it is cleared instead 2022-08-29 19:19:22 +02:00
TrianguloY
d7f06539f5 cleanup 2022-08-29 19:07:21 +02:00
Ilithy
2fc8f0763d
Update strings.xml
Minor tweaks
2022-08-29 18:38:44 +02:00
Ilithy
b1b05a1074
Update strings.xml
Corrections of a small error
2022-08-29 16:39:45 +02:00
TrianguloY
a10a280d95 new preferred computation 2022-08-27 20:49:53 +02:00
TrianguloY
1e650cbc34 Java clamp 2022-08-27 20:47:24 +02:00
TrianguloY
2a3b885078 Int preference 2022-08-27 20:35:41 +02:00
TrianguloY
1fc017762d moved LastOpened to companion 2022-08-27 20:30:08 +02:00
TrianguloY
47b3aca169 Revert "open module app preferences per domain"
This reverts commit fcca680dee.
2022-08-27 20:30:08 +02:00
TrianguloY
65ed3caf64 Revert "fix sorting order"
This reverts commit c6b7bc8011.
2022-08-27 20:30:08 +02:00
Ilithy
54b46736a6
French strings update (#75)
- For follow changes
2022-08-26 21:07:08 +02:00
TrianguloY
2b9feec9ec Merge branch 'open-and-share-partial' 2022-08-26 19:23:27 +02:00
TrianguloY
98328ccf92 Always on/off ctabs feature 2022-08-26 19:21:36 +02:00
TrianguloY
c698ce40a9 Tweaked texts and layout of Ctabs config 2022-08-26 19:21:35 +02:00
TrianguloY
e23183b0d0 Extract all static Ctabs elements 2022-08-26 18:49:26 +02:00
TrianguloY
6767f90664 Change int-preference to enumeration-preference 2022-08-26 18:27:11 +02:00
Ilithy
f4ead9aa4b
iw-IL screenshots (#73) 2022-08-24 20:39:29 +02:00
TrianguloY
2c24f4553a fix module title position in rtl
fixes #69
2022-08-24 17:53:36 +02:00
TrianguloY
c6b7bc8011 fix sorting order
fixes #72
2022-08-24 17:14:05 +02:00
TrianguloY
51b9daeb84 unnecessary config 2022-08-24 17:09:41 +02:00
Ilithy
21dcf43eeb
Iw screenshots (#71) 2022-08-24 11:10:04 +02:00
TrianguloY
6e4e8b7564
Merge pull request #70 from PabloOQ/Fix-manifest
Fix #14
2022-08-23 22:29:17 +02:00
TrianguloY
fe727688a7 disable MissingTranslation lint 2022-08-23 18:20:03 +02:00
TrianguloY
a546da0d2a missing format argument in spanish string 2022-08-23 18:20:03 +02:00
TrianguloY
e54ef65997 removed invisible button from debug module
it was added for padding, but it's a bit useless on a module for developers
and the new layout tries to be as small as possible

also made linting fail
2022-08-23 18:20:02 +02:00
TrianguloY
6579c85444 custom rtl open_right drawable
apparently you can't 'flip' it like literally everything else :(

solves #63
2022-08-23 18:20:02 +02:00
TrianguloY
779d2c764f autoformat 2022-08-23 18:20:02 +02:00
Pablo Ortigosa
83a75fe466 Implemented ctabs preference feature #39
Strings, spanish strings, config layout
2022-08-23 16:24:44 +01:00
Ilithy
0ca2ede6a4
Tr screenshots (#6) (#66) 2022-08-23 16:42:31 +02:00
Pablo Ortigosa
a49d6d0492 Added Integer preference
To attach to spinners.
2022-08-23 14:58:57 +01:00
Pablo Ortigosa
e2d0c5b7cc Fix #14 2022-08-22 20:45:37 +01:00
Ilithy
41f9848840
Uk-UA screenshots (#62)
* Delete 2-dialog.png

* Delete 3-dialog.png

* Add files via upload
2022-08-22 09:48:57 +02:00
TrianguloY
dda9e8277b fix alpha variant 2022-08-21 16:52:30 +02:00