Skip to content

Releases: greenart7c3/Amber

Release v3.2.9

23 Apr 12:51
5d4fff7
Compare
Choose a tag to compare

Release v3.2.8

21 Apr 22:23
524464f
Compare
Choose a tag to compare

Amber 3.2.8

  • refactor NostrSigner.getInstance() into NostrSigner.instance
  • refactor: removed appDatase from parameters
  • fix logged account switch when using bunkers
  • Use bunker response from quartz
  • Remove bunker request from the content pending intent
  • Open amber when pressing the connected relays notification
  • Fix connected relays notification
  • Include zapstore in the new bunker and initial message
  • Only show a backup message after sign up
  • Add search to the activity screen
  • Delete old logs and activities automatically
  • Show option to never close the app when using bunker url
  • Fix application activity logs not saving correctly
  • Move relay listeners to it’s own files
  • Cast to lowercase and trim data when logging in
  • Separate general prefs and account prefs keys
  • Fix tor connection when using a local relay
  • Add loading indicator when trying to fetch profile picture
  • Use Hex.decode from quartz instead of acinq
  • Retry sending events when it fails
  • Better message when orbot/tor is not working
  • Only show orbot/tor in the login/signup once
  • Fix connection check when sending an event

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.6.txt and manifest-v3.2.6.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.6.txt.sig manifest-v3.2.6.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.6.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.7

21 Apr 20:39
f6beda9
Compare
Choose a tag to compare

Amber 3.2.7

  • refactor NostrSigner.getInstance() into NostrSigner.instance
  • refactor: removed appDatase from parameters
  • fix logged account switch when using bunkers
  • Use bunker response from quartz
  • Remove bunker request from the content pending intent
  • Open amber when pressing the connected relays notification
  • Fix connected relays notification
  • Include zapstore in the new bunker and initial message
  • Only show a backup message after sign up
  • Add search to the activity screen
  • Delete old logs and activities automatically
  • Show option to never close the app when using bunker url
  • Fix application activity logs not saving correctly
  • Move relay listeners to it’s own files
  • Cast to lowercase and trim data when logging in
  • Separate general prefs and account prefs keys
  • Fix tor connection when using a local relay
  • Add loading indicator when trying to fetch profile picture
  • Use Hex.decode from quartz instead of acinq
  • Retry sending events when it fails
  • Better message when orbot/tor is not working
  • Only show orbot/tor in the login/signup once

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.6.txt and manifest-v3.2.6.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.6.txt.sig manifest-v3.2.6.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.6.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.6

19 Mar 11:52
bb49014
Compare
Choose a tag to compare

Amber 3.2.6

  • Use a fixed font scaling
  • Update dependencies

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.6.txt and manifest-v3.2.6.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.6.txt.sig manifest-v3.2.6.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.6.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.5

26 Feb 19:14
2ab7ae0
Compare
Choose a tag to compare

Amber 3.2.5

  • Added scroll bars

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.5.txt and manifest-v3.2.5.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.5.txt.sig manifest-v3.2.5.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.5.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.4

24 Feb 22:38
a86f23e
Compare
Choose a tag to compare

Amber 3.2.4

  • Fix incoming request screen not appearing automatically when using the offline version of the app

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.4.txt and manifest-v3.2.4.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.4.txt.sig manifest-v3.2.4.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.4.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.3

24 Feb 11:32
031d686
Compare
Choose a tag to compare

Amber 3.2.3

  • Add translation string for sign_message method
  • Add a log when encryption/decryption fails
  • Fix some lints
  • Fix tor connection when enabling tor and trying to add a new relay
  • Fix a crash when checking if the current logged in account is the same as the event

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.3.txt and manifest-v3.2.3.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.3.txt.sig manifest-v3.2.3.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.3.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.2

14 Feb 09:41
759d346
Compare
Choose a tag to compare

Amber 3.2.2

  • Allow to always reject permissions on the multi event screen
  • Allow copying the bunker uri after connected
  • Don't try to url decode requests by native apps

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.2.txt and manifest-v3.2.2.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.2.txt.sig manifest-v3.2.2.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.2.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.1

05 Feb 19:28
fdacace
Compare
Choose a tag to compare

Amber 3.2.1

  • Add some details when signing a contact list
  • Refactor check for logged in account
  • After granting notification permissions show the notification

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.1.txt and manifest-v3.2.1.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.1.txt.sig manifest-v3.2.1.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.2.0

27 Jan 14:48
05d6f3d
Compare
Choose a tag to compare

Amber 3.2.0

  • Fix relay connection when starting the service
  • Added profile picture in the incoming requests screen when using a large screen device
  • Added more event kinds translations
  • Added a log with the bunker request response
  • Use the relay from the request to send the response when no app is found

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.2.0.txt and manifest-v3.2.0.txt.sig are in the current directory) with:

gpg --verify manifest-v3.2.0.txt.sig manifest-v3.2.0.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <greenart7c3@proton.me>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.2.0.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.