-
Notifications
You must be signed in to change notification settings - Fork 192
Fix for android 10 by adding location permission and commenting extra… #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
a1diablo
wants to merge
3
commits into
mkch:master
Choose a base branch
from
a1diablo:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # android-wifi-connecter | ||
| Automatically exported from code.google.com/p/android-wifi-connecter | ||
|
|
||
| This provides the fix for wifi connecter library on Android 10. | ||
| APK has been committed for use directly. | ||
|
|
||
| Run the command: | ||
| ``adb install app\build\outputs\apk\app-debug.apk`` | ||
This file was deleted.
Oops, something went wrong.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
app/build/generated/source/buildConfig/debug/com/farproc/wifi/connecter/BuildConfig.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| /** | ||
| * Automatically generated file. DO NOT MODIFY | ||
| */ | ||
| package com.farproc.wifi.connecter; | ||
|
|
||
| public final class BuildConfig { | ||
| public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
| public static final String APPLICATION_ID = "com.farproc.wifi.connecter"; | ||
| public static final String BUILD_TYPE = "debug"; | ||
| public static final String FLAVOR = ""; | ||
| public static final int VERSION_CODE = 16; | ||
| public static final String VERSION_NAME = "2.0.3"; | ||
| } |
85 changes: 85 additions & 0 deletions
85
app/build/generated/source/r/debug/com/farproc/wifi/connecter/R.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| /* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
| * | ||
| * This class was automatically generated by the | ||
| * aapt tool from the resource data it found. It | ||
| * should not be modified by hand. | ||
| */ | ||
|
|
||
| package com.farproc.wifi.connecter; | ||
|
|
||
| public final class R { | ||
| public static final class attr { | ||
| } | ||
| public static final class color { | ||
| public static final int buttons_view_bk=0x7f050000; | ||
| public static final int content_bk=0x7f050001; | ||
| public static final int title_text=0x7f050002; | ||
| } | ||
| public static final class drawable { | ||
| public static final int ic_dialog_menu_generic=0x7f020000; | ||
| public static final int icon=0x7f020001; | ||
| } | ||
| public static final class id { | ||
| public static final int IPAddress=0x7f070006; | ||
| public static final int IPAddress_TextView=0x7f070007; | ||
| public static final int LinkSpeed_TextView=0x7f070003; | ||
| public static final int Password=0x7f070008; | ||
| public static final int Password_EditText=0x7f07000a; | ||
| public static final int Password_TextView=0x7f070009; | ||
| public static final int Security_TextView=0x7f070005; | ||
| public static final int ShowPassword_CheckBox=0x7f07000b; | ||
| public static final int SignalStrength_TextView=0x7f070004; | ||
| public static final int Speed=0x7f070002; | ||
| public static final int Status=0x7f070000; | ||
| public static final int Status_TextView=0x7f070001; | ||
| public static final int button1=0x7f07000e; | ||
| public static final int button2=0x7f07000f; | ||
| public static final int button3=0x7f070010; | ||
| public static final int buttons_view=0x7f07000d; | ||
| public static final int content=0x7f07000c; | ||
| public static final int title=0x7f070011; | ||
| } | ||
| public static final class layout { | ||
| public static final int base_content=0x7f030000; | ||
| public static final int buttons_view_divider=0x7f030001; | ||
| public static final int floating=0x7f030002; | ||
| public static final int title_view=0x7f030003; | ||
| } | ||
| public static final class string { | ||
| public static final int adhoc_not_supported_yet=0x7f040000; | ||
| public static final int app_name=0x7f04001d; | ||
| public static final int buttonOp=0x7f040001; | ||
| public static final int button_change_password=0x7f040002; | ||
| public static final int connect=0x7f040003; | ||
| public static final int dummy_content_description=0x7f04001e; | ||
| public static final int forget_network=0x7f040004; | ||
| public static final int ip_address=0x7f040005; | ||
| public static final int please_type_passphrase=0x7f040006; | ||
| public static final int security=0x7f040007; | ||
| public static final int signal=0x7f040008; | ||
| public static final int status_connected=0x7f040009; | ||
| public static final int status_connecting=0x7f04000a; | ||
| public static final int toastFailed=0x7f04000b; | ||
| public static final int wifi_change_password=0x7f04000c; | ||
| public static final int wifi_connect_to=0x7f04000d; | ||
| public static final int wifi_link_speed=0x7f04000e; | ||
| public static final int wifi_password_unchanged=0x7f04000f; | ||
| public static final int wifi_save_config=0x7f040010; | ||
| public static final int wifi_security_ieee8021x=0x7f040018; | ||
| public static final int wifi_security_open=0x7f040011; | ||
| public static final int wifi_security_wep=0x7f040019; | ||
| public static final int wifi_security_wpa=0x7f04001a; | ||
| public static final int wifi_security_wpa2=0x7f04001b; | ||
| public static final int wifi_security_wpa_eap=0x7f04001c; | ||
| public static final int wifi_show_password=0x7f040012; | ||
| public static final int wifi_signal_0=0x7f040013; | ||
| public static final int wifi_signal_1=0x7f040014; | ||
| public static final int wifi_signal_2=0x7f040015; | ||
| public static final int wifi_signal_3=0x7f040016; | ||
| public static final int wifi_status=0x7f040017; | ||
| } | ||
| public static final class style { | ||
| public static final int PlatformDialog=0x7f060000; | ||
| public static final int textAppearanceBaseContent=0x7f060001; | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6f52b48