Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hds
flexin
android-app
Commits
d302f66a
Commit
d302f66a
authored
Dec 11, 2017
by
Nastuzzi Samy
Browse files
Merge branch 'release/v0.11.2'
parents
94daa207
5db2b804
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment