Skip to content

Commit

Permalink
Merge pull request #52 from horazont/update
Browse files Browse the repository at this point in the history
Merge with Conversations @ 2.12.2
  • Loading branch information
mwild1 authored Mar 28, 2023
2 parents a0b9ac1 + 3e03f11 commit bc54fed
Show file tree
Hide file tree
Showing 370 changed files with 20,054 additions and 7,235 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
run: mkdir libs && wget -O libs/libwebrtc-m92.aar https://gultsch.de/files/libwebrtc-m92.aar
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build Snikket (Compat)
run: ./gradlew assembleConversationsFreeCompatDebug
- name: Build Snikket (System)
run: ./gradlew assembleConversationsFreeSystemDebug
- name: Build Snikket
run: ./gradlew assembleConversationsFreeDebug
- uses: actions/upload-artifact@v2
with:
name: Snikket all-flavors (debug)
Expand Down
21 changes: 0 additions & 21 deletions .tx/config

This file was deleted.

80 changes: 80 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,85 @@
# Changelog

### Version 2.12.2

* Increase corner radius on profile pictures

### Version 2.12.1

* Fix crash in UnifiedPush Distributor

### Version 2.12.0

* Integrate UnifiedPush Distributor to facilitate push messages to other UnifiedPush enabled apps like Tusky and Fedilab

### Version 2.11.3

* Fix messages getting resend when using SASL2
* Fix black video between some devices
* Fix crash on empty passwords

### Version 2.11.2

* Fixed regression in P2P file transfer

### Version 2.11.1

* Fix resend loop on servers that support only sm:2
* Show 'Switch to video' only if other party supports video

### Version 2.11.0

* Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects
* Implement Channel Binding
* Add ability to switch from audio call to video call
* Add ability to delete own avatar
* Add notification for missed calls

### Version 2.10.10

* Minor bug fixes
* Restore ability to call out via JMP and other services (Playstore version)

### Version 2.10.9

* Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)
* Fix bug when calling Movim

### Version 2.10.8

* Fix wrong avatar being shown for group chats

### Version 2.10.7

* always ask for battery optimizations opt-out
* set local only flag on 'x connected accounts' notifications
* Minor bug fixes

### Version 2.10.6

* Minor bug fixes

### Version 2.10.5

* Security: Stop downloading files that exceed advertised file size
* Security: Limit POSH files to 10K

### Version 2.10.4

* Fix interaction with Google Maps Share Location Plugin
* Remove footnote with regards to server fee

### Version 2.10.3

* Store files in location appropriate for Android 11
* Attempt to reconnect call after network switch
* Show caller JID and account JID in incoming call screen

### Version 2.10.2

* Fix crash when rendering some quotes
* Fix crash in welcome screen

### Version 2.10.1

* Fix issue with some videos not being compressed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This is the source code for the Snikket Android client.

Snikket for Android is based on [Conversations](https://conversations.im/) by Daniel Gultsch.

The official Conversations repository is available at: https://github.com/iNPUTmice/Conversations
The official Conversations repository is available at: https://codeberg.org/iNPUTmice/Conversations

Copyright (c) 2014-2021 Daniel Gultsch and Snikket Community Interest Company.
Copyright (c) 2014-2023 Daniel Gultsch and Snikket Community Interest Company.

Snikket and the Snikket logo are trademarks of Snikket Community Interest Company.

Expand Down
Loading

0 comments on commit bc54fed

Please sign in to comment.