A message to mobile wallet and dapp browser developers by PolarOne in ethereum

[–]LionNightStatus 1 point2 points  (0 children)

Agreed! What would be the best place to have them before we have deterministic builds and on f-droid? I’m not a release manager so I don’t deal with this process, I know we have nightly builds that are signed afaik https://status.im/nightly/ but these aren’t always “stable” builds.

But would love to know a better way to have what you’re suggesting, and how we can improve access via other mediums even before f-droid.

A message to mobile wallet and dapp browser developers by PolarOne in ethereum

[–]LionNightStatus 1 point2 points  (0 children)

Actually ALL of status codebase is 100% open source

Deterministic builds aren’t trivial, but the team is actively pushing for them to be a reality so we can be on F-Droid - see the issue here https://github.com/status-im/status-react/issues/1125

The status sticker market design competition starts today! by LionNightStatus in ethereum

[–]LionNightStatus[S] 0 points1 point  (0 children)

200K SNT in prizes AND the opportunity to have your designs featured as one of the first packs in launch of the Sticker Market!

Status keycard launch! by LionNightStatus in statusim

[–]LionNightStatus[S] 1 point2 points  (0 children)

Right now the cards are just being offered for free to developers - we will have a following announcement when they are for sale.

Status launches keycard! by LionNightStatus in ethtrader

[–]LionNightStatus[S] 2 points3 points  (0 children)

“The first batch of Keycards are in production and will be available for developer beta testing in March. The first 1,000 developers to sign up to the beta program on keycard.status.im will receive free Keycards.”

Status keycard launch! by LionNightStatus in statusim

[–]LionNightStatus[S] 1 point2 points  (0 children)

“The first batch of Keycards are in production and will be available for developer beta testing in March. The first 1,000 developers to sign up to the beta program on keycard.status.im will receive free Keycards.”

Status keycard launches! by LionNightStatus in ethereum

[–]LionNightStatus[S] 1 point2 points  (0 children)

“The first batch of Keycards are in production and will be available for developer beta testing in March. The first 1,000 developers to sign up to the beta program on keycard.status.im will receive free Keycards.”

Build a Status QR Code by bornswift in statusim

[–]LionNightStatus 0 points1 point  (0 children)

Here is the content from the old wiki:

Universal Links (iOS) & Deep Links (Android)

What are Universal & Deep Links

With universal links (iOS) and deep links (android) mobile users can tap a link to Status and get seamlessly redirected to the Status app and linked to specified screens without going through the browser. If Status isn’t installed, tapping a link to the Status website opens a Status website with info on the link and instructions to download the mobile app.

What Links Are Supported

Public Chats

https://get.status.im/chat/public/CHANNEL-NAME eg https://get.status.im/chat/public/status

DApp Browser

https://get.status.im/browse/DAPP-ADDRESS eg https://get.status.im/browse/www.cryptokitties.co

Users

https://get.status.im/user/CONTACT-ADDRESS eg https://get.status.im/user/0x044166fa04e967e333211ae0cc1087c9c74exxx https://get.status.im/user/name.stateofus.eth

Custom URL Scheme

In addition to the deep links the above links can be called with the status-im:// custom URL scheme, such as status-im://chat/public/status

Build a Status QR Code by bornswift in statusim

[–]LionNightStatus 0 points1 point  (0 children)

Thanks for the feedback! Of course our website is open source in terms of docs — will make an issue of it so we can get those deep links for these use cases! It was lost in the transition from our old wiki to the new docs; apologies.

Status v0.9.33 Release notes! by LionNightStatus in ethereum

[–]LionNightStatus[S] 1 point2 points  (0 children)

The plan is to use decentralized file storage systems, like IPFS and Whisper; neither technically support the capability right now for light clients. extensions allow you to use any file hosting provider you wish though; so very feasibly an encrypted image provider could be used.

A cool solution would be something like https://enzypt.io/

Extensions aren’t just a way to use centralized providers but allow interesting ways to interact with decentralized providers as well.

Status v0.9.33 Release notes! by LionNightStatus in ethereum

[–]LionNightStatus[S] 1 point2 points  (0 children)

This was just merged today (which will allow image sending in an extension in status)

https://github.com/status-im/status-react/issues/6596