- 14 Apr, 2022 2 commits
-
-
akwizgran authored
- 21 Jul, 2021 21 commits
-
-
Torsten Grote authored
Try starting the WifiP2p framework multiple times with delay if BUSY See merge request !15
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
* Improve HotspotManager logging (attempt count) * Add layout margin for status text * Fix wording in inner documentation * Remove unneeded LOG field * Remove flag 'startRequested' * Move Javadocs within HotspotManager
-
Sebastian Kürten authored
-
Sebastian Kürten authored
Instead of relying on the ConditionManager making sure that WifiP2p is really ready to be used, just try starting the framework as soon as Wifi is enabled and retry for 5 seconds until it either works or fails.
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
-
Sebastian Kürten authored
Achieve this by moving ActivityResultLauncher initialization into the ConditionManager implementations, relieving HotspotFragment from managing the interaction of the retrieved results and calling the right methods in the ConditionManager, thereby encapsulating more of the condition management in there.
-
Sebastian Kürten authored
* Create an interface called ConditionManager that the 28 and 29 versions implement * On API levels < 29, don't ask for the location permission * Simplify ConditionManager logic: * Make more concise what areEssentialPermissionsGranted() and checkAndRequestConditions() do and get rid of startConditionChecks() entirely; use checkAndRequestConditions() instead. * Now areEssentialPermissionsGranted() is a private method only used internaly by the ConditionManager implementations
-
Sebastian Kürten authored
-
- 19 Jul, 2021 2 commits
-
-
Torsten Grote authored
Do not fail when group is null and no attempts left to retry See merge request !14
-
Sebastian Kürten authored
-
- 05 Jul, 2021 2 commits
-
-
Torsten Grote authored
Do not increment the attempt variable twice when requesting group info See merge request !11
-
Sebastian Kürten authored
-
- 02 Jun, 2021 2 commits
-
-
Torsten Grote authored
Check if peer has connected See merge request !10
-
Sebastian Kürten authored
-
- 20 May, 2021 1 commit
-
-
Sebastian authored
Use HTML template to render designed website Closes briar#2022 See merge request !9
-
- 19 May, 2021 1 commit
-
-
Torsten Grote authored
-
- 14 May, 2021 1 commit
-
-
Torsten Grote authored
-
- 13 May, 2021 7 commits
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
ViewModel cleanup See merge request !6
-
Torsten Grote authored
-
Torsten Grote authored
and add some thread annotations
-
Torsten Grote authored
-
- 12 May, 2021 1 commit
-
-
Sebastian Kürten authored
-