Skip to content

Commit

Permalink
V 2.16
Browse files Browse the repository at this point in the history
- Improve: Detect multiple activities for the same app
- Improve: Show first app icon
- Improve: Display applied patterns in order
- Debug: Include query results in the debug module
  • Loading branch information
TrianguloY committed May 26, 2024
1 parent fdd9231 commit 977a88e
Show file tree
Hide file tree
Showing 3 changed files with 14 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 33
minSdkVersion 19
targetSdkVersion 33
versionCode 32
versionName "2.15"
versionCode 33
versionName "2.16"


// generate buildconfig field with all locales
Expand Down
6 changes: 6 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,9 @@
V 2.16

This comment has been minimized.

Copy link
@soshial

soshial Jun 11, 2024

Your minor supporter here. Please, may I ask you to add a git tag for the version 2.16, so that F-Droid can pick up the update.

This comment has been minimized.

Copy link
@TrianguloY

TrianguloY Jun 11, 2024

Author Owner

The update is only available as beta, is not even published as stable yet.
I wanted to wait until getting some feedback on the changes, but...yeah let me publish it (no one have complained yet so...)

This comment has been minimized.

Copy link
@TrianguloY

TrianguloY Jun 11, 2024

Author Owner

No no, wait, people did complained. The app detection broke and I had to revert it. I don't remember if I ever published the fix on play store...

I'll publish it as stable directly, expect the tag tonight (or tomorrow)

This comment has been minimized.

Copy link
@soshial

soshial Jun 11, 2024

Do you mind if I ask how you managed adding description and changelog to F-Droid without fastlane folder?

This comment has been minimized.

Copy link
@TrianguloY

TrianguloY Jun 11, 2024

Author Owner

I'm using TripleT which is the other supported plugin on f-droid.

You place the data in a play folder inside the app: https://github.com/TrianguloY/UrlChecker/tree/master/app%2Fsrc%2Fmain%2Fplay

- Improve: Detect multiple activities for the same app
- Improve: Show first app icon
- Improve: Display applied patterns in order
- Debug: Include query results in the debug module

V 2.15
- New: Animations (can be disabled)
- Fix: Better rejected detection. And allow to disable.
Expand Down
6 changes: 6 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,9 @@
V 2.16
- Mejora: Detectar varias actividades para la misma aplicación
- Mejora: Mostrar el icono de la primera aplicación
- Mejora: Mostrar los patrones aplicados en orden
- Debug: Añadir el resultado de las query en el modulo debug

V 2.15
- Nuevo: Animaciones (se pueden desactivar)
- Arreglo: Mejora en la detección de rechazados. Y se permite desactivar.
Expand Down

0 comments on commit 977a88e

Please sign in to comment.