Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Amab committed Nov 26, 2014
1 parent 245bf50 commit 5876df7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto"
android:versionCode="66"
android:versionName="1.2.1" >
android:versionCode="67"
android:versionName="1.2.2" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/es/ugr/swad/swadroid/SWADMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ public void onCreate(Bundle icicle) {
lastVersion = Preferences.getLastVersion();
currentVersion = getPackageManager().getPackageInfo(getPackageName(), 0).versionCode;
dbHelper.initializeDB();
//lastVersion = 65;
//currentVersion = 66;
//lastVersion = 67;
//currentVersion = 68;

//If this is the first run, show configuration dialog
if (lastVersion == 0) {
Expand Down
13 changes: 12 additions & 1 deletion app/src/main/res/raw-es/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: blue;
}
.update {
color: orange;
color: green;
}
.fix {
color: red;
Expand All @@ -15,6 +15,17 @@
</head>

<body bgcolor="white">
<h4>1.2.2 (2014-11-26)</h4>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>
<li type="disc">Deshabilitado el deslizamiento lateral de las notificaciones</li>
<li type="disc">Ahora el grupo de notificaciones "Le&iacute;das" se muestra desplegado por defecto</li>
</ul>
<ul>
<lh class="fix">[CORRECCIONES]</lh>
<li type="disc">Corregido refresco en pantalla de los listados de usuarios y eventos</li>
<li type="disc">Ahora la relaci&oacute;n entre los eventos y las asignaturas se procesa correctamente</li>
</ul>
<h4>1.2.1 (2014-11-24)</h4>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>
Expand Down
13 changes: 12 additions & 1 deletion app/src/main/res/raw/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: blue;
}
.update {
color: orange;
color: green;
}
.fix {
color: red;
Expand All @@ -15,6 +15,17 @@
</head>

<body bgcolor="white">
<h4>1.2.2 (2014-11-26)</h4>
<ul>
<lh class="update">[UPDATES]</lh>
<li type="disc">Disabled lateral sliding of notifications</li>
<li type="disc">Now the "Seen" notifications group is open by default</li>
</ul>
<ul>
<lh class="fix">[FIXES]</lh>
<li type="disc">Fixed screen refresh of users and attendances lists</li>
<li type="disc">Now the relationship between events and courses is handled properly</li>
</ul>
<h4>1.2.1 (2014-11-24)</h4>
<ul>
<lh class="update">[UPDATES]</lh>
Expand Down

0 comments on commit 5876df7

Please sign in to comment.