oxen-io / session-android

A private messenger for Android.
https://getsession.org
GNU General Public License v3.0
1.73k stars 165 forks source link

[BUG] Canonical version number needs to be incremented & master consolidated w/ dev for 1.8.2 release #1476

Closed AL-Session closed 1 month ago

AL-Session commented 2 months ago

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

Current Behavior

The internal testing build of 1.18.2 (canonical version code 370 -> play store build code 3705) revealed an issue whereby conversations would auto-scroll to the bottom on first open, thus negating the use of the unread count where the users could manually scroll through or choose to automatically scroll to the bottom.

On fixing this I forgot to increment the canonical version code from 370 to 371, which allows us to upload a new release to the Google Play Store (without the increment it reports that this build number has been used and as such cannot be re-used).

I also put the fix directly into master, which I shouldn't have done so now need to consolidate master and dev.

Expected Behavior

Canonical version code is 371 allowing for new build to be released on the play store.

Steps To Reproduce

N/A

Android Version

All

Session Version

1.18.2 (3705)

Anything else?

No response