Major new release with big changes and new features:
- gossip (outbox/inbox) model see https://github.com/frnandu/yana/blob/master/GOSSIP.md for details
- keep feed/notification subscription open with live new events popping up as soon as they're broadcasted.
- show in which relays a note was loaded from
- login as.... use any accounts as read-only from your favorite users
- choose to which relays to broadcast
- local cache for events using https://github.com/isar/isar DB (native rust lib)
- use https://github.com/relaystr/dart_ndk as relay connectivity
- new promo landing page at https://yana.do (web demo app now lives at https://app.yana.do)
- register nostr: in android so that nostr links give yana option as an app to open
- generic mute lists (nip-51) for profiles, hashtags, words with either public or private elements.
- separate search/blocked relay lists (nip-51), so you don't need to keep your search relays on your main list
- fix jumping into correct position on thread reply
- fix zooming of pictures
Verify the signature of the android .apk file:
keytool -printcert -jarfile <.apk-file> |grep SHA256
Compare this with the SHA256 found on nostr profile for Yana
Use https://sideloadly.io/ to sideload the yana-version-ios.ipa file onto your ios device.