Skip to content

Commit 7534860

Browse files
committed
change package and application name, update fastline description
Signed-off-by: R4SAS <[email protected]>
1 parent e81bb1d commit 7534860

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ android {
100100
versionCode 42081
101101
versionName "2.13.0"
102102
archivesBaseName += "-$versionName"
103-
applicationId "eu.siacs.conversations"
103+
applicationId "org.purplei2p.conversations"
104104
resValue "string", "applicationId", applicationId
105-
def appName = "Conversations"
105+
def appName = "Conversations-I2P"
106106
resValue "string", "app_name", appName
107107
buildConfigField "String", "APP_NAME", "\"$appName\""
108108
}

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'Conversations'
1+
rootProject.name = 'Conversations-I2P'

src/conversations/fastlane/metadata/android/en-US/full_description.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Conversations-I2P is a fork of <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a>.
2+
3+
Changes to origin:
4+
* Added I2P support
5+
* Changed default configuration for better security
6+
* Package name changed to org.purplei2p.conversations
7+
18
Easy to use, reliable, battery friendly. With built-in support for images, group chats and e2e encryption.
29

310
Design principles:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Encrypted, easy-to-use XMPP instant messenger for your mobile device
1+
A Conversations fork with I2P support

0 commit comments

Comments
 (0)