Skip to content

Commit

Permalink
49
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Nov 3, 2024
1 parent 6ec9b8d commit a0f7f08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Hotspot data plan to use TetherFi, but the app works best with "unlimited" data

#### TetherFi may be for you if:

- You want to share your Android's Wi-Fi or Mobile Data
- You want to share your Android's Wi-Fi or Cellular Data
- You have an Unlimited Data and a Hotspot plan from your Carrier, but Hotspot
has a data cap
- You have an Unlimited Data and a Hotspot plan from your Carrier, but Hotspot
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "com.pyamsoft.tetherfi"

versionCode = 48
versionName = "20241102-1"
versionCode = 49
versionName = "20241103-1"

minSdk = rootProject.extra["minSdk"] as Int
targetSdk = rootProject.extra["targetSdk"] as Int
Expand Down
2 changes: 1 addition & 1 deletion info/src/main/res/values/app_setup_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string name="connect_internet">Connect to the Internet.</string>
<string
name="connect_internet_options"
>You can connect via Wi-Fi or Mobile Data</string>
>You can connect via Wi-Fi or Cellular Data</string>
<string
name="optionally_configure_hotspot"
>You can optionally configure the Name, Password, Proxy Port and Broadcast Frequency Band. This is not required, and the defaults will work fine for most people.</string>
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<!-- For VpnChecker -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<!-- To bind to mobile networks even when mobile data is not active because of a Wi-Fi connection -->
<!-- To bind to mobile networks even when cellular data is not active because of a Wi-Fi connection -->
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
</manifest>
2 changes: 1 addition & 1 deletion status/src/main/res/values/expert_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
Connections to the Hotspot will go over Wi-Fi connection if available
</string>

<string name="expert_preferred_network_cellular_title">Mobile Data</string>
<string name="expert_preferred_network_cellular_title">Cellular Data</string>
<string name="expert_preferred_network_cellular_description">
Connections to the Hotspot will go over Cellular Data connection if available
</string>
Expand Down

0 comments on commit a0f7f08

Please sign in to comment.