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
f847ea63
authored
Mar 11, 2017
by
Fernando Martínez Santiago
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
trabajando en v1.1
parent
48e86a5e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 additions
and
0 deletions
android/Pictogram/supervisor_tablet/src/main/res/drawable-hdpi/login_image.png
android/Pictogram/tabletlibrary/src/main/res/drawable/ic_launcher.jpg
android/Pictogram/tabletlibrary/src/main/res/drawable/login_image.png
android/Pictogram/tabletlibrary/src/main/res/drawable/pictogram_logo.png
android/Pictogram/yotta_tablet/src/main/java/com/yottacode/pictogram/yotta_tablet/net/com/yottacode/pictogram/yotta_tablet/net/VersionManager.java
android/Pictogram/supervisor_tablet/src/main/res/drawable-hdpi/login_image.png
0 → 100644
View file @
f847ea63
49.5 KB
android/Pictogram/tabletlibrary/src/main/res/drawable/ic_launcher.jpg
0 → 100644
View file @
f847ea63
45.9 KB
android/Pictogram/tabletlibrary/src/main/res/drawable/login_image.png
0 → 100644
View file @
f847ea63
414 KB
android/Pictogram/tabletlibrary/src/main/res/drawable/pictogram_logo.png
0 → 100644
View file @
f847ea63
42.2 KB
android/Pictogram/yotta_tablet/src/main/java/com/yottacode/pictogram/yotta_tablet/net/com/yottacode/pictogram/yotta_tablet/net/VersionManager.java
View file @
f847ea63
...
...
@@ -65,6 +65,7 @@ public class VersionManager implements iVersionManager {
//register receiver for when .apk download is compete
context
.
registerReceiver
(
new
BroadcastReceiver
()
{
public
void
onReceive
(
Context
ctxt
,
Intent
intent
)
{
progressDialog
.
dismiss
();
Intent
install
=
new
Intent
(
Intent
.
ACTION_VIEW
);
install
.
setFlags
(
Intent
.
FLAG_ACTIVITY_CLEAR_TOP
);
install
.
setDataAndType
(
uri
,
...
...
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