Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: V69dxz/dearscholar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.49
Choose a base ref
...
head repository: V69dxz/dearscholar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
6 changes: 3 additions & 3 deletions App/config.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="net.peterkruyen.dearscholar" version="1.0.4928" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:gap="http://phonegap.com/ns/1.0">
<widget id="net.peterkruyen.dearscholar" version="1.0.5000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:gap="http://phonegap.com/ns/1.0">
<name>DearScholar</name>
<description>
DearScholar offers an intuitive and easy-to-use tool to conduct (self-report) qualitative and quantitative longitudinal diary, log and survey research.
</description>
<author email="p.m.kruyen@fm.ru.nl" href="https:peterkruyen.net">
<author email="peter.kruyen@ru.nl" href="https:peterkruyen.net">
Dr. Peter M Kruyen, Institute for Management Research, Radboud University, the Netherlands.
</author>
<plugin name="cordova-plugin-device" source="npm" />
@@ -15,7 +15,7 @@
<plugin name="phonegap-plugin-push" source="npm" spec="2.3.0" />
<plugin name="cordova-plugin-ionic-keyboard" source="npm" spec="2.2.0" />
<preference name="android-minSdkVersion" value="26" />
<preference name="android-targetSdkVersion" value="29" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<preference name="Orientation" value="portrait" />
49 changes: 22 additions & 27 deletions App/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions App/www/about.html
Original file line number Diff line number Diff line change
@@ -24,9 +24,9 @@
<div class="block-header"><b>Dank</b></div>
<p>DearScholar is ontwikkeld in de context of het onderzoeksprogramma "The creative public servant: Observations, explanations and consequences" met projectnumber 406.18.R8.028, gefinancierd door de Nederlandse Wetenschapsorganisatie (NWO). Peter dankt de leden van StackOverflow, Glenn Houtgraaf MSc, Liesbeth Faas MSc, het ICT Servicecentrum van de Radboud Universiteit voor hun adviezen en (technische) hulp, en prof. dr. Sandra van Thiel voor de bemoedigende woorden tijdens het ontwikkelingsproces. Ook dank aan alle testers en respondenten voor hun inspanningen en waardevolle feedback op eerdere versies van de app.</p>
<div class="block-header"><b>Versie</b></div>
<p>App-versie: #1.0.49 (21 augustus, 2020), Nederlands.</p>
<p>App-versie: #1.0.50 (21 augustus, 2021), Nederlands.</p>
<div class="block-header"><b>Licence</b></div>
<p>Copyright (c) 2020 P.M. Kruyen, Institute for Management Research, Radboud University, the Netherlands. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (GPL3) as published by the Free Software Foundation. Radboud University, hereby disclaims all copyright interest in the program “DearScholar” (which offers an app to conduct longitudinal qualitative and quantitative diary, log and survey research) written by P.M. Kruyen. Commercial license available, please contact Radboud Innovation, Radboud University, the Netherlands. Radboud Innovation – Technology Transfer Office.</p>
<p>Copyright (c) 2021 P.M. Kruyen, Institute for Management Research, Radboud University, the Netherlands. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (GPL3) as published by the Free Software Foundation. Radboud University, hereby disclaims all copyright interest in the program “DearScholar” (which offers an app to conduct longitudinal qualitative and quantitative diary, log and survey research) written by P.M. Kruyen. Commercial license available, please contact Radboud Innovation, Radboud University, the Netherlands. Radboud Innovation – Technology Transfer Office.</p>
</div>
<div class="block">
<p>
@@ -37,4 +37,4 @@
</div>

</div>
</div>
</div>
6 changes: 3 additions & 3 deletions App/www/index.html
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@
<div class="block">
<a class='panel-close' href="#" onclick="/schedule/">Dagboek</a>
</div>
<div class="block">
<a class='panel-close' href="/surveyadhoc/" >Extra vragenlijsten</a>
<div id="surveyadhoclink" class="block">
<a class='panel-close' href="/surveyadhoc/" style.display="none">Extra vragenlijsten</a>
</div>
<div class="block">
<a class='panel-close' href="/messages/">Berichten</a>
@@ -96,7 +96,7 @@
</ul>
<div id="footer"></div>
<div class="block-footer">
<p>Dr. Peter Kruyen (2020)</p>
<p>Dr. Peter Kruyen (2021)</p>
<p>Department of Public Administration, Radboud University, the Netherlands</p>
</div>
</div>
Loading