mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
2216e2b0f23cd305b9e63368bdd8440a86ad1730
ENH: Replaces transport config with namespaced settings This MR contains the following: * Adds a new guice module: SettingsManager, that abstracts the settings interface from the underlying database * Uses SettingsManager to replace the db.getConfig/mergeConfig calls in the Settings activity * Replaces the getSettings and mergeSettings calls in the database modules to include a namespace parameter. Updates the corresponding queries in the Jdbc module * Removes the TransportConfig module, as it is not used anymore * Updates the DuplexPlugin interface, to reflect this change in schemas and calls * Updates the calls in the corresponding plugins, for both briar-android and briar-desktop * Updates the hardcoded plugins in the tests to reflect these changes and updates the unit tests. See merge request !65
Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the Internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.
Description
Languages
Java
97.9%
Kotlin
1.9%