You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Web API Client/B4A/$APPNAME$.b4a
+8-11
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,21 @@ Group=Default Group
13
13
Library1=b4xpages
14
14
Library2=b4xpreferencesdialog
15
15
Library3=core
16
-
Library4=okhttputils2
17
-
Library5=xui views
18
-
Library6=ime
19
-
ManifestCode='This code will be applied to the manifest file during compilation.~\n~'You do not need to modify it in most cases.~\n~'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136~\n~AddManifestText(~\n~<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="30"/>~\n~<supports-screens android:largeScreens="true" ~\n~ android:normalScreens="true" ~\n~ android:smallScreens="true" ~\n~ android:anyDensity="true"/>)~\n~SetApplicationAttribute(android:icon, "@drawable/icon")~\n~SetApplicationAttribute(android:label, "$LABEL$")~\n~CreateResourceFromFile(Macro, Themes.LightTheme)~\n~'End of default text.~\n~SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden)~\n~CreateResourceFromFile(Macro, Core.NetworkClearText) ' Comment this if using https protocol
16
+
Library4=ime
17
+
Library5=okhttputils2
18
+
Library6=xui views
19
+
ManifestCode='This code will be applied to the manifest file during compilation.~\n~'You do not need to modify it in most cases.~\n~'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136~\n~AddManifestText(~\n~<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="31"/>~\n~<supports-screens android:largeScreens="true" ~\n~ android:normalScreens="true" ~\n~ android:smallScreens="true" ~\n~ android:anyDensity="true"/>)~\n~SetApplicationAttribute(android:icon, "@drawable/icon")~\n~SetApplicationAttribute(android:label, "$LABEL$")~\n~CreateResourceFromFile(Macro, Themes.LightTheme)~\n~'End of default text.~\n~SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden)~\n~CreateResourceFromFile(Macro, Core.NetworkClearText) ' Comment this if using https protocol
20
20
Module1=|relative|..\B4XMainPage
21
21
Module2=Starter
22
22
NumberOfFiles=5
23
23
NumberOfLibraries=6
24
24
NumberOfModules=2
25
-
Version=11.5
25
+
Version=12.2
26
26
@EndOfDesignText@
27
27
#Region Project Attributes
28
28
#ApplicationLabel: Web API Client
29
-
#VersionCode: 4
30
-
#VersionName: 1.0.3
29
+
#VersionCode: 6
30
+
#VersionName: 1.0.5
31
31
'SupportedOrientations possible values: unspecified, landscape or portrait.
32
32
#SupportedOrientations: portrait
33
33
#CanInstallToExternalStorage: False
@@ -92,9 +92,6 @@ End Sub
92
92
public boolean _onCreateOptionsMenu(android.view.Menu menu) {
93
93
processBA.raiseEvent(null, "create_menu", menu);
94
94
return true;
95
-
96
95
}
97
96
#End If
98
-
#End Region
99
-
100
-
'Program code should go into B4XMainPage and other pages.
0 commit comments