Skip to content

Commit

Permalink
V 2.17
Browse files Browse the repository at this point in the history
- Improve: Input Text module display
- Improve: Hosts module will check for subdomains too
- Fix: Avoid crashes when decoding invalid text
- Fix: Avoid crashes with malformed queries
- Fix: Updated invalid lastUpdate of ClearUrl catalog
- Fix: Module enable switches was sometimes reset when the app was sent to the background
- Fix: Double decoding of url parts
  • Loading branch information
TrianguloY committed Aug 29, 2024
1 parent 4b61c2d commit 381f598
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdk 34
minSdkVersion 19
targetSdkVersion 34
versionCode 34
versionName "2.16"
versionCode 35
versionName "2.17"
}

buildTypes {
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
V 2.17
- Improve: Input Text module display
- Improve: Hosts module will check for subdomains too
- Fix: Avoid crashes when decoding invalid text
- Fix: Avoid crashes with malformed queries
- Fix: Updated invalid lastUpdate of ClearUrl catalog
- Fix: Module enable switches was sometimes reset when the app was sent to the background
- Fix: Double decoding of url parts

V 2.16
- Improve: Detect multiple activities for the same app
- Improve: Show first app icon
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/play/release-notes/es-ES/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
V 2.17
- Mejora: Visualización del módulo Texto de entrada
- Mejora: El modulo de Hosts comprueba también subdominios
- Arreglo: Evitados cierres al decodificar texto inválido
- Arreglo: Evitados cierres con queries inválidas
- Arreglo: Actualizada la incorrecta fecha de ultima actualización del catálogo ClearUrl
- Arreglo: Botones de activación de los modulos a veces se reseteaban si la aplicación pasaba a segundo plano
- Arreglo: Decodificación doble de las partes de la url

V 2.16
- Mejora: Detectar varias actividades para la misma aplicación
- Mejora: Mostrar el icono de la primera aplicación
Expand Down

0 comments on commit 381f598

Please sign in to comment.