342 Commits

Author SHA1 Message Date
callebtc
7fa72ea1ea implement review comments 2025-10-18 14:08:39 +02:00
callebtc
78d742e54f fix transalations 2025-10-18 14:02:12 +02:00
callebtc
95fe308548 translations 2025-10-18 13:34:18 +02:00
callebtc
5d69a07b35 load when tor is available 2025-10-18 12:22:46 +02:00
callebtc
d5f27aa4b3 plus minus location notes 2025-10-18 12:15:49 +02:00
callebtc
02868a95d4 load when clicked 2025-10-18 12:10:14 +02:00
callebtc
6d107199a8 simplify, doesnt subscribe right away 2025-10-18 11:30:59 +02:00
callebtc
705a430c95 cooler 2025-10-18 01:59:47 +02:00
callebtc
9ba5d11229 unify location enabled / disabled 2025-10-18 01:34:53 +02:00
callebtc
c3a1cc5513 refactor 2025-10-18 01:04:24 +02:00
callebtc
c1633914bb icons nice 2025-10-18 00:48:25 +02:00
callebtc
e6e567727d simplify and tor icon change 2025-10-18 00:07:02 +02:00
callebtc
abb415c488 insta 2025-10-17 23:51:16 +02:00
callebtc
835283ec64 load notes in background 2025-10-17 23:29:14 +02:00
callebtc
249ea1e2fb geohash chats: no building 2025-10-17 23:15:42 +02:00
callebtc
fa1308f12b ui cleanup 2025-10-17 23:03:15 +02:00
callebtc
7e9de140d4 equalize UI with ios 2025-10-17 22:38:23 +02:00
callebtc
6879906b71 works 2025-10-17 22:25:13 +02:00
callebtc
4d509ffda5 try 1 2025-10-17 00:55:50 +02:00
callebtc
e8862d5128
versioncode 24 (#479) 2025-10-16 14:26:13 +02:00
callebtc
c4966b9a28
remove from all languages (#478) 2025-10-16 14:20:35 +02:00
Developer Chunk
fc3a00b4b9
fix: Resolve debug settings bottom sheet crash on some devices (#474)
Fixes #472 - App crashing in debug settings
The issue was in ui/debug/DebugSettingsSheet.kt:
- Line 304: Code was pre-formatting double value with String.format() then passing
  to string resource that expected raw double parameter
- Line 307: Numeric values weren't properly converted to strings for string resource
  that expected string parameters
Changes made:
- Changed stringResource(R.string.debug_target_fpr_fmt, String.format("%.2f", gcsFpr))
  to stringResource(R.string.debug_target_fpr_fmt, gcsFpr) - passes raw double value
- Changed stringResource(R.string.debug_derived_p_fmt, p, nmax)
  to stringResource(R.string.debug_derived_p_fmt, p.toString(), nmax.toString()) -
  properly converts numeric values to strings
This resolves the IllegalFormatConversionException: f != java.lang.String crash
when scrolling through the debug settings bottom sheet.
2025-10-16 13:21:44 +02:00
callebtc
4a6fe922f3
bump version 1.4.0 (#470) 1.4.0 2025-10-14 13:02:12 +02:00
callebtc
1486121b77
Extract constants (#469)
* extract constants

* refactor constants
2025-10-12 20:59:37 +02:00
callebtc
c61347defe
Remove ghost sync (#468)
* delete stale peers and messages from sync manager

* ignore old announcenements
2025-10-12 19:41:44 +02:00
callebtc
ad28cc710c
Translations (#467)
* english done

* de

* more extraction

* wip strings en

* translations work

* remove unneeded translations

* remove notification message

* add languages

* new languages
2025-10-12 18:54:20 +02:00
GitHub Action
3b2241e891 Automated update of relay data - Sun Oct 12 06:06:18 UTC 2025 2025-10-12 06:06:18 +00:00
elian1780
4030396203
fix: clear channel messages on reset (#446)
When `clearMessages` is called, it now also clears the `channelMessages` in the state, ensuring that messages from specific channels are also removed.

Co-authored-by: elian.kumaraku <elian.kumaraku@creactives.com>
2025-10-11 21:31:35 +02:00
GitHub Action
7e65450eac Automated update of relay data - Sun Oct 5 06:06:17 UTC 2025 2025-10-05 06:06:17 +00:00
GitHub Action
6546943cf7 Automated update of relay data - Sun Sep 28 06:06:42 UTC 2025 2025-09-28 06:06:42 +00:00
GitHub Action
2e4b0b04ed Automated update of relay data - Sun Sep 21 06:06:38 UTC 2025 2025-09-21 06:06:38 +00:00
callebtc
2b0bb5af74
fix unit tests (#442) 2025-09-20 00:05:46 +02:00
callebtc
633a506753
Media transfers (#440)
* tor voice wip

* worky BLE a bit

* can send sound

* remove tor

* ui cleanup

* recording time

* progress bar color

* nicknames for audio

* onboarding permissions no microphone

* may work

* fix destionation

* extend

* refactor voice input component

* fix keyboard collapse issue

* send images

* wip image open

* image sending works

* wip waveforms

* better

* better animation

* fix cursor for sending audio

* image sending animation

* image sending animation

* full screen image viewer

* gossip sync for fragments too

* reduce delays

* fix keyboard focus

* use v2 for file transfers

* do not sync fragments

* scrollable image viewer

* ui

* ui adjustments

* nicer animation

* seek through audio

* add spec

* add more details to documentation

* File sharing E2E:
- Add TLV BitchatFilePacket, FileSharingManager
- Implement sendFileNote in ChatViewModel
- File receive path: save to files/incoming and render [file] messages with FileMessageItem or FileSendingAnimation during transfer
- SAF FilePickerButton and dispatcher wiring; image/file choice to follow in MediaPickerOptions
- Add FileViewerDialog with system open/save, FileProvider and file_paths
- Hook transfer progress to file sending UI
- Manifest: READ_MEDIA_* and FileProvider
- Fix MessageHandler saving and prefix for non-image payloads
- Add helper utils (FileUtils)

* kinda wip

* fix buttons

* files half working

* wip file transfer

* file packet has 2-byte TLV and chunks. it wokrs but it sucks

* clean

* remove gossip sync for fragments

* fix audio and image rendering

* adjust FILE_SIZE TLV size too

* cleanup

* haptic

* private messages media

* read receipts for media

* use enum for message type not string

* delivery ack checks dont push content

* check

* animation fix

* refactor

* ui adjustments

* comments

* refactor

* fix crash on send and receive of the same file

* refactor notifications

* tests
2025-09-19 22:46:14 +02:00
callebtc
1178fc254a
remove the noise handshake if peer goes offline (#435) 2025-09-15 15:33:39 +02:00
callebtc
7061a96cce
bump to 1.3.1 (#432) 1.3.1 2025-09-15 12:43:58 +02:00
callebtc
4eda850110
better verbose logging (#431) 2025-09-15 01:31:32 +02:00
callebtc
c2609643da
add github tests (#233)
* add github tests

* fix github tests (#409)

---------

Co-authored-by: Tobiloba Oyelekan <miketobi73@gmail.com>
2025-09-14 17:31:19 +02:00
callebtc
277dbdf4e1
nostr: fix block feature (#427)
* fix block feature

* fix nostr nickname in sidebar
2025-09-14 17:30:47 +02:00
lollerfirst
a4ef2ef29c
fix: bookmark removal persistence (#424) 2025-09-14 16:38:39 +02:00
callebtc
9c7567e62e
lock to tor (#426)
* lock to tor

* bootstrap state
2025-09-14 16:36:02 +02:00
GitHub Action
df4aa4b25d Automated update of relay data - Sun Sep 14 06:06:21 UTC 2025 2025-09-14 06:06:21 +00:00
callebtc
382d29e03f
bump versioncode (#419) 2025-09-14 05:12:42 +02:00
callebtc
4786b1f250
default pow to 12 (#418) 1.3.0 2025-09-14 05:04:04 +02:00
callebtc
b96bf180f9
Fix pow (#417)
* fix pow

* only pow with nonse
2025-09-14 05:01:34 +02:00
callebtc
deba156711
bumo to 1.3.0 (#416) 2025-09-14 04:26:04 +02:00
callebtc
1a398b16ef
Redesign: Permissions screen, battery optimization, location sheet (#415)
* update permissions screen design

* battery optimization screen

* remove init screen

* skip init screen on load

* skip on load only

* location sheet design wip

* denser location sheet

* location sheet layout fix
2025-09-14 04:22:56 +02:00
callebtc
861eaaeaef
catch errors (#397) 2025-09-14 03:50:51 +02:00
callebtc
96d59d55ff
tor on by default (#414) 2025-09-14 03:50:22 +02:00
lollerfirst
779717217f
feat: geohash bookmarks (iOS parity) (#410)
* Geohash bookmarks (iOS parity):
- Add GeohashBookmarksStore (persist bookmarks + friendly names)
- Integrate bookmark toggle into LocationChannelsSheet (nearby + bookmarked sections)
- Add header toggle for current geohash bookmark
- Sample counts for union of nearby + bookmarks while sheet open
- Add Geohash.decodeToBounds() to support friendly name resolution
- Fix coroutine usage and Gson type inference issues

* fix UI

* clear bookmarks on triple tap

* adjust icons

---------

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2025-09-14 03:46:37 +02:00
ruslan_yet
eba0d36015
Add App Info Bottom Sheet (#406)
* Automated update of relay data - Sun Sep  7 06:20:11 UTC 2025

* Refactor(ui): Improve AboutSheet design and layout Ios Like

This commit refactors the `AboutSheet` composable with several UI enhancements:

-   Updated the overall layout and styling for a more modern look and feel.
-   Introduced a collapsing top bar effect on scroll.
-   Replaced `FeatureCard` with individual `Row` layouts for feature descriptions.
-   Adjusted typography, spacing, and padding for better readability.
-   Updated color usage to align with `MaterialTheme.colorScheme`.
-   Made the bottom sheet skip the partially expanded state by default.
-   Added `statusBarsPadding` to the `ModalBottomSheet`.

---------

Co-authored-by: GitHub Action <action@github.com>
2025-09-14 03:37:53 +02:00