mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:45:20 +00:00
f-droid: add metadata folder (#134)
* add fastlane metadata for f-droid and gplay * remove google signing block Needed to be removed for F-Droid. See https://gitlab.com/fdroid/admin/-/issues/367
This commit is contained in:
@@ -22,6 +22,13 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependenciesInfo {
|
||||||
|
// Disables dependency metadata when building APKs.
|
||||||
|
includeInApk = false
|
||||||
|
// Disables dependency metadata when building Android App Bundles.
|
||||||
|
includeInBundle = false
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = true
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
### Added
|
||||||
|
- Location services check during app startup with educational UI
|
||||||
|
- Message text selection functionality in chat interface
|
||||||
|
- Enhanced RSSI tracking and unread message indicators
|
||||||
|
- Major Bluetooth connection architecture refactoring with dedicated managers
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- **Critical**: Android-iOS message fragmentation compatibility issues
|
||||||
|
- Fixed fragment size (500→150 bytes) and ID generation for cross-platform messaging
|
||||||
|
- Ensures Android can properly communicate with iOS devices
|
||||||
|
- DirectMessage notifications and text copying functionality
|
||||||
|
- Smart routing optimizations (no relay loops, targeted delivery)
|
||||||
|
- Build system compilation issues and null pointer exceptions
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Comprehensive dependency updates (AGP 8.10.1, Kotlin 2.2.0, Compose 2025.06.01)
|
||||||
|
- Optimized BLE scan intervals for better battery performance
|
||||||
|
- Reduced excessive logging output
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
- Cross-platform compatibility with iOS and Rust implementations
|
||||||
|
- Connection stability through architectural improvements
|
||||||
|
- Battery performance via scan duty cycling
|
||||||
|
- User onboarding with location services education
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
A secure, decentralized, peer-to-peer messaging app that works over Bluetooth mesh networks. No internet required, no servers, no phone numbers - just pure encrypted communication.
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
IRC style chat over Bluetooth mesh
|
||||||
Reference in New Issue
Block a user