Commit b5aef3342a3f139456939c5aea934bdee23f8ff2

Authored by Caio Almeida
1 parent 6b7a0b2e

Ticket #11: Just show intro screen for the first time

ConfJuvApp/builds/confjuv-dev.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-live.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-web.zip
No preview for this file type
ConfJuvApp/config.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 -<widget id="com.ionicframework.confjuvapp748431" version="0.0.32" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> 2 +<widget id="com.ionicframework.confjuvapp748431" version="0.0.33" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3 <name>#3ConfJuv</name> 3 <name>#3ConfJuv</name>
4 <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description> 4 <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description>
5 <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author> 5 <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author>
ConfJuvApp/www/js/utils.js
@@ -84,6 +84,6 @@ var ConfJuvAppUtils = { @@ -84,6 +84,6 @@ var ConfJuvAppUtils = {
84 }, 84 },
85 85
86 sawIntro: function() { 86 sawIntro: function() {
87 - return false; //window.localStorage['saw_intro']; 87 + return window.localStorage['saw_intro'];
88 } 88 }
89 }; 89 };