Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
755708ae
Commit
755708ae
authored
Sep 09, 2026
by
Elias Sarraf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ver 0.9.4.3 deployed to Wyoming
parent
09ad9902
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
emiMobileServer.ini
emiMobileServer/bin/emiMobileServer.ini
+2
-2
emiMobileServer.dproj
emiMobileServer/emiMobileServer.dproj
+2
-2
ConnectionModule.pas
webEMIMobile/ConnectionModule.pas
+1
-1
app.css
webEMIMobile/css/app.css
+1
-1
No files found.
emiMobileServer/bin/emiMobileServer.ini
View file @
755708ae
[Settings]
LogFileNum
=
10
1
webClientVersion
=
0.9.4.
2
LogFileNum
=
10
4
webClientVersion
=
0.9.4.
3
[Database]
Server
=
192.168.91.129
...
...
emiMobileServer/emiMobileServer.dproj
View file @
755708ae
...
...
@@ -108,9 +108,9 @@
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>4</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=0.9.4.
2
;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=0.9.2.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=0.9.4.
3
;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=0.9.2.0;Comments=</VerInfo_Keys>
<DCC_UnitSearchPath>C:\RADTOOLS\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<VerInfo_Build>
2
</VerInfo_Build>
<VerInfo_Build>
3
</VerInfo_Build>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
...
webEMIMobile/ConnectionModule.pas
View file @
755708ae
...
...
@@ -21,7 +21,7 @@ type
procedure
VerifyVersion
(
SuccessProc
:
TSuccessProc
);
public
property
WsUrl
:
string
read
FWsUrl
;
const
clientVersion
=
'0.9.4.
1
'
;
const
clientVersion
=
'0.9.4.
3
'
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
end
;
...
...
webEMIMobile/css/app.css
View file @
755708ae
...
...
@@ -76,7 +76,7 @@ html, body {
/*padding-top: 2em !important;*/
}
.vh-100
{
height
:
9
4
vh
!important
;
height
:
9
3
vh
!important
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment