Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
android-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hds
flexin
android-app
Commits
d302f66a
Commit
d302f66a
authored
Dec 11, 2017
by
Nastuzzi Samy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/v0.11.2'
parents
94daa207
5db2b804
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
PayUTC 0.11.2.apk
PayUTC 0.11.2.apk
+0
-0
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+2
-2
app/src/main/java/fr/utc/simde/jessy/BaseActivity.java
app/src/main/java/fr/utc/simde/jessy/BaseActivity.java
+12
-0
No files found.
PayUTC 0.11.
1
.apk
→
PayUTC 0.11.
2
.apk
View file @
d302f66a
No preview for this file type
app/src/main/AndroidManifest.xml
View file @
d302f66a
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"fr.utc.simde.jessy"
android:versionCode=
"3
4
"
android:versionName=
"0.11.
1
"
>
android:versionCode=
"3
5
"
android:versionName=
"0.11.
2
"
>
<uses-permission
android:name=
"android.permission.NFC"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
app/src/main/java/fr/utc/simde/jessy/BaseActivity.java
View file @
d302f66a
...
...
@@ -125,6 +125,18 @@ public abstract class BaseActivity extends InternetActivity {
if
(!
needToBeSuper
)
{
for
(
JsonNode
foundation
:
myRightList
)
{
if
(
rightList
.
length
==
0
&&
foundation
.
size
()
>
75
)
{
runOnUiThread
(
new
Runnable
()
{
@Override
public
void
run
()
{
dialog
.
stopLoading
();
runnable
.
run
();
}
});
return
;
}
for
(
JsonNode
myRight
:
foundation
)
{
if
(
rights
.
contains
(
myRight
.
textValue
())
&&
!
sameRights
.
contains
(
myRight
.
textValue
()))
sameRights
.
add
(
myRight
.
textValue
());
...
...
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