fae5c7b (HEAD -> master, tag: 17.7.0-RC-3-tor-0.4.8.19) updaet to 1770300300
039b497 small tweaks for service and tor deamon stability improvements
15eafb2 make sure custom bridges "connect" works
c169edd (tag: 17.7.0-RC-2-tor-0.4.8.19) update to 1770300200 v17.7.0 RC 2 (tor 0.4.8.19)
86aee1f (origin/master, origin/HEAD) Merge pull request #1493 from guardianproject/feat_ux_smartconncet
af8f3ba (origin/feat_ux_smartconncet, feat_ux_smartconncet) fix toolbar for camo mode
46dffaa add toolbar and logic back into fragments to support up UX
4eba976 move smartconnect to connect fragment list where it should be
7d65781 Automate builtin-bridges.json fetch in Gradle
d88fdb1 update readme
757d793 Final set of screenshots is 43 loacles: ["ar", "az", "bg", "ca", "cs", "de", "de-DE", "el", "en-US", "en_GB", "es", "es-MX", "es_CU", "et", "fi", "fr", "fr-FR", "ga", "he", "hi", "id", "it", "ja", "ko-KR", "lv", "nb_NO", "pl", "pt", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sq", "sr", "sv", "ta", "tk", "tr", "uk", "vi", "zh_Hans"]
f4f92b8 somehow korean screenshots ko-KR got replaced with ko locale, fixed and reran script for korean screenshots
c00d24c missing choose apps screenshot on english,f arsi and french
d531d35 rest of screenshots, ruby changes
7be73bc screenshots for all locales, except choose apps
50037f7 forgot to commit
cd5799d add comment in README about HTML page fastlane screengab makes, gitignore it.
8ced208 update fastlane script file, and readme after tweaking it for latest batch of screenshots
58891bc added espresso test to capture new choose apps screen, renamed other screenshots
8931b22 updated fastlane readme after getting things setup on a new machine. added a rnenv config file to mark we want ruby v3.4.7 for fastlane in orbot
1008d4c removed unused string resources
f7c051d Merge pull request #1486 from weblate/weblate-guardianproject-orbot
7de255c Merge pull request #1483 from guardianproject/activity_ui
fe66cfa Switched from "meek-azure" to "meek" with built-in bridges, as it was decided to rename that property.
b245df1 Translated using Weblate (Italian)
22917e3 Merge remote-tracking branch 'deltadroid/gradle_920'
a893962 Merge branch 'master' into activity_ui
8af088f Update to Gradle 9.2.0
3a31ff5 moved util package, which used to live in OrbotService module, to be a top level package since it now longer needs to be under org.torproject.android.service
526f631 fix bug where snowflake proxy wouldnt turn off when non-Orbot vpn is running, found when investigating #1471
d79817a RM'd even more unused graphical resources from redesigns
fa8021b update geoip(6)
d201b89 more UI gradient/color tweaks, make things consistent across screens
8029aa6 add back title bar to settings now that settingsfragment isnt an activity
f67e13c can remove SettingsActivity now that the unit test to screenshot the settings screen works again
134d76c smart connect start button looks broken on smaller screens
4dc0853 replace app manager activity with fragment
5298acb removed settings activity, add camo and settings to nav graph. remove lots of state keeping logic from orbotactivity we dont need anymore
57a1122 enableEdgeToEdge() was only called on main activity, moved to subclass
2281263 remove android:launchMode from activity-aliases in manifest, the system ignores it
feb0c55 more orbie bugs, clicking on her does nothing when theres no internet, and starting immediately switches to start animation, instead of going into on mode then switching to starting once the starting tor status is received
49efccc redundant background paint on exit node country selection layout
da493b2 fix annoying lint warnings on calls to printstacktrace in java
51dda45 rm'd more unused graphics
c36de81 old orbot is off graphic was still used in layout, but replaced at runtime with orbieoff. removed it and other vestigial graphics not used in app
491911b remove some unused string resources
b01bb92 CLEANUP: lint said center gradient color was unused, was defined as center, so use center color but point center color to be the value of start
cf8f947 bump hev-socks5-tunnel 2.13.0 -> 2.14.0
a1d51cc ran android lint on recent changes, fix small warnings and code cruft
468ecd9 update android gradle plugin + kotlin; update dependencies with new minor releases
17987f6 Merge pull request #1477 from weblate/weblate-guardianproject-orbot
26173ec Translated using Weblate (Indonesian)
4bc43af Translated using Weblate (French)
f6892db Translated using Weblate (English (United Kingdom))
5ac01fd Translated using Weblate (Bulgarian)
12848b7 Merge pull request #1475 from weblate/weblate-guardianproject-orbot
9ed9673 Translated using Weblate (Irish)
639a98f Translated using Weblate (Chinese (Simplified Han script))
b2ab95d Translated using Weblate (Ukrainian)
9e3257b Translated using Weblate (Persian)
c2d79b6 Translated using Weblate (Bulgarian)
449c7b6 Translated using Weblate (Romanian)
32cd237 Translated using Weblate (Croatian)
36c21b5 Closes #1464 swiping back on settings closes settings ~ dont add root settings fragment to backstack, just the subscreens (kindness mode, camo, etc)
4b66c1a applied missing gradients from #1472 across the rest of app
c669d1a tor was restarting unnessarily when app saved order changed but the same set of apps selected. fix with hashset equality check before pref write here
c10b94e got rid of buggy old activity for result logic, if the app manager activity sees that theres an app change, restart the vpn if its running
150f3ff populate selected apps first in UI, display notification if they changed when user closes screen
783fe8a remove broken toolbar save feature from appmanageractivity, just save on close
078af14 clear app search textfield when theres text
1f967df added function to normalize search quieries when searching for apps with accent marks
0170856 Fix duplicate bug with app manager activity reworking in #1259, renamed variable uiList to be more clear, added small top margin to new search bar
88a2c43 (origin/meenbeese_search) merge error
3b34c8c Merge branch 'master' into HEAD
6f042a0 Merge pull request #1472 from guardianproject/feat_design_updates
7eaa242 (origin/feat_design_updates, feat_design_updates) icon and design updates to match new brand guidlines and iOS
6396104 Merge pull request #1470 from weblate/weblate-guardianproject-orbot
94c0795 Translated using Weblate (Spanish)
6e7faea fix typo in variable name from previous commit
5225cae fixes bug #1457 with snowflakeservice possibly getting a network event before the notificaiton channel was initialized
906c9e3 Merge pull request #1443 from ixiumu/master
d225bf3 Merge pull request #1465 from weblate/weblate-guardianproject-orbot
6ca71ac Translated using Weblate (Japanese)
7e30935 Merge pull request #1463 from weblate/weblate-guardianproject-orbot
2e95e1a Unified custom bridge validation regex.
ba3b60b Translated using Weblate (Catalan)
eab8f10 Merge pull request #1460 from weblate/weblate-guardianproject-orbot
7fdd191 Merge branch 'master' into search-bar
7de6723 ran linter, found crash in intentintegrator using the string .isEmpty method on API 34 and below so switched to old fashioned TextUtils.isEmpty
683f900 Translated using Weblate (Italian)
52ddf86 Merge pull request #1454 from syphyr/java_25
47ef080 Merge pull request #1452 from syphyr/reduce_cycles
57b960d Merge branch 'master' of github.com:guardianproject/orbot
fcd54e2 Merge pull request #1456 from weblate/weblate-guardianproject-orbot