Location notes (#482)

* try 1

* works

* equalize UI with ios

* ui cleanup

* geohash chats: no building

* load notes in background

* insta

* simplify and tor icon change

* icons nice

* refactor

* unify location enabled / disabled

* cooler

* simplify, doesnt subscribe right away

* load when clicked

* plus minus location notes

* load when tor is available

* translations

* fix transalations

* implement review comments
This commit is contained in:
callebtc
2025-10-18 14:19:53 +02:00
committed by GitHub
parent e8862d5128
commit f99cb46b26
38 changed files with 1769 additions and 24 deletions
+13
View File
@@ -349,4 +349,17 @@
<item quantity="other">%d orang</item>
</plurals>
<plurals name="location_notes_title">
<item quantity="one">#%1$s ± 1 • %2$d catatan</item>
<item quantity="other">#%1$s ± 1 • %2$d catatan</item>
</plurals>
<string name="location_notes_description">tambahkan catatan singkat permanen ke lokasi ini agar pengunjung lain dapat menemukannya.</string>
<string name="location_notes_relays_unavailable">relay geo tidak tersedia; catatan dijeda</string>
<string name="location_notes_no_relays_title">tidak ada relay geo di sekitar</string>
<string name="location_notes_no_relays_desc">catatan bergantung pada relay geo. periksa koneksi lalu coba lagi.</string>
<string name="loading_location_notes">memuat catatan…</string>
<string name="location_notes_empty_title">belum ada catatan</string>
<string name="location_notes_empty_desc">jadilah yang pertama menambahkan catatan untuk tempat ini.</string>
<string name="dismiss">tutup</string>
<string name="location_notes_input_placeholder">tambahkan catatan untuk tempat ini</string>
</resources>