Skip to content

Commit b33148a

Browse files
committed
Updating references to oxen-io
1 parent 536824b commit b33148a

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ body:
66
- type: checkboxes
77
attributes:
88
label: Code of conduct
9-
description: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md).
9+
description: I have read and agree to adhere to the [Code of Conduct](https://github.com/session-foundation/session-android/blob/master/CODE_OF_CONDUCT.md).
1010
options:
11-
- label: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md)
11+
- label: I have read and agree to adhere to the [Code of Conduct](https://github.com/session-foundation/session-android/blob/master/CODE_OF_CONDUCT.md)
1212
required: true
1313

1414
- type: checkboxes

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libsession-util/libsession-util"]
22
path = libsession-util/libsession-util
3-
url = https://github.com/oxen-io/libsession-util.git
3+
url = https://github.com/session-foundation/libsession-util.git

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Setting up a development environment and building from Android Studio
2828

2929
1. Open Android Studio. On a new installation, the Quickstart panel will appear. If you have open projects, close them using "File > Close Project" to see the Quickstart panel.
3030
2. From the Quickstart panel, choose "Checkout from Version Control" then "git".
31-
3. Paste the URL for the session-android project when prompted (https://github.com/oxen-io/session-android.git).
31+
3. Paste the URL for the session-android project when prompted (https://github.com/session-foundation/session-android.git).
3232
4. Android Studio should detect the presence of a project file and ask you whether to open it. Click "yes".
3333
5. Default config options should be good enough.
3434
6. Project initialization and building should proceed.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Add the [F-Droid repo](https://fdroid.getsession.org/)
66

7-
[Download the APK from here](https://github.com/oxen-io/session-android/releases/latest)
7+
[Download the APK from here](https://github.com/session-foundation/session-android/releases/latest)
88

99
## Summary
1010

@@ -14,7 +14,7 @@ Session integrates directly with [Oxen Service Nodes](https://docs.oxen.io/about
1414

1515
## Want to contribute? Found a bug or have a feature request?
1616

17-
Please search for any [existing issues](https://github.com/oxen-io/session-android/issues) that describe your bugs in order to avoid duplicate submissions. Submissions can be made by making a pull request to our `dev` branch. If you don't know where to start contributing, try reading the Github issues page for ideas.
17+
Please search for any [existing issues](https://github.com/session-foundation/session-android/issues) that describe your bugs in order to avoid duplicate submissions. Submissions can be made by making a pull request to our `dev` branch. If you don't know where to start contributing, try reading the Github issues page for ideas.
1818

1919
## Build instructions
2020

@@ -39,7 +39,7 @@ Get the signed hash for this release. `SESSION_VERSION` needs to be updated for
3939

4040
```
4141
export SESSION_VERSION=1.10.4
42-
wget https://github.com/oxen-io/session-android/releases/download/$SESSION_VERSION/signatures.asc
42+
wget https://github.com/session-foundation/session-android/releases/download/$SESSION_VERSION/signatures.asc
4343
```
4444

4545
**Step 3:**

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ android {
170170

171171
website {
172172
dimension "distribution"
173-
ext.websiteUpdateUrl = "https://github.com/oxen-io/session-android/releases"
173+
ext.websiteUpdateUrl = "https://github.com/session-foundation/session-android/releases"
174174
buildConfigField "boolean", "PLAY_STORE_DISABLED", "true"
175175
buildConfigField "org.session.libsession.utilities.Device", "DEVICE", "org.session.libsession.utilities.Device.ANDROID"
176176
buildConfigField "String", "NOPLAY_UPDATE_URL", "\"$ext.websiteUpdateUrl\""
@@ -332,7 +332,7 @@ dependencies {
332332
implementation project(":libsession")
333333
implementation project(":libsession-util")
334334
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinxJsonVersion"
335-
implementation "com.github.oxen-io.session-android-curve-25519:curve25519-java:$curve25519Version"
335+
implementation "com.github.session-foundation.session-android-curve-25519:curve25519-java:$curve25519Version"
336336
implementation project(":liblazysodium")
337337
implementation "net.java.dev.jna:jna:5.12.1@aar"
338338
implementation "com.google.protobuf:protobuf-java:$protobufVersion"

app/src/main/java/org/thoughtcrime/securesms/util/SaveAttachmentTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class SaveAttachmentTask @JvmOverloads constructor(context: Context, count: Int
137137

138138
// TODO: This method may pass an empty string as the filename in Android API 28 and below. This requires
139139
// TODO: follow-up investigation, but has temporarily been worked around, see:
140-
// TODO: https://github.com/oxen-io/session-android/commit/afbb71351a74220c312a09c25cc1c79738453c12
140+
// TODO: https://github.com/session-foundation/session-android/commit/afbb71351a74220c312a09c25cc1c79738453c12
141141

142142
val fileParts: Array<String> = getFileNameParts(fileName)
143143
val base = fileParts[0]

libsession/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
implementation 'com.makeramen:roundedimageview:2.1.0'
6565
implementation 'com.esotericsoftware:kryo:5.1.1'
6666
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
67-
implementation "com.github.oxen-io.session-android-curve-25519:curve25519-java:$curve25519Version"
67+
implementation "com.github.session-foundation.session-android-curve-25519:curve25519-java:$curve25519Version"
6868
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
6969
implementation "com.squareup.phrase:phrase:$phraseVersion"
7070
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

libsession/src/main/java/org/session/libsession/messaging/file_server/FileServerApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ object FileServerApi {
119119
* Note that the value is cached and can be up to 30 minutes out of date normally, and up to 24
120120
* hours out of date if we cannot reach the Github API for some reason.
121121
*
122-
* https://github.com/oxen-io/session-file-server/blob/dev/doc/api.yaml#L119
122+
* https://github.com/session-foundation/session-file-server/blob/dev/doc/api.yaml#L119
123123
*/
124124
suspend fun getClientVersion(): VersionData {
125125
// Generate the auth signature

libsignal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation "androidx.annotation:annotation:1.5.0"
2424
implementation "com.google.protobuf:protobuf-java:$protobufVersion"
2525
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
26-
implementation "com.github.oxen-io.session-android-curve-25519:curve25519-java:$curve25519Version"
26+
implementation "com.github.session-foundation.session-android-curve-25519:curve25519-java:$curve25519Version"
2727
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2929
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"

0 commit comments

Comments
 (0)