Skip to content

Releases: guardianproject/orbot

Orbot 16.3.0-RC-1-tor-0.4.2.7

30 May 10:39
16.3.0-RC-1-tor-0.4.2.7
bd3bc7b
Compare
Choose a tag to compare

Many thanks to @bitmold for all the fantastic fixes

/** 16.3.0-RC-1-tor-0.4.2.7 / 30 May 2020 / 9b415d1 **/

9b415d1 (HEAD -> master) update version code to 1630200100
1ecca6b (origin/master, origin/HEAD) Merge branch 'bitmold-bug_tor_wont_stop_with_activeVPN'
b2b92d6 (bitmold-bug_tor_wont_stop_with_activeVPN) leave VPN toggle enabled, just stop the service
80b532e Merge branch 'bug_tor_wont_stop_with_activeVPN' of https://github.com/bitmold/orbot into bitmold-bug_tor_wont_stop_with_activeVPN
da5f80d Merge pull request #344 from bitmold/hosted_services_dialog_crash
44ece31 Merge pull request #341 from nijel/patch-1
cd92f88 Merge pull request #339 from bitmold/moat_max_solution_len
216ca72 Merge pull request #338 from bitmold/bridge_wized_landscape_fix
952bee9 Merge pull request #337 from bitmold/moat_reset_ui_fix
ad6ba4a Merge branch 'bitmold-dialog_rotation_fixes'
7beceb6 (bitmold-dialog_rotation_fixes) Merge branch 'dialog_rotation_fixes' of https://github.com/bitmold/orbot into bitmold-dialog_rotation_fixes
b5e2c7b updating base versionCode to 1620200100 and changing how arch increments happen
f8b1fce Fixes #329 Tor Wont Fully Stop With VPN Enabled
b18f9b8 Fixes #343 hosted services dialog crash
1f54a96 Delete rs-rAR translation
7a0db40 Delete rs-rAR translation
33276a9 MOAT Errors won't disappear on device rotation
9b3afa5 Limited MOAT Solution Length to spec's 20 byte limit
315a1a8 Recent changes to the BridgeWizard would cause it not to display fully in landscape orientation. This was trivially fixed by adding a ScrollView
85c8331 When a new CAPTCHA is requested, immediately clear the old solution EditText instead of waiting for the CAPTCHA to finish downloading.
872b524 About dialog remains open on rotation. Added an android:id to its ScrollView so its position is retained too.

Orbot 16.2.0 RC-1 (tor-0.4.2.7)

04 May 16:00
16.2.0-RC-1-tor-0.4.2.7
0a3a4f7
Compare
Choose a tag to compare

Thanks to the fantastic contributions by @bitmold @tladesignz and @Hashik-Donthineni

Highlights

  • Resolved many issues related to startup of Tor and Obfs4/Meek bridges on Android Q/10
  • VPN fixes resolved through unifying 2 background services (TorVPNService, TorService) into one (OrbotService)
  • Update tor to 0.4.2.7 and obfs4proxy to 0.0.12 latest
  • Brand new "beta" integrated bridge fetch feature through Tor's MOTE service (just like in Tor Browser)
  • Brand new custom bridge configuration, setup UI
  • Zulu language random switch bug FINALLY fixed.... now the language you choose remains! (sorry, Zulu!)
  • and much more...

/** 16.2.0-RC-1-tor-0.4.2.7 / 4 May 2020 / 0a3a4f7 **/

0a3a4f7 (HEAD -> master) update version code to 16202001
a631077 (HEAD -> master, origin/master, origin/HEAD) Merge branch 'tladesignz-master'
875f18a (tladesignz-master) Merge branch 'master' of https://github.com/tladesignz/orbot into tladesignz-master
85e027c update version code
cabf328 don't start tun2socks/VPN if it is already running
718bb42 Issue #324: Implemented CustomBridgesActivity analogous to Onion Browser iOS.
12a3f4a (tag: 16.2.0-BETA-4-tor-0.4.2.7) remove TorVpnService from manifest to address #327 crash
22d7ef8 (tag: 16.2.0-BETA-3-tor-0.4.2.7) update to 16201003
22bd248 update binary install scripts, to fix pdnsd install - now pdnsd is packaged as libpdsnd.so to work on newer platforms
e93c8bc (tag: 16.2.0-BETA-2-tor-0.4.2.7) update version code to 16201002
d0fec8e update tor and obfs4proxy binary libs to address #326 hopefully
3ac5a70 Issue #309: Activate newly required bridges, fixed accidental reset through Tor status notification.
e1425d3 Issue #309: Also disable CAPTCHA solution EditText, as long as there's no CAPTCHA to solve and while letting it check.
ff7cbcf Issue #309: Error alert button should say "OK" instead of "Cancel", since there's nothing to cancel, really, just to acknowledge the error.
54f5f31 Issue #309: Hide refresh option menu item instead of disable, because Android doesn't visualize that adequately. Additionally: Fix issue where you couldn't refresh after a network error.
3bfaa8a Issue #309: Fixed potential crash, when activity went away.
c41d453 (public/master) fix unneeded includes
4f4300a (tag: 16.2.0-BETA-1A-tor-0.4.2.7, tag: 16.2.0-BETA-1-tor-0.4.2.7, ghdev/master) update version to 16201001
7d7b2e9 remove app updater code to address concerns in #323
ec47151 major VPN refactor with Android Q updates for #263 #261 #151 #316 and #303 - integrate TorVPNService directly into OrbotService, so just one service now - removed VPNEnableActivity, and just have
VPN activated by service now - changes address start on boot with VPN enable - also improvements to managing PDNSD daemon
d64b4d0 (tag: 16.1.5-BETA-2-tor-0.4.2.7) update version code to 16150001
d5bc374 update to SDK 29
919c211 improve pdnsd pid checking
e78c27b remove unneeded commands in tor config and startup
5cd6cc8 update tor to 0.4.2.7
785fa8f Merge branch 'master' of github.com:guardianproject/orbot
93a0786 Merge pull request #322 from bitmold/AboutDialogCrashFix
b24750e Fixes #321 IlleglaStateException on about dialog
2e6c9b1 (tag: 16.1.5-BETA-1-tor-0.4.2.5-rc) small tweaks to request bridge strings
3c80df0 Merge branch 'bitmold-compile_erorr+refactor'
08de553 (bitmold-compile_erorr+refactor) Merge branch 'compile_erorr+refactor' of https://github.com/bitmold/orbot into bitmold-compile_erorr+refactor
df847ff Merge branch 'tladesignz-master'
b2646a3 update AndroidPT to latest 1.0.8 with fixes for obfs4 and meek on Android 10
feedb3b fix string variable values
155980f Change from using String resources for a bundle key in Onboarding
ec0ad26 Fixes compile error on master branch right now
f2c8473 Merge branch 'master' of https://github.com/tladesignz/orbot into tladesignz-master
732c153 Merge branch 'master' of https://github.com/guardianproject/orbot
09ded59 (githubgp/master) Merge pull request #311 from bitmold/email_bridges_fix
b1049ca Merge branch 'master' of https://github.com/guardianproject/orbot
b9804c1 Merge pull request #305 from Hashik-Donthineni/AppIntroOrientationFix
410ae03 tweaks to app data storage and control port interaction - in some cases, Orbot connection to local control port can hang. Make changes to address that.
19d5054 Color indeterminate ProgressBar.
1749167 Fixed behaviour on device turn.
f94931e Don't allow refresh button to trigger while request ongoing.
7a9b9d1 Adapted to naming convention of project.
964c311 Fixed MoatActivity startup when Tor is not running. Reset old bridge configuration, when not completed.
5c99859 Finish BridgeWizardActivity on successful MOAT.
a34ee22 Improved UI: show progress spinner, start request on keyboard enter.
a46e463 Updated Gradle to latest version.
c026e20 Check OrbotService status, start Tor, if down, switch to Meek, when started, fetch CAPTCHA, as soon as done with that. Proxy Volley correctly. Improved option menu handling. Not working, yet: Tor
doesn't come up. Why?
e7cfe46 Added first stab at a MoatActivity. Doesn't change bridges automatically, yet. Also, Volley needs to be proxied.
469d4cf Fixed most warnings and errors in OrbotMainActivity.
3eb76e6 Updated Gradle.
4283221 Updated BUILD info.
446dfa6 Fixes bugs in #289 pertaining to parsing bridges
8627989 Merge pull request #310 from bitmold/zulu_context_menu
29541f3 Fixes #300 Where Locale is set to Zulu when settings are opened
bfbb85b Changed variable names for better understanding
a09b4eb Fixed Unused Imports
f4580cf Added comments for better understanding
6c09f67 Extracted String Resources
ee3e054 Fixed blank screen when orintation changed in AppIntro
8a3727a Merge pull request #301 from PLNech/patch-1
0dcba0d fix FAQ URL in README
73b0b0d handle NPE since node is not yet set

Orbot 16.2.0-BETA-4-tor-0.4.2.7

04 May 12:19
16.2.0-BETA-4-tor-0.4.2.7
12a3f4a
Compare
Choose a tag to compare

12a3f4a (HEAD -> master, tag: 16.2.0-BETA-4-tor-0.4.2.7, origin/master, origin/HEAD) remove TorVpnService from manifest to address #327 crash

Orbot 16.2.0-BETA-3 tor-0.4.2.7

01 May 18:05
16.2.0-BETA-3-tor-0.4.2.7
22d7ef8
Compare
Choose a tag to compare

22d7ef8 (HEAD -> master, tag: 16.2.0-BETA-3-tor-0.4.2.7) update to 16201003
22bd248 (origin/master, origin/HEAD) update binary install scripts, to fix pdnsd install - now pdnsd is packaged as libpdsnd.so to work on newer platforms

Orbot 16.2.0 BETA-2 tor-0.4.2.7

01 May 04:15
16.2.0-BETA-2-tor-0.4.2.7
e93c8bc
Compare
Choose a tag to compare
Pre-release

e93c8bc (HEAD -> master, tag: 16.2.0-BETA-2-tor-0.4.2.7) update version code to 16201002
d0fec8e update tor and obfs4proxy binary libs to address #326 hopefully

Orbot 16.2.0 BETA-1 tor-0.4.2.7

28 Apr 21:44
16.2.0-BETA-1-tor-0.4.2.7
4f4300a
Compare
Choose a tag to compare
Pre-release

Many thanks to @bitmold @tladesignz @Hashik-Donthineni for the contributions so far! On our way to a great 16.2. release..

4f4300a (HEAD -> master, tag: 16.2.0-BETA-1-tor-0.4.2.7, public/master, ghdev/master) update version to 16201001
7d7b2e9 remove app updater code to address concerns in #323
ec47151 (origin/master, origin/HEAD) major VPN refactor with Android Q updates for #263 #261 #151 #316 and #303 - integrate TorVPNService directly into OrbotService, so just one service now - removed VPNEnableActivity, and just have VPN activated by service now - changes address start on boot with VPN enable - also improvements to managing PDNSD daemon
d64b4d0 (tag: 16.1.5-BETA-2-tor-0.4.2.7) update version code to 16150001
d5bc374 update to SDK 29
919c211 improve pdnsd pid checking
e78c27b remove unneeded commands in tor config and startup
5cd6cc8 update tor to 0.4.2.7
785fa8f Merge branch 'master' of github.com:guardianproject/orbot
93a0786 Merge pull request #322 from bitmold/AboutDialogCrashFix
b24750e Fixes #321 IlleglaStateException on about dialog
2e6c9b1 (tag: 16.1.5-BETA-1-tor-0.4.2.5-rc) small tweaks to request bridge strings
3c80df0 Merge branch 'bitmold-compile_erorr+refactor'
08de553 (bitmold-compile_erorr+refactor) Merge branch 'compile_erorr+refactor' of https://github.com/bitmold/orbot into bitmold-compile_erorr+refactor
df847ff Merge branch 'tladesignz-master'
b2646a3 (tladesignz-master) update AndroidPT to latest 1.0.8 with fixes for obfs4 and meek on Android 10
feedb3b fix string variable values
155980f Change from using String resources for a bundle key in Onboarding
ec0ad26 Fixes compile error on master branch right now
f2c8473 Merge branch 'master' of https://github.com/tladesignz/orbot into tladesignz-master
732c153 Merge branch 'master' of https://github.com/guardianproject/orbot
09ded59 (githubgp/master) Merge pull request #311 from bitmold/email_bridges_fix
b1049ca Merge branch 'master' of https://github.com/guardianproject/orbot
b9804c1 Merge pull request #305 from Hashik-Donthineni/AppIntroOrientationFix
410ae03 tweaks to app data storage and control port interaction - in some cases, Orbot connection to local control port can hang. Make changes to address that.
19d5054 Color indeterminate ProgressBar.
1749167 Fixed behaviour on device turn.
f94931e Don't allow refresh button to trigger while request ongoing.
7a9b9d1 Adapted to naming convention of project.
964c311 Fixed MoatActivity startup when Tor is not running. Reset old bridge configuration, when not completed.
5c99859 Finish BridgeWizardActivity on successful MOAT.
n8fr8@xstatic:~/dev/repos/orbot$ git log --oneline
4f4300a (HEAD -> master, tag: 16.2.0-BETA-1-tor-0.4.2.7, public/master, ghdev/master) update version to 16201001
7d7b2e9 remove app updater code to address concerns in #323
ec47151 (origin/master, origin/HEAD) major VPN refactor with Android Q updates for #263 #261 #151 #316 and #303 - integrate TorVPNService directly into OrbotService, so just one service now - removed VPNEnableActivity, and just have VPN activated by service now - changes address start on boot with VPN enable - also improvements to managing PDNSD daemon
d64b4d0 (tag: 16.1.5-BETA-2-tor-0.4.2.7) update version code to 16150001
d5bc374 update to SDK 29
919c211 improve pdnsd pid checking
e78c27b remove unneeded commands in tor config and startup
5cd6cc8 update tor to 0.4.2.7
785fa8f Merge branch 'master' of github.com:guardianproject/orbot
93a0786 Merge pull request #322 from bitmold/AboutDialogCrashFix
b24750e Fixes #321 IlleglaStateException on about dialog
2e6c9b1 (tag: 16.1.5-BETA-1-tor-0.4.2.5-rc) small tweaks to request bridge strings
3c80df0 Merge branch 'bitmold-compile_erorr+refactor'
08de553 (bitmold-compile_erorr+refactor) Merge branch 'compile_erorr+refactor' of https://github.com/bitmold/orbot into bitmold-compile_erorr+refactor
df847ff Merge branch 'tladesignz-master'
b2646a3 (tladesignz-master) update AndroidPT to latest 1.0.8 with fixes for obfs4 and meek on Android 10
feedb3b fix string variable values
155980f Change from using String resources for a bundle key in Onboarding
ec0ad26 Fixes compile error on master branch right now
f2c8473 Merge branch 'master' of https://github.com/tladesignz/orbot into tladesignz-master
732c153 Merge branch 'master' of https://github.com/guardianproject/orbot
09ded59 (githubgp/master) Merge pull request #311 from bitmold/email_bridges_fix
b1049ca Merge branch 'master' of https://github.com/guardianproject/orbot
b9804c1 Merge pull request #305 from Hashik-Donthineni/AppIntroOrientationFix
410ae03 tweaks to app data storage and control port interaction - in some cases, Orbot connection to local control port can hang. Make changes to address that.
19d5054 Color indeterminate ProgressBar.
1749167 Fixed behaviour on device turn.
f94931e Don't allow refresh button to trigger while request ongoing.
7a9b9d1 Adapted to naming convention of project.
964c311 Fixed MoatActivity startup when Tor is not running. Reset old bridge configuration, when not completed.
5c99859 Finish BridgeWizardActivity on successful MOAT.
a34ee22 Improved UI: show progress spinner, start request on keyboard enter.
a46e463 Updated Gradle to latest version.
c026e20 Check OrbotService status, start Tor, if down, switch to Meek, when started, fetch CAPTCHA, as soon as done with that. Proxy Volley correctly. Improved option menu handling. Not working, yet: Tor doesn't come up. Why?
e7cfe46 Added first stab at a MoatActivity. Doesn't change bridges automatically, yet. Also, Volley needs to be proxied.
469d4cf Fixed most warnings and errors in OrbotMainActivity.
3eb76e6 Updated Gradle.
4283221 Updated BUILD info.
446dfa6 Fixes bugs in #289 pertaining to parsing bridges
8627989 Merge pull request #310 from bitmold/zulu_context_menu
29541f3 Fixes #300 Where Locale is set to Zulu when settings are opened
bfbb85b Changed variable names for better understanding
a09b4eb Fixed Unused Imports
f4580cf Added comments for better understanding
6c09f67 Extracted String Resources
ee3e054 Fixed blank screen when orintation changed in AppIntro
8a3727a Merge pull request #301 from PLNech/patch-1
0dcba0d fix FAQ URL in README
73b0b0d handle NPE since node is not yet set

Orbot 16.1.4-RC-1-tor-0.4.2.5-rc

05 Feb 16:15
16.1.4-RC-1-tor-0.4.2.5-rc
efeeeb8
Compare
Choose a tag to compare

APKs also posted on https://guardianproject.info/releases/ and soon available on f-droid, play, etc

/** 16.1.4-RC-1-tor-0.4.2.5-rc / 5 Feb 2020 / 35fbb56 **/

35fbb56 (HEAD -> master) update version code to 16142100
71e4bad clean-up how kill process works; only try additional attempts if needed
c955020 (tag: 16.1.4-BETA-2-tor-0.4.2.5-rc) update build tools and versionCode to 16141100
815bb83 (origin/master, origin/HEAD, newport/master) set the VPN button properly for mini UI
f23e954 reduce use of "kill" process command for only PDSND and not tor - it is no longer needed for tor, and was causing the app to exit on some devices - also, now specifically kill pdnsd using the stor
ed PID
aaa8df4 also build universal APK to allow for users who don't know which to use
1d2fa53 handle service restarts with null intents
ea556bb Merge branch 'master' of gitlab.com:guardianproject/orbot
d38e9e1 (tag: 16.1.4-BETA-1-tor-0.4.2.5-rc) improve killing of orphaned tor process
6135939 update to tor 0.4.2.5
57e3ee1 fix OrbotService rename
ca7394f Merge branch 'eighthave-rename-to-OrbotService'
b3d747e (eighthave-rename-to-OrbotService) Merge branch 'rename-to-OrbotService' of https://github.com/eighthave/orbot into eighthave-rename-to-OrbotService
a655bee rename TorService to OrbotService to prep for standalone TorService
200c404 (tag: 16.1.3-BETA-2-tor-0.4.1.6-rc) update version code to 16132000
7cd5a28 re-enable traffic notification info and improve debug output - tor entrance IP now displayed in logs if you enable debug option
bb3640a when you exit, make sure you also stop the VPN
2682b52 update gradle tools
d18e1bb make sure all tor daemons are fully killed
0c8e2e7 switch to Briar jtorctl, upgrade to AndroidX, and tor 0.4.1.6
ca65d08 Merge branch 'master' of github.com:guardianproject/orbot
b5b4c9b Merge pull request #278 from eighthave/whitespace-and-unused
1d084d7 strip trailing whitespace from TorService
7b8f908 remove unused variables and methods from TorService
d4125a2 run Ctrl-Alt-L code formatter on TorServiceConstants
a479cc9 need the v4 support lib for LocalBroadcastManager
e64d34a Merge branch 'master' of github.com:guardianproject/orbot
135a94d Merge pull request #277 from eighthave/bugfix-cleanup-and-funding
888f836 Merge branch 'master' of github.com:guardianproject/orbot
2b97df3 update gradle builds
56e4726 update work on hidden service name setting
84c3c3e update app mini main activity
faef65e add appmax flavor builds
dbf13dc Merge pull request #270 from SkewedZeppelin/master
2a5eec5 do not startForegroundService() if persistNotifications is false
4d0a834 remove unused constants from TorServiceConstants
6f5d48d send TorVpnService Intents directly, do not go through TorService
22bf175 move getSharedPrefs() from TorServiceUtils to Prefs
6bf442e add FUNDING.yml to display a sponsor button in GitHub
2055823 Merge pull request #272 from 05nelsonm/bug-fix-#271
3fbeeb2 bugfix issue #271 fixes HiddenService creation by adding correct version to the torrc.custom file
e71c225 Expose *CircuitPadding
bf72040 Merge pull request #267 from eighthave/set-versionName-from-git-tags
4150ef6 Merge pull request #266 from eighthave/clean-up-imports
04bdf16 set versionName from git release tags
667f37e run Android Studio's Optimize Imports on whole project
516eb8a buildToolsVersion '29.0.0' has been released
4bbe3e0 make-release-build: fix breakage, strip unworkable reprobuild stuff
4d4020a Merge pull request #252 from eighthave/png-repro-build
564c17d more metadata edits
9437d9d add changelog for 16123000
2c3cc01 shorten the vi full description
10e6a42 only build Orbot/app not app-mini
55e9eeb modify build metadata for mini
eee8e74 shorten de-DE description as it is too long
b4f66dc remove unused class for bridges in app-mini

Orbot 16.1.4-BETA-2-tor-0.4.2.5-rc

04 Feb 18:33
16.1.4-BETA-2-tor-0.4.2.5-rc
c955020
Compare
Choose a tag to compare

c955020 (HEAD -> master, tag: 16.1.4-BETA-2-tor-0.4.2.5-rc) update build tools and versionCode to 16141100
815bb83 (origin/master, origin/HEAD, newport/master) set the VPN button properly for mini UI
f23e954 reduce use of "kill" process command for only PDSND and not tor - it is no longer needed for tor, and was causing the app to exit on some devices - also, now specifically kill pdnsd using the stored PID
aaa8df4 also build universal APK to allow for users who don't know which to use
1d2fa53 handle service restarts with null intents
ea556bb Merge branch 'master' of gitlab.com:guardianproject/orbot

Orbot 16.1.4-BETA-1-tor-0.4.2.5-rc

28 Jan 20:50
16.1.4-BETA-1-tor-0.4.2.5-rc
d38e9e1
Compare
Choose a tag to compare

d38e9e1 (tag: 16.1.4-BETA-1-tor-0.4.2.5-rc) improve killing of orphaned tor process
6135939 update to tor 0.4.2.5
57e3ee1 fix OrbotService rename
ca7394f Merge branch 'eighthave-rename-to-OrbotService'
b3d747e (eighthave-rename-to-OrbotService) Merge branch 'rename-to-OrbotService' of https://github.com/eighthave/orbot into eighthave-rename-to-OrbotService
a655bee rename TorService to OrbotService to prep for standalone TorService

Orbot 16.1.3-BETA-2-tor-0.4.1.6-rc

09 Dec 21:01
16.1.3-BETA-2-tor-0.4.1.6-rc
200c404
Compare
Choose a tag to compare

200c404 (HEAD -> master, tag: 16.1.3-BETA-2-tor-0.4.1.6-rc) update version code to 16132000
7cd5a28 re-enable traffic notification info and improve debug output - tor entrance IP now displayed in logs if you enable debug option
bb3640a when you exit, make sure you also stop the VPN
2682b52 update gradle tools
d18e1bb make sure all tor daemons are fully killed
0c8e2e7 (origin/master, origin/HEAD) switch to Briar jtorctl, upgrade to AndroidX, and tor 0.4.1.6
ca65d08 (newport/master) Merge branch 'master' of github.com:guardianproject/orbot
b5b4c9b Merge pull request #278 from eighthave/whitespace-and-unused
1d084d7 strip trailing whitespace from TorService
7b8f908 remove unused variables and methods from TorService
d4125a2 run Ctrl-Alt-L code formatter on TorServiceConstants
a479cc9 need the v4 support lib for LocalBroadcastManager
e64d34a Merge branch 'master' of github.com:guardianproject/orbot
135a94d Merge pull request #277 from eighthave/bugfix-cleanup-and-funding
888f836 Merge branch 'master' of github.com:guardianproject/orbot
2b97df3 update gradle builds
56e4726 update work on hidden service name setting
84c3c3e update app mini main activity
faef65e add appmax flavor builds
dbf13dc Merge pull request #270 from SkewedZeppelin/master
2a5eec5 do not startForegroundService() if persistNotifications is false
4d0a834 remove unused constants from TorServiceConstants
6f5d48d send TorVpnService Intents directly, do not go through TorService
22bf175 move getSharedPrefs() from TorServiceUtils to Prefs
6bf442e add FUNDING.yml to display a sponsor button in GitHub
2055823 Merge pull request #272 from 05nelsonm/bug-fix-#271
3fbeeb2 bugfix issue #271 fixes HiddenService creation by adding correct version to the torrc.custom file
e71c225 Expose *CircuitPadding
bf72040 Merge pull request #267 from eighthave/set-versionName-from-git-tags
4150ef6 Merge pull request #266 from eighthave/clean-up-imports
04bdf16 set versionName from git release tags
667f37e run Android Studio's Optimize Imports on whole project
516eb8a buildToolsVersion '29.0.0' has been released
4bbe3e0 make-release-build: fix breakage, strip unworkable reprobuild stuff
4d4020a Merge pull request #252 from eighthave/png-repro-build
564c17d more metadata edits
9437d9d add changelog for 16123000
2c3cc01 shorten the vi full description
10e6a42 only build Orbot/app not app-mini
55e9eeb modify build metadata for mini
eee8e74 shorten de-DE description as it is too long
b4f66dc remove unused class for bridges in app-mini