Update: Change maturity status of android-sms (#3085)

* Update: Change maturity status of android-sms

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change order of android-sms

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

---------

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
Jack S. 2025-12-22 20:34:53 +00:00 committed by GitHub
parent ae269812f4
commit 71e14d23f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,25 +1,3 @@
[[bridges]]
name = "android-sms"
maintainer = "Beeper"
summary = """
An Android app that wraps [mautrix-imessage](https://github.com/tulir/mautrix-imessage)
to bridge SMS from your Android phone to Matrix.
"""
maturity = "Alpha"
language = "Kotlin"
license = "Apache-2.0"
repo = "https://gitlab.com/beeper/android-sms"
room = "#imessage:maunium.net"
featured = false
privilege.platform = "User" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
sms = true
mms = true
rcs = false
group_chats = true
history_from_android = true
[[bridges]]
name = "mautrix-gmessages"
maintainer = "Tulir"
@ -67,3 +45,25 @@ mms = false
rcs = false
group_chats = true
history_from_android = false
[[bridges]]
name = "android-sms"
maintainer = "Beeper"
summary = """
An Android app that wraps [mautrix-imessage](https://github.com/tulir/mautrix-imessage)
to bridge SMS from your Android phone to Matrix.
"""
maturity = "Obsolete"
language = "Kotlin"
license = "Apache-2.0"
repo = "https://gitlab.com/beeper/android-sms"
room = "#imessage:maunium.net"
featured = false
privilege.platform = "User" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
sms = true
mms = true
rcs = false
group_chats = true
history_from_android = true