Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9cf4d38c
authored
Oct 13, 2017
by
german callejas
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Gradle issue and launcher icons fixed
parent
9d42f9ba
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
android/Pictogram/communicator/src/main/res/drawable/ic_launcher.png
android/Pictogram/communicator/src/main/res/drawable/pictogram_logo.png
android/Pictogram/supervisor/src/main/java/com/yottacode/pictogram/supervisor/gui/login/StudentFragmentGrid.java
android/Pictogram/watch/src/main/java/com/yottacode/pictogram/watch/gui/MainActivity.java
android/Pictogram/communicator/src/main/res/drawable/ic_launcher.png
View file @
9cf4d38c
46.7 KB
|
W:
|
H:
29.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
android/Pictogram/communicator/src/main/res/drawable/pictogram_logo.png
View file @
9cf4d38c
46.7 KB
|
W:
|
H:
29.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
android/Pictogram/supervisor/src/main/java/com/yottacode/pictogram/supervisor/gui/login/StudentFragmentGrid.java
View file @
9cf4d38c
...
@@ -20,7 +20,7 @@ import com.yottacode.net.RestapiWrapper;
...
@@ -20,7 +20,7 @@ import com.yottacode.net.RestapiWrapper;
import
com.yottacode.pictogram.dao.User
;
import
com.yottacode.pictogram.dao.User
;
import
com.yottacode.pictogram.net.ImgDownloader
;
import
com.yottacode.pictogram.net.ImgDownloader
;
import
com.yottacode.pictogram.supervisor.R
;
import
com.yottacode.pictogram.supervisor.R
;
import
com.yottacode.pictogram.
tabletlibrary.gui.communicator.VOCA
;
import
com.yottacode.pictogram.
supervisor.gui.VOCAS
;
import
com.yottacode.pictogram.tools.Img
;
import
com.yottacode.pictogram.tools.Img
;
import
com.yottacode.pictogram.tools.PCBcontext
;
import
com.yottacode.pictogram.tools.PCBcontext
;
import
com.yottacode.tools.GUITools
;
import
com.yottacode.tools.GUITools
;
...
@@ -92,7 +92,7 @@ public class StudentFragmentGrid extends Fragment {
...
@@ -92,7 +92,7 @@ public class StudentFragmentGrid extends Fragment {
Log
.
e
(
StudentFragmentGrid
.
this
.
getClass
().
getCanonicalName
(),
e
.
getMessage
());
Log
.
e
(
StudentFragmentGrid
.
this
.
getClass
().
getCanonicalName
(),
e
.
getMessage
());
}
}
PCBcontext
.
set_user
(
currentUser
,
null
,
null
);
PCBcontext
.
set_user
(
currentUser
,
null
,
null
);
Intent
pictogramActivity
=
new
Intent
(
getActivity
(),
VOCA
.
class
);
Intent
pictogramActivity
=
new
Intent
(
getActivity
(),
VOCA
S
.
class
);
startActivity
(
pictogramActivity
);
startActivity
(
pictogramActivity
);
}
else
{
}
else
{
if
(
this
.
nameStudents
[
i
].
equals
(
getString
(
R
.
string
.
addStudent
)))
if
(
this
.
nameStudents
[
i
].
equals
(
getString
(
R
.
string
.
addStudent
)))
...
@@ -222,7 +222,7 @@ public class StudentFragmentGrid extends Fragment {
...
@@ -222,7 +222,7 @@ public class StudentFragmentGrid extends Fragment {
if
(
progressDialog
!=
null
&&
progressDialog
.
isShowing
())
if
(
progressDialog
!=
null
&&
progressDialog
.
isShowing
())
progressDialog
.
dismiss
();
progressDialog
.
dismiss
();
PCBcontext
.
getPcbdb
().
user_valid
(
license_valid
);
PCBcontext
.
getPcbdb
().
user_valid
(
license_valid
);
Intent
pictogramActivity
=
new
Intent
(
getActivity
(),
VOCA
.
class
);
Intent
pictogramActivity
=
new
Intent
(
getActivity
(),
VOCA
S
.
class
);
startActivity
(
pictogramActivity
);
startActivity
(
pictogramActivity
);
}
}
...
...
android/Pictogram/watch/src/main/java/com/yottacode/pictogram/watch/gui/MainActivity.java
View file @
9cf4d38c
...
@@ -46,6 +46,6 @@ public class MainActivity extends Activity {
...
@@ -46,6 +46,6 @@ public class MainActivity extends Activity {
private
void
login
()
{
private
void
login
()
{
final
String
username
=
"faf0002"
;
final
String
username
=
"faf0002"
;
final
String
password
=
"faf0002"
;
final
String
password
=
"faf0002"
;
new
UserLogin
().
login
(
username
,
password
,
this
,
MainActivity
.
class
,
null
);
new
UserLogin
().
login
(
username
,
password
,
this
,
MainActivity
.
class
);
}
}
}
}
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