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
@@ -362,4 +362,17 @@
<item quantity="other">%d 人</item>
</plurals>
<plurals name="location_notes_title">
<item quantity="one">#%1$s ± 1 • %2$d 条笔记</item>
<item quantity="other">#%1$s ± 1 • %2$d 条笔记</item>
</plurals>
<string name="location_notes_description">为此位置添加简短的永久备注,方便其他访客查看。</string>
<string name="location_notes_relays_unavailable">地理中继不可用;笔记已暂停</string>
<string name="location_notes_no_relays_title">附近没有地理中继</string>
<string name="location_notes_no_relays_desc">笔记依赖地理中继。请检查连接后重试。</string>
<string name="loading_location_notes">正在加载笔记…</string>
<string name="location_notes_empty_title">还没有笔记</string>
<string name="location_notes_empty_desc">成为第一个为此地点添加笔记的人。</string>
<string name="dismiss">关闭</string>
<string name="location_notes_input_placeholder">为此地点添加一条笔记</string>
</resources>