index
:
bitmask_android.git
0.9.8
develop
master
mirror_0xacab_master
[bitmask_android]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
se
/
leap
/
bitmaskclient
/
tor
Age
Commit message (
Expand
)
Author
2024-12-11
add support for running bitmask-core's apiv5 bootstrap via tor + snowflake
cyBerta
2024-04-17
update golang and snowflake lib, update snowflake fronts
cyBerta
2024-02-03
fix foreground service permissions for Android API 34
cyBerta
2024-01-17
replace deprectated Observer and Observables by PropertyChangeListener and Pr...
cyBerta
2023-08-02
use single instance of shared prefernces across the app, this reduces the lag...
cyBerta
2023-07-31
improve Snowflake logs
cyBerta
2022-12-15
force nulling context after TorServiceConnection.close()
cyBerta
2022-12-12
remove some logs
cyBerta
2022-12-12
implement better snowflake connection setup handling in case either http doma...
cyBerta
2022-11-22
remove unused imports
cyBerta
2022-05-19
avoid possible NPE in TorStatusObservable
cyBerta
2022-05-19
early return if tor is ment to be shutdown but is not running
cyBerta
2022-05-19
only wait until Tor has been completely shutdown successfully on startTorServ...
cyBerta
2022-05-19
reset http proxy port immediately after tor has been cancelled and is about t...
cyBerta
2022-05-19
implement method to determine if tor is currently running and not yet about t...
cyBerta
2022-05-18
avoid possible NPE in ClientTransportPlugin
cyBerta
2022-01-25
update IPtProxy / snowflake
cyBerta
2021-11-26
fix string reference
cyBerta
2021-11-25
implement UI to enable/disable tor in settings fragment
cyBerta
2021-11-12
add licenses
cyBerta
2021-11-11
Check if snowflake stopped with an error. Change state to OFF in that case, too
cyBerta
2021-11-11
use command pattern to start/stop tor service, similar to EIP and ProviderAPI...
cyBerta
2021-11-11
fix snowflake on-/off state detection
cyBerta
2021-11-09
debounce tor notifications to max. 2 per second
cyBerta
2021-11-07
always reset proxy port if tor status turns to OFF
cyBerta
2021-11-07
Add provider setup unit tests wrt. Tor handling
cyBerta
2021-11-06
initiate tor status logs with empty strings
cyBerta
2021-11-05
tweak notification settings
cyBerta
2021-11-05
localize notification channel description for tor notifications
cyBerta
2021-11-05
Ensure tor state is set to OFF after snowflake completely stopped.
cyBerta
2021-11-04
remove unused UNKNOWN TorStatus state
cyBerta
2021-11-04
use deprecated method to initiate FileObserver for now to avoid crashes on ol...
cyBerta
2021-10-24
cancel tor and provider setup on pressing back button
cyBerta
2021-10-22
show tor and snowflake connection status in provider setup screens
cyBerta
2021-10-16
tweak snowflake log message
cyBerta
2021-10-16
remove unneeded logs
cyBerta
2021-10-16
cleanup imports
cyBerta
2021-10-16
show snowflake logs in notification
cyBerta
2021-10-16
show tor bootstrapping progress in notifications
cyBerta
2021-10-02
set max snowflake peers to 5 for now
cyBerta
2021-10-02
show snowflake logs in logcat
cyBerta
2021-07-21
implement ClientTransportPluginInterface to start / stop snowflake client for...
cyBerta
2021-07-21
update tor-android
cyBerta
2021-07-21
inject IPtProxy in TorService
cyBerta
2021-07-21
update tor-android
cyBerta
2021-07-21
use notifications contentText instead of contentTitle, so that the complete t...
cyBerta
2021-07-21
show tor status info in provider setup activies
cyBerta
2021-07-21
don't use hard coded strings
cyBerta
2021-07-21
initial tor-integration to circumvent blocking attempts of the provider api
cyBerta