0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
- New: Animations (can be disabled)
- Fix: Better rejected detection. And allow to disable.
- Fix: Custom tabs should work in more situations (links not opening)
- Fix: Emojis and other non-standard characters on the Uri parts module
- Improvement: Better error message when a module can't be enabled
This commit is contained in:
TrianguloY 2024-04-05 17:41:03 +02:00
parent 667316c785
commit 33698f59ec
3 changed files with 16 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
compileSdk 33
minSdkVersion 19
targetSdkVersion 33
versionCode 31
versionName "2.14"
versionCode 32
versionName "2.15"
// generate buildconfig field with all locales

View File

@ -1,3 +1,10 @@
V 2.15
- New: Animations (can be disabled)
- Fix: Better rejected detection. And allow to disable.
- Fix: Custom tabs should work in more situations (links not opening)
- Fix: Emojis and other non-standard characters on the Uri parts module
- Improvement: Better error message when a module can't be enabled
V 2.14
- New: Backup/restore screen
- Removed support for Android 4.3 and below

View File

@ -1,3 +1,10 @@
V 2.15
- Nuevo: Animaciones (se pueden desactivar)
- Arreglo: Mejora en la detección de rechazados. Y se permite desactivar.
- Arreglo: Custom tabs deberían funcionar en mas situaciones (enlaces que no se abrían)
- Arreglo: Emoticonos y otros carácteres no estándar en Partes de la uri
- Mejora: Errores mas descriptivos cuando un módulo no se puede habilitar
V 2.14
- Nuevo: Copia de seguridad y restauración
- Quitado soporte a Android 4.3 e inferior