You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,43 +22,45 @@ Build instructions can be found in [BUILDING.md](BUILDING.md).
22
22
23
23
## Translations
24
24
25
-
Want to help us translate Session into your language? You can do so at https://crowdin.com/project/session-android!
25
+
Want to help us translate Session into your language? You can do so at https://getsession.org/translate
26
26
27
27
## Verifying signatures
28
28
29
29
**Step 1:**
30
30
31
+
Add Jason's GPG key. Jason Rhinelander, a member of the [Session Technology Foundation](https://session.foundation/) and is the current signer for all Session Android releases. His GPG key can be found on his GitHub and other sources.
32
+
31
33
```
32
34
wget https://github.com/jagerman.gpg
33
35
gpg --import jagerman.gpg
34
36
```
35
37
36
38
**Step 2:**
37
39
38
-
Get the signed hash for this release. `SESSION_VERSION` needs to be updated for the release you want to verify.
40
+
Get the signed hashes for this release. `SESSION_VERSION` needs to be updated for the release you want to verify.
The command above should print "`Good signature from "Kee Jefferys...`". If it does, the hashes are valid but we still have to make the sure the signed hashes matches the downloaded files.
55
+
The command above should print "`Good signature from "Jason Rhinelander...`". If it does, the hashes are valid but we still have to make the sure the signed hashes match the downloaded files.
54
56
55
57
**Step 4:**
56
58
57
-
Make sure the two commands below returns the same hash. If they do, files are valid.
59
+
Make sure the two commands below return the same hash for the file you are checking. If they do, file is valid.
58
60
59
61
```
60
62
sha256sum session-$SESSION_VERSION-universal.apk
61
-
grep universal.apk signatures.asc
63
+
grep universal.apk signature.asc
62
64
```
63
65
64
66
## License
@@ -67,10 +69,17 @@ Copyright 2011 Whisper Systems
67
69
68
70
Copyright 2013-2017 Open Whisper Systems
69
71
70
-
Copyright 2019-2021 The Oxen Project
72
+
Copyright 2019-2024 The Oxen Project
73
+
74
+
Copyright 2024-2025 Session Technology Foundation
71
75
72
76
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html
73
77
78
+
## Attributions
79
+
80
+
This project uses [Lucide Icon Font](https://lucide.dev/), which is licensed under the
0 commit comments