update gitignore
This commit is contained in:
@@ -0,0 +1 @@
|
||||
o/classes
|
||||
Binary file not shown.
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.pichillilorenzo.flutter_inappwebview_android" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="19" />
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
||||
</intent>
|
||||
</queries>
|
||||
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.pichillilorenzo.flutter_inappwebview_android.in_app_browser.InAppBrowserActivity"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme" />
|
||||
<activity
|
||||
android:name="com.pichillilorenzo.flutter_inappwebview_android.chrome_custom_tabs.ChromeCustomTabsActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/ThemeTransparent" />
|
||||
<activity
|
||||
android:name="com.pichillilorenzo.flutter_inappwebview_android.chrome_custom_tabs.TrustedWebActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/ThemeTransparent" />
|
||||
<activity
|
||||
android:name="com.pichillilorenzo.flutter_inappwebview_android.chrome_custom_tabs.ChromeCustomTabsActivitySingleInstance"
|
||||
android:exported="false"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/ThemeTransparent" />
|
||||
<activity
|
||||
android:name="com.pichillilorenzo.flutter_inappwebview_android.chrome_custom_tabs.TrustedWebActivitySingleInstance"
|
||||
android:exported="false"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/ThemeTransparent" />
|
||||
|
||||
<receiver
|
||||
android:name="com.pichillilorenzo.flutter_inappwebview_android.chrome_custom_tabs.ActionBroadcastReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="false" />
|
||||
|
||||
<meta-data
|
||||
android:name="io.flutter.embedded_views_preview"
|
||||
android:value="true" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.pichillilorenzo.flutter_inappwebview_android",
|
||||
"variantName": "debug",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"outputFile": "AndroidManifest.xml"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
aarFormatVersion=1.0
|
||||
aarMetadataVersion=1.0
|
||||
minCompileSdk=1
|
||||
minCompileSdkExtension=0
|
||||
minAndroidGradlePluginVersion=1.0.0
|
||||
coreLibraryDesugaringEnabled=false
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
int drawable floating_action_mode_shape 0x0
|
||||
int id action_close 0x0
|
||||
int id action_go_back 0x0
|
||||
int id action_go_forward 0x0
|
||||
int id action_reload 0x0
|
||||
int id action_share 0x0
|
||||
int id container 0x0
|
||||
int id menu_search 0x0
|
||||
int id progressBar 0x0
|
||||
int id pullToRefresh 0x0
|
||||
int id webView 0x0
|
||||
int layout activity_web_view 0x0
|
||||
int layout chrome_custom_tabs_layout 0x0
|
||||
int layout floating_action_mode 0x0
|
||||
int layout floating_action_mode_item 0x0
|
||||
int menu menu_main 0x0
|
||||
int string action_close 0x0
|
||||
int string action_go_back 0x0
|
||||
int string action_go_forward 0x0
|
||||
int string action_reload 0x0
|
||||
int string action_share 0x0
|
||||
int string menu_search 0x0
|
||||
int style AppTheme 0x0
|
||||
int style InAppWebViewTheme 0x0
|
||||
int style ThemeTransparent 0x0
|
||||
int xml provider_paths 0x0
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
#Sun Feb 15 23:44:38 WIB 2026
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/drawable/floating_action_mode_shape.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/drawable/floating_action_mode_shape.xml
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/layout/activity_web_view.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/layout/activity_web_view.xml
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/layout/chrome_custom_tabs_layout.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/layout/chrome_custom_tabs_layout.xml
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/layout/floating_action_mode.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/layout/floating_action_mode.xml
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/layout/floating_action_mode_item.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/layout/floating_action_mode_item.xml
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/menu/menu_main.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/menu/menu_main.xml
|
||||
com.pichillilorenzo.flutter_inappwebview_android-main-1\:/xml/provider_paths.xml=/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/packaged_res/debug/packageDebugResources/xml/provider_paths.xml
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="action_close">Close</string>
|
||||
<string name="action_go_back">Go Back</string>
|
||||
<string name="action_go_forward">Go Forward</string>
|
||||
<string name="action_reload">Reload</string>
|
||||
<string name="action_share">Share</string>
|
||||
<string name="menu_search">Search</string>
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light">
|
||||
|
||||
</style>
|
||||
<style name="InAppWebViewTheme" parent="Theme.AppCompat">
|
||||
|
||||
</style>
|
||||
<style name="ThemeTransparent" parent="android:Theme">
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:backgroundDimEnabled">false</item>
|
||||
</style>
|
||||
</resources>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res"><file name="activity_web_view" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/layout/activity_web_view.xml" qualifiers="" type="layout"/><file name="floating_action_mode" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/layout/floating_action_mode.xml" qualifiers="" type="layout"/><file name="floating_action_mode_item" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/layout/floating_action_mode_item.xml" qualifiers="" type="layout"/><file name="chrome_custom_tabs_layout" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/layout/chrome_custom_tabs_layout.xml" qualifiers="" type="layout"/><file name="provider_paths" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/xml/provider_paths.xml" qualifiers="" type="xml"/><file path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/values/styles.xml" qualifiers=""><style name="InAppWebViewTheme" parent="Theme.AppCompat">
|
||||
|
||||
</style><style name="AppTheme" parent="Theme.AppCompat.Light">
|
||||
|
||||
</style><style name="ThemeTransparent" parent="android:Theme">
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:backgroundDimEnabled">false</item>
|
||||
</style></file><file path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/values/strings.xml" qualifiers=""><string name="action_go_back">Go Back</string><string name="action_go_forward">Go Forward</string><string name="action_reload">Reload</string><string name="action_share">Share</string><string name="action_close">Close</string><string name="menu_search">Search</string></file><file name="menu_main" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/menu/menu_main.xml" qualifiers="" type="menu"/><file name="floating_action_mode_shape" path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/res/drawable/floating_action_mode_shape.xml" qualifiers="" type="drawable"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/generated/res/resValues/debug"/></dataSet><mergedItems/></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/debug/jniLibs"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/debug/shaders"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/main/assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/itc43/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/android/src/debug/assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/itc43/Data/OTHER_PROJECT/kulakpos/codecanyon-N6kYsyMb-pospro-pos-inventory-flutter-app-with-laravel-admin-panel/appkulakpos/build/flutter_inappwebview_android/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet></merger>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user