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 30, 2014
1 parent 88f3e1c commit 588e8da
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 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="67"
android:versionName="1.2.2" >
android:versionCode="68"
android:versionName="1.2.3" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/raw-es/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
</head>

<body bgcolor="white">
<h4>1.2.3 (2014-11-30)</h4>
<ul>
<lh class="new">[NOVEDADES]</lh>
<li type="disc">A&ntilde;adido soporte para escaneo de c&oacute;digos de barras en el control de asistencia</li>
</ul>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>
<li type="disc">Ahora el listado de eventos se muestra ordenado en el control de asistencia</li>
<li type="disc">Reducido retardo entre escaneos de c&oacute;digos a 2 segundos</li>
</ul>
<h4>1.2.2 (2014-11-26)</h4>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/raw/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
</head>

<body bgcolor="white">
<h4>1.2.3 (2014-11-30)</h4>
<ul>
<lh class="new">[NEW]</lh>
<li type="disc">Added support for barcode scanning in rollcall module</li>
</ul>
<ul>
<lh class="update">[UPDATES]</lh>
<li type="disc">Now the events list is sorted in rollcall module</li>
<li type="disc">Changed scan delay of codes to 2 seconds</li>
</ul>
<h4>1.2.2 (2014-11-26)</h4>
<ul>
<lh class="update">[UPDATES]</lh>
Expand Down

0 comments on commit 588e8da

Please sign in to comment.