Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
638d317f
Commit
638d317f
authored
10 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
1a14d626
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/mobile/Android/src/org/geuz/onelab/AboutActivity.java
+1
-1
1 addition, 1 deletion
...rib/mobile/Android/src/org/geuz/onelab/AboutActivity.java
contrib/mobile/Android/src/org/geuz/onelab/SplashScreen.java
+1
-1
1 addition, 1 deletion
contrib/mobile/Android/src/org/geuz/onelab/SplashScreen.java
with
2 additions
and
2 deletions
contrib/mobile/Android/src/org/geuz/onelab/AboutActivity.java
+
1
−
1
View file @
638d317f
...
@@ -15,7 +15,7 @@ public class AboutActivity extends Activity{
...
@@ -15,7 +15,7 @@ public class AboutActivity extends Activity{
WebView
webview
=
new
WebView
(
this
);
WebView
webview
=
new
WebView
(
this
);
String
aboutGmsh
=
Gmsh
.
getAboutGmsh
();
String
aboutGmsh
=
Gmsh
.
getAboutGmsh
();
String
aboutGetDP
=
Gmsh
.
getAboutGetDP
();
String
aboutGetDP
=
Gmsh
.
getAboutGetDP
();
String
aboutOnelab
=
"<p>&n
p
sp;</p><center><h3>Onelab/Mobile</h3>"
;
String
aboutOnelab
=
"<p>&n
b
sp;</p><center><h3>Onelab/Mobile</h3>"
;
try
{
try
{
aboutOnelab
+=
"Version "
+
this
.
getPackageManager
().
getPackageInfo
(
this
.
getPackageName
(),
0
).
versionName
;
aboutOnelab
+=
"Version "
+
this
.
getPackageManager
().
getPackageInfo
(
this
.
getPackageName
(),
0
).
versionName
;
}
}
...
...
This diff is collapsed.
Click to expand it.
contrib/mobile/Android/src/org/geuz/onelab/SplashScreen.java
+
1
−
1
View file @
638d317f
...
@@ -14,7 +14,7 @@ import android.os.Handler;
...
@@ -14,7 +14,7 @@ import android.os.Handler;
import
android.os.Message
;
import
android.os.Message
;
public
class
SplashScreen
extends
Activity
{
public
class
SplashScreen
extends
Activity
{
private
static
final
int
SPLASHTIME
=
5
00
;
// duration for the splash screen in milliseconds
private
static
final
int
SPLASHTIME
=
10
00
;
// duration for the splash screen in milliseconds
private
static
final
int
STOPSPLASH
=
0
;
private
static
final
int
STOPSPLASH
=
0
;
private
static
final
int
EXITAPP
=
1
;
private
static
final
int
EXITAPP
=
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment