diff --git a/app/build.gradle b/app/build.gradle
index 67b60d3..35b4340 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
- versionName "1.0"
+ versionName "0.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
diff --git a/app/src/main/java/net/underdesk/circolapp/AlarmBroadcastReceiver.kt b/app/src/main/java/net/underdesk/circolapp/AlarmBroadcastReceiver.kt
index 91d0ff8..a7cb779 100644
--- a/app/src/main/java/net/underdesk/circolapp/AlarmBroadcastReceiver.kt
+++ b/app/src/main/java/net/underdesk/circolapp/AlarmBroadcastReceiver.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/BootCompleteReceiver.kt b/app/src/main/java/net/underdesk/circolapp/BootCompleteReceiver.kt
index de68cf2..3a59cbf 100644
--- a/app/src/main/java/net/underdesk/circolapp/BootCompleteReceiver.kt
+++ b/app/src/main/java/net/underdesk/circolapp/BootCompleteReceiver.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/LicensesActivity.kt b/app/src/main/java/net/underdesk/circolapp/LicensesActivity.kt
index f8b9483..86dcbfa 100644
--- a/app/src/main/java/net/underdesk/circolapp/LicensesActivity.kt
+++ b/app/src/main/java/net/underdesk/circolapp/LicensesActivity.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/MainActivity.kt b/app/src/main/java/net/underdesk/circolapp/MainActivity.kt
index ca9cf19..da9c521 100644
--- a/app/src/main/java/net/underdesk/circolapp/MainActivity.kt
+++ b/app/src/main/java/net/underdesk/circolapp/MainActivity.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/SettingsActivity.kt b/app/src/main/java/net/underdesk/circolapp/SettingsActivity.kt
index 1a7fdab..fdc83ea 100644
--- a/app/src/main/java/net/underdesk/circolapp/SettingsActivity.kt
+++ b/app/src/main/java/net/underdesk/circolapp/SettingsActivity.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/adapters/AttachmentAdapter.kt b/app/src/main/java/net/underdesk/circolapp/adapters/AttachmentAdapter.kt
index 767de90..708723d 100644
--- a/app/src/main/java/net/underdesk/circolapp/adapters/AttachmentAdapter.kt
+++ b/app/src/main/java/net/underdesk/circolapp/adapters/AttachmentAdapter.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/adapters/CircularLetterAdapter.kt b/app/src/main/java/net/underdesk/circolapp/adapters/CircularLetterAdapter.kt
index d24a94c..7744e73 100644
--- a/app/src/main/java/net/underdesk/circolapp/adapters/CircularLetterAdapter.kt
+++ b/app/src/main/java/net/underdesk/circolapp/adapters/CircularLetterAdapter.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/data/AppDatabase.kt b/app/src/main/java/net/underdesk/circolapp/data/AppDatabase.kt
index 3728b70..b770769 100644
--- a/app/src/main/java/net/underdesk/circolapp/data/AppDatabase.kt
+++ b/app/src/main/java/net/underdesk/circolapp/data/AppDatabase.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/data/Circular.kt b/app/src/main/java/net/underdesk/circolapp/data/Circular.kt
index 9b4173a..775945a 100644
--- a/app/src/main/java/net/underdesk/circolapp/data/Circular.kt
+++ b/app/src/main/java/net/underdesk/circolapp/data/Circular.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/data/CircularDao.kt b/app/src/main/java/net/underdesk/circolapp/data/CircularDao.kt
index e41ef5c..07bf11a 100644
--- a/app/src/main/java/net/underdesk/circolapp/data/CircularDao.kt
+++ b/app/src/main/java/net/underdesk/circolapp/data/CircularDao.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/data/Converters.kt b/app/src/main/java/net/underdesk/circolapp/data/Converters.kt
index 1390d8f..c60d1cd 100644
--- a/app/src/main/java/net/underdesk/circolapp/data/Converters.kt
+++ b/app/src/main/java/net/underdesk/circolapp/data/Converters.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/fragments/CircularLetterFragment.kt b/app/src/main/java/net/underdesk/circolapp/fragments/CircularLetterFragment.kt
index e9c1e9d..58ea10f 100644
--- a/app/src/main/java/net/underdesk/circolapp/fragments/CircularLetterFragment.kt
+++ b/app/src/main/java/net/underdesk/circolapp/fragments/CircularLetterFragment.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/fragments/FavouritesFragment.kt b/app/src/main/java/net/underdesk/circolapp/fragments/FavouritesFragment.kt
index b292275..8bf8187 100644
--- a/app/src/main/java/net/underdesk/circolapp/fragments/FavouritesFragment.kt
+++ b/app/src/main/java/net/underdesk/circolapp/fragments/FavouritesFragment.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/fragments/NewReminderFragment.kt b/app/src/main/java/net/underdesk/circolapp/fragments/NewReminderFragment.kt
index a0dbf20..4a11043 100644
--- a/app/src/main/java/net/underdesk/circolapp/fragments/NewReminderFragment.kt
+++ b/app/src/main/java/net/underdesk/circolapp/fragments/NewReminderFragment.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/fragments/RemindersFragment.kt b/app/src/main/java/net/underdesk/circolapp/fragments/RemindersFragment.kt
index 91180f0..6520664 100644
--- a/app/src/main/java/net/underdesk/circolapp/fragments/RemindersFragment.kt
+++ b/app/src/main/java/net/underdesk/circolapp/fragments/RemindersFragment.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/server/DataFetcher.kt b/app/src/main/java/net/underdesk/circolapp/server/DataFetcher.kt
index cd71c50..e58e122 100644
--- a/app/src/main/java/net/underdesk/circolapp/server/DataFetcher.kt
+++ b/app/src/main/java/net/underdesk/circolapp/server/DataFetcher.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/viewmodels/CircularLetterViewModel.kt b/app/src/main/java/net/underdesk/circolapp/viewmodels/CircularLetterViewModel.kt
index 03fd0cf..403315a 100644
--- a/app/src/main/java/net/underdesk/circolapp/viewmodels/CircularLetterViewModel.kt
+++ b/app/src/main/java/net/underdesk/circolapp/viewmodels/CircularLetterViewModel.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/viewmodels/FavouritesViewModel.kt b/app/src/main/java/net/underdesk/circolapp/viewmodels/FavouritesViewModel.kt
index db6ef10..124365f 100644
--- a/app/src/main/java/net/underdesk/circolapp/viewmodels/FavouritesViewModel.kt
+++ b/app/src/main/java/net/underdesk/circolapp/viewmodels/FavouritesViewModel.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/viewmodels/RemindersViewModel.kt b/app/src/main/java/net/underdesk/circolapp/viewmodels/RemindersViewModel.kt
index 2f96e79..f7f1f03 100644
--- a/app/src/main/java/net/underdesk/circolapp/viewmodels/RemindersViewModel.kt
+++ b/app/src/main/java/net/underdesk/circolapp/viewmodels/RemindersViewModel.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/java/net/underdesk/circolapp/works/PollWork.kt b/app/src/main/java/net/underdesk/circolapp/works/PollWork.kt
index 2c4899d..2073aa1 100644
--- a/app/src/main/java/net/underdesk/circolapp/works/PollWork.kt
+++ b/app/src/main/java/net/underdesk/circolapp/works/PollWork.kt
@@ -1,6 +1,6 @@
/*
* Circolapp
- * Copyright (C) 2019 Matteo Schiff
+ * Copyright (C) 2019-2020 Matteo Schiff
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 027bb55..35c608f 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -41,8 +41,8 @@
Informazioni su Circolapp
Circolapp è rilasciata secondo la licenza GPL v3 (https://github.com/Matte23/circolapp/blob/master/LICENSE):\n\n
- © 2019 Matteo Schiff\nQuesto programma è rilasciato SENZA ALCUNA GARANZIA E SENZA ALCUNA RESPONSABILITÀ A CARICO DELLO SVILUPPATORE.\nQuesto è software libero, e sei invitato a condividerlo nei termini della licenza. \n\n
- Le circolari sono scritte e pubblicate dal Liceo Scientifico Maria Curie di Pinerolo (https://curiepinerolo.edu.it/).\n
+ © 2019 - 2020 Matteo Schiff\nQuesto programma è rilasciato SENZA ALCUNA GARANZIA E SENZA ALCUNA RESPONSABILITÀ A CARICO DELLO SVILUPPATORE.\nQuesto è software libero, e sei invitato a condividerlo nei termini della licenza. \n\n
+ Le circolari sono scritte e pubblicate dal Liceo Scientifico Maria Curie di Pinerolo, e sono scaricate direttamente da https://curiepinerolo.edu.it/.\n
Questi documenti sono rilasciati secondo la licenza "Attribution-NonCommercial-ShareAlike 3.0 Unported" (CC BY-NC-SA 3.0)(https://creativecommons.org/licenses/by-nc-sa/3.0/), come specificato in questa pagina: https://curiepinerolo.edu.it/note-legali/
Autorizzazioni richieste
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 004f7ca..7ec388b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -41,9 +41,9 @@
About Circolapp
Circolapp is released under the GPL v3 license (https://github.com/Matte23/circolapp/blob/master/LICENSE):\n\n
- © 2019 Matteo Schiff\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it
+ © 2019 - 2020 Matteo Schiff\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it
under certain conditions. \n\n
- Circulars letters are written by the Liceo Scientifico Maria Curie Pinerolo (https://curiepinerolo.edu.it/).\n
+ Circulars letters are written by the Liceo Scientifico Maria Curie Pinerolo, and are downloaded directly from https://curiepinerolo.edu.it/.\n
Those documents are released under the "Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)(https://creativecommons.org/licenses/by-nc-sa/3.0/), as specified in this page: https://curiepinerolo.edu.it/note-legali
Permission required