Skip to content

Commit 998255e

Browse files
committed
Merge branch 'develop'
2 parents 9bf9f0b + 8254f98 commit 998255e

File tree

458 files changed

+570
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

458 files changed

+570
-503
lines changed

assets/files.svg

Lines changed: 1 addition & 1 deletion

assets/logo.svg

Lines changed: 1 addition & 1 deletion

assets/play.svg

Lines changed: 1 addition & 1 deletion

assets/popup.svg

Lines changed: 1 addition & 1 deletion

assets/translations/arrays.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
3+
~ Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
44
~
55
~ This program is free software: you can redistribute it and/or modify
66
~ it under the terms of the GNU General Public License as published by

assets/translations/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
~ Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
4+
~ Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
55
~
66
~ This program is free software: you can redistribute it and/or modify
77
~ it under the terms of the GNU General Public License as published by

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
# Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -14,8 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
VERSION_NAME=6.2.4
18-
VERSION_CODE=319
17+
VERSION_NAME=6.2.5
18+
VERSION_CODE=320
1919
PACKAGE=it.feio.android.omninotes
2020
MIN_SDK=21
2121
TARGET_SDK=31

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
# Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

omniNotes/lint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
3+
~ Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
44
~
55
~ This program is free software: you can redistribute it and/or modify
66
~ it under the terms of the GNU General Public License as published by

omniNotes/src/alpha/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
~ Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
~
44
~ This program is free software: you can redistribute it and/or modify
55
~ it under the terms of the GNU General Public License as published by

omniNotes/src/alpha/res/xml/shortcuts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
~ Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
~
44
~ This program is free software: you can redistribute it and/or modify
55
~ it under the terms of the GNU General Public License as published by
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/*
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
18+
package it.feio.android.omninotes.async.upgrade
19+
20+
21+
import it.feio.android.omninotes.testutils.BaseAndroidTestCase
22+
import it.feio.android.omninotes.utils.FileProviderHelper.getShareableUri
23+
import it.feio.android.omninotes.utils.StorageHelper.createAttachmentFromUri
24+
import org.junit.Assert.*
25+
import org.junit.Test
26+
import rx.Observable.from
27+
28+
class UpgradeProcessorTest : BaseAndroidTestCase() {
29+
30+
@Test
31+
fun onUpgradeTo625() {
32+
// Preparation of database state existent pre-612 version.
33+
// Attachment used to be stored with "content://" scheme that allowed sharing but broke backups.
34+
val note = createTestNote("t", "c", 1)
35+
var attachment = createAttachmentFromUri(testContext, note.attachmentsList[0].uri)
36+
attachment?.uri = getShareableUri(attachment)
37+
note.attachmentsList[0] = attachment
38+
dbHelper.updateNote(note, false)
39+
40+
assertFalse(from(dbHelper.allAttachments).all { a -> a.uri.scheme != "content" }.toBlocking().single())
41+
42+
UpgradeProcessor.process(624, 625)
43+
44+
assertTrue(from(dbHelper.allAttachments).all { a -> a.uri.scheme != "content" }.toBlocking().single())
45+
}
46+
47+
}

omniNotes/src/androidTest/java/it/feio/android/omninotes/db/DbHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/exceptions/TestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/AppVersionHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/BackupHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/DocumentFileHelperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/GeocodeProviderBaseFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/IntentHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/LanguageHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/TagOpenerHelperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/count/CountFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/BaseEspressoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/CategoryLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/DrawerMenusEspressoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/FabCameraNoteTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/FabLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/MrJingleLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/NoteLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/NoteListMenuTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/RecurrenceRuleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/RemindersLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/SearchTagBackArrowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/ui/SettingsActivityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/BitmapHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/ClickWithoutDisplayConstraint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/FileProviderHelperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class FileProviderHelperTest : BaseAndroidTestCase() {
5252

5353
val res = FileProviderHelper.getShareableUri(attachment)
5454

55-
assertEquals(uri, res)
55+
assertEquals(uri, res.toString())
5656
}
5757

5858
}

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/GeocodeHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/IsEqualTrimmingAndIgnoringCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/MiscUtilsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/ParcelableUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/ReminderHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/SecurityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/ShortcutHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/StorageHelperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/VisibleViewMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/androidTest/java/it/feio/android/omninotes/utils/date/RecurrenceHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
* Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

omniNotes/src/beta/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright (C) 2013-2022 Federico Iosue (federico@iosue.it)
2+
~ Copyright (C) 2013-2023 Federico Iosue (federico@iosue.it)
33
~
44
~ This program is free software: you can redistribute it and/or modify
55
~ it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)