0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
- New: Backup/restore screen
- Removed support for Android 4.3 and below
- Updated internal versions
This commit is contained in:
TrianguloY 2024-03-03 12:20:28 +01:00
parent 52842af9d3
commit c14a1f1069
3 changed files with 12 additions and 2 deletions

View File

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

View File

@ -1,3 +1,8 @@
V 2.14
- New: Backup/restore screen
- Removed support for Android 4.3 and below
- Updated internal versions
V 2.13.1
- New: Custom logic to hide rejected urls. Hide referrer is now disabled by default.
- Fix: Third try to the 'open/share does nothing' bug.

View File

@ -1,3 +1,8 @@
V 2.14
- Nuevo: Copia de seguridad y restauración
- Quitado soporte a Android 4.3 e inferior
- Actualizadas versiones internas
V 2.13.1
- Nuevo: Lógica especial para ocultar enlaces rechazados. Ocultar origen se ha deshabilitado por defecto.
- Arreglo: Tercer intento para arreglar el problema 'abrir/compartir no hace nada'.