Releases: guardianproject/orbot-android
Orbot for Android 16.6.0 BETA 1
MAJOR overhaul of VPN/tun traffic handling
- migrated to go-tun2socks
- implemented new routing of DNS traffic to Tor DNS port
- removed badvpn/tun2socks, jsocks and other legacy code
Orbot for Android 16.5.3 Release Candidate 1
UPDATE JAN 28: This release has a DNS issue/leak as documented in #589 that is being worked on
- Improve notification display with exit IP, country, and reliable up/down throughput display (bim!)
- Major improvement to VPN reliability through replacing pdnsd daemon with more reliable DNS layer (n8fr8, bim)
- Multiple small fixes, tweaks to startup/shutdown/restart reliability (bim, n8fr8)
- Updates to latest iptproxy release for small improvements to obfs4 and snowflake
Major work and thanks to @bitmold the defacto Orbot lead developer these days, @eighthave and @tladesignz for the work on core tor-android and iptproxy libraries, and @syphyr for all the feedback and support.
Orbot for Android 16.5.3 BETA 1
thanks to @bitmold for the momentum!
c2b9a5e (HEAD -> master, tag: 16.5.3-BETA-1-tor.0.4.6.9) update version to 1653100100 16.5.3 beta 1
3a548c2 (origin/master, origin/HEAD) cleanup start/stop of tun2socks for VPN; improves reliabiliy, reduces race conditions
5906ab1 fix git mistake...
ff1582c Fix race condition with showing bootstrap on main activity after tor strats
6c349cc Only show bandwidth info in notification if a circuits built, otherwise it fights for notification real estate with the bootstrap events
0a0861e Fix infinite loop regression introduced on devices < API 26 #582
0c6b07a added small UI check pertaining to #582
1393621 Fixed + suppressed lots of inconsequential warnings in OrbotService
924d108 Closes #320
7c22b0f Merge pull request #560 from weblate/weblate-guardianproject-orbot
bd607f4 (new_work) Merge branch 'new_work' of github.com:guardianproject/orbot into new_work
960a6ce update gradle
9cfdf49 only use the local socks proxy if it is set (this is for older devices)
b498f41 add playstore launcher graphic
389cc8f update icon to mipmap higher-res
6258033 (origin/new_work) tiny UI status stuff
57c6e6a Revert "OrbotService doens't need mIsLollipop"
1c8025a annotation to suppress snowflake warnings + closed a hanging cursor
31da772 OrbotService doens't need mIsLollipop
2acd1a3 Merge branch 'expanded_notification' into testinggg
825a21a Merge branch 'rapid_start_stop_crash' into testinggg
64b95a7 Merge branch 'sorted_countries' into testinggg
0113981 (origin/expanded_notification) cleaned up
9cf705f Remove relay lookups for internal + one-hop circuits
6ead3a5 Remove persistent notification preference on Oreo+
71079ae Cleaned up warngins and dev code from last commit
af400e8 Merge branch 'expanded_notification' of https://github.com/guardianproject/orbot into expanded_notification
2f776be Closes #538 Expanded Notifications show exit node info
c1ba482 Use Camel Casing on Notification Strings Show newnym even if expanded notifications are disabled (that's not what that preference is for!)
4331a4d New message for when orbot isnt connected to tor
107ecf7 start tor from notification when disconnected
719e387 - Notification title doesn't say Orbot, instead it shows the status - Notification text shows state as orbot is starting - Bandwidth transfer only shows once there's an active tor connection
ebe49ba (origin/rapid_start_stop_crash) added extra action to call stopforeground, used when the user quits orbot but there is no tor logic to stop...
7adb1dd use startForegroundService on API 26+
2a116d8 catch illegal state exception in sendIntentToService()
43f4011 (origin/sorted_countries) countries are sorted by current locale diplay name
3f1cef7 (origin/raw_event_listener) migrated remaining events, removed TorEventListener
963aa1f migrated NEWDESC event to raw event listener
777c70b moved bandwidth BW event to raw event listener
aa000a7 (origin/fix_573_no_bandwidth_updates) Fixes #573
Orbot 16.5.2-RC-5 tor.0.4.6.9
- now targeting sdk 31 so we can publish to Google Play
Orbot 16.5.2-RC-4 tor.0.4.6.9
- tor 0.4.6.9
- many fixes related to start/stop, status
- improved stability
- latest pluggable transports, snowflake update
- fix for battery optimization setting for hosted onion services
- many other things thanks to @bitmold @eighthave @syphyr and @tladesignz
Orbot 16.5.3 RC-2 with tor.0.4.6.9
changelog: 6643573#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
- tor 0.4.6.9
- many fixes related to start/stop, status
- improved stability
- latest pluggable transports, snowflake update
- many other things thanks to @bitmold @eighthave @syphyr and @tladesignz
Orbot 16.5.2-RC-2-tor.0.4.6.8
ec7200b (HEAD -> master, tag: 16.5.2-RC-2-tor.0.4.6.8) update to 1652200200
816c582 (origin/master, origin/HEAD) disable MOAT and Snowflake on SDK < 28 since they don't currently work
03470d4 simplify snowflake strings
06851dd register local v3 name receiver
9770ce8 removed new translations for strings that were removed from orbot
b200196 add comment about how snowlfake bridges may sometimes take a minute
1ed8efd Merge pull request #558 from guardianproject/tor-android-0.4.6.8
dd723e4 (tag: 16.5.2-RC-1-tor.0.4.6.8, ghdev/master) update to 1652200100
0ef3500 handle new local action for v3 onion names updating; also don't allow rapid stop/starts to avoid crashes
ac3d1ba move v3 onion name status to a "local action" instead
1d47994 update tor to 0.4.6.8w
5615b75 Merge pull request #542 from weblate/weblate-guardianproject-orbot
172b023 Merge branch 'master' into weblate-guardianproject-orbot
65640eb Merge branch 'external_app_request_v3'
1682f7c (external_app_request_v3) if someone stops during starting, conn could be null
0e59b55 Merge branch 'master' into external_app_request_v3
03ef5ef Merge branch 'ipt_1_3_0'
0645371 (origin/tor-android-0.4.6.8, tor-android-0.4.6.8) tor-android 0.4.6.7 -> 0.4.6.8
d8f6ebb (origin/external_app_request_v3) fixed status bug reported in #556
0c77144 (origin/ipt_1_3_0, ipt_1_3_0) add support for snowflake with amp rendezvous
bdee395 removed faulty bridge wizard from bridges page...paving the way to add a new bridge here...
50ef12d Snowflake proxy uses defaults in IPtProxy, displays cute toast when user connects. activity text for snowflake proxy isn't in ALL CAPS anymore
843effd Snowflake animations had a bug; they'd appear if tor connects and the pref is set to true even if proxy wasn't enabled (because bridges were...)
0123927 Interface for #540
798ef6e Experimental show snowflake toast when client connects to proxy...
c984dcc Closes #554, IPtProxy 1.3.0 added
34f4de6 Merge pull request #551 from guardianproject/fix_549_no_snowflake_and_bridge_ui
9cf6680 for now, disable snowflake proxy limiting
1abfd73 Translated using Weblate (Vietnamese)
3d8182e Translated using Weblate (Chinese (Simplified))
32753b4 Translated using Weblate (Ukrainian)
2f23db8 Translated using Weblate (Turkish)
41cf5d3 Translated using Weblate (Portuguese (Brazil))
5bd6165 Translated using Weblate (Lithuanian)
57f2f7f Translated using Weblate (Persian)
a8057ce Translated using Weblate (Vietnamese)
171ceac Translated using Weblate (Indonesian)
a1d0448 made setEnabled() call null safe
3fbda17 removed unused v2 constant from OrbotService
2637e1f return val of pluggableTransportsInstall always the same + never used
2cc79c1 Fixes #549 snowflake preferences are greyed on when bridges are in use also added string res for snowflake proxy category so it can be localized
f989be3 removed unused FileProvider.xml mentioned in #540
afc97fe Update BUILD.md
8e5cc3a Merge pull request #543 from tladesignz/master
80e92e9 Fixed some random compiler warnings, while reading through the code.
68b3104 Merge branch 'master' of gitlab.com:guardianproject/orbot
84f0be7 (newport/master) Update .gitlab-ci.yml file
c3b64f8 Update .gitlab-ci.yml file
515d0e5 Merge branch 'master' of github.com:guardianproject/orbot
2a114a6 update gitlab CI for Android 30 Java 11
aa48f6b Cleaned up About Dialog: - Gave it andorid material padding so view is centered - Removed redundant "some orbot details" string under "About" - Used consistent colors with other parts of app - Migrated hardcoded english strings to string res so dialog can be better localized
9c23f79 Closes #537 updated some copy too...
266ef25 Merge pull request #535 from syphyr/main
c5dca23 Cleanup dependency implementations and list
ab1c39a Correct typo in orbot error message
4c27f85 Fix missing dependencies for app-tv
0393a8f Fix typo in dependencies.gradle
4a8ee89 update changelog for 16.5.2 beta 1
57add48 move libs.versions.toml to dependencies.gradle makes it easier to work with in Android Studio
Orbot 16.5.2-BETA-1-tor.0.4.6.7
- tor 0.4.6.7
- removed Onion v2 support
- many other bugs fixed!
Orbot TV 1.0 BETA 2 with tor 0.4.5.9
- updated user interface to support non-touch TV remote navigation
- now supports "snowflake proxy" mode to help other tor users connect to Tor
Orbot 16.5.1-BETA-2a-tor.0.4.5.9
Highlights
-
tor now at 0.4.5.9 with improved stability of new "in process" mode
-
more tuning of snowflake support
-
updated translations
-
2a: quick fix for DNS resolution in VPN mode (pdnsd build issue)