-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
386 changed files
with
3,283 additions
and
1,340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2015 Federico Iosue ([email protected]) | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
|
@@ -21,7 +21,7 @@ buildscript { | |
google() | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:3.0.1' | ||
classpath 'com.android.tools.build:gradle:3.1.1' | ||
classpath 'me.tatarka:gradle-retrolambda:3.2.5' | ||
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2' | ||
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2015 Federico Iosue ([email protected]) | ||
~ Copyright (C) 2018 Federico Iosue ([email protected]) | ||
~ | ||
~ 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
~ Copyright (C) 2015 Federico Iosue ([email protected]) | ||
~ Copyright (C) 2018 Federico Iosue ([email protected]) | ||
~ | ||
~ 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 | ||
|
@@ -202,6 +202,9 @@ | |
<string name="checklist">Checklist</string> | ||
<string name="text_note">Text note</string> | ||
<string name="photo">Photo</string> | ||
<string name="uncompleted_checklists">Incompleted checklists</string> | ||
<string name="info">Info</string> | ||
<string name="completed">Completed</string> | ||
|
||
<!-- Settings --> | ||
<string name="dashclock_description">Displays some statistics and expiring reminders from Omni Notes</string> | ||
|
@@ -364,17 +367,17 @@ | |
<string name="tour_listactivity_actions_title">Actions</string> | ||
<string name="tour_listactivity_actions_detail">Create new notes, sort them, access to preferences</string> | ||
<string name="tour_listactivity_home_title">Navigate</string> | ||
<string name="tour_listactivity_home_detail">Navigation menu allows you to move through notes with filters and tags</string> | ||
<string name="tour_listactivity_home_detail">Navigation menu allows you to move through notes with filters and categories</string> | ||
<string name="tour_listactivity_tag_title">Tags</string> | ||
<string name="tour_listactivity_tag_detail">Add colored tags to find notes at-a-glance</string> | ||
<string name="tour_listactivity_tag_detail">Add colored categories to organize notes at-a-glance</string> | ||
<string name="tour_detailactivity_attachment_title">Improve</string> | ||
<string name="tour_detailactivity_attachment_detail">Add attachment of several kinds to your notes!</string> | ||
<string name="tour_detailactivity_action_title">Do more</string> | ||
<string name="tour_detailactivity_action_detail">Share, tag, archive, protect, and more…</string> | ||
<string name="tour_detailactivity_reminder_title">Just press</string> | ||
<string name="tour_detailactivity_reminder_detail">Long pression have different effects on an object (attachment, location, reminder) than short pression!</string> | ||
<string name="tour_detailactivity_links_title">Links</string> | ||
<string name="tour_detailactivity_links_detail">Click on an URL or e-mail address to copy or open it</string> | ||
<string name="tour_detailactivity_links_detail">URL, e-mail addresses and telephone numbers recognition</string> | ||
<string name="tour_detailactivity_swipe_title">Swipe</string> | ||
<string name="tour_detailactivity_swipe_detail">Create new notes without \n leaving the one you\'re editing</string> | ||
<string name="tour_detailactivity_save_title">Save</string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#se | ||
# Copyright (C) 2015 Federico Iosue ([email protected]) | ||
# | ||
# Copyright (C) 2018 Federico Iosue ([email protected]) | ||
# | ||
# 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 | ||
# the Free Software Foundatibehaon, either version 3 of the License, or | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
|
@@ -15,13 +15,14 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
VERSION_NAME=5.4.5 | ||
VERSION_CODE=240 | ||
VERSION_NAME=5.5.0 | ||
VERSION_CODE=245 | ||
PACKAGE=it.feio.android.omninotes | ||
|
||
MIN_SDK=16 | ||
# Upgrading this to 24+ will need ContentProvider for sharing and camera attachments | ||
TARGET_SDK=23 | ||
BUILD_TOOLS=26.0.2 | ||
BUILD_TOOLS=27.0.3 | ||
|
||
# The following properties are empty defaults to allow build and can EVENTUALLY be overridden to allow: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
#Wed Nov 08 17:59:56 CET 2017 | ||
# | ||
# Copyright (C) 2018 Federico Iosue ([email protected]) | ||
# | ||
# 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 | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
#Wed Apr 04 22:14:12 CEST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2015 Federico Iosue ([email protected]) | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ Copyright (C) 2016 Federico Iosue ([email protected]) | ||
~ Copyright (C) 2018 Federico Iosue ([email protected]) | ||
~ | ||
~ 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 | ||
~ the Free Software Foundatibehaon, either version 3 of the License, or | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ This program is distributed in the hope that it will be useful, | ||
|
@@ -18,4 +18,4 @@ | |
|
||
<lint> | ||
<issue id="ManifestResource" severity="ignore" /> | ||
</lint> | ||
</lint> |
4 changes: 2 additions & 2 deletions
4
omniNotes/src/androidTest/java/it/feio/android/omninotes/BaseAndroidTestCase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (C) 2016 Federico Iosue ([email protected]) | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundatibehaon, either version 3 of the License, or | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
17 changes: 17 additions & 0 deletions
17
omniNotes/src/androidTest/java/it/feio/android/omninotes/BaseEspressoTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
/* | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package it.feio.android.omninotes; | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
omniNotes/src/androidTest/java/it/feio/android/omninotes/CategoryLifecycleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
/* | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package it.feio.android.omninotes; | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
omniNotes/src/androidTest/java/it/feio/android/omninotes/FabCameraNoteTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
/* | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package it.feio.android.omninotes; | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
omniNotes/src/androidTest/java/it/feio/android/omninotes/FabLifecycleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
/* | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package it.feio.android.omninotes; | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
omniNotes/src/androidTest/java/it/feio/android/omninotes/RemindersLifecycleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
/* | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package it.feio.android.omninotes; | ||
|
||
|
||
|
4 changes: 2 additions & 2 deletions
4
omniNotes/src/androidTest/java/it/feio/android/omninotes/db/DbHelperTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (C) 2016 Federico Iosue ([email protected]) | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundatibehaon, either version 3 of the License, or | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
4 changes: 2 additions & 2 deletions
4
omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/AppVersionHelperTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (C) 2017 Federico Iosue ([email protected]) | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundatibehaon, either version 3 of the License, or | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
4 changes: 2 additions & 2 deletions
4
omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/LanguageHelperTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (C) 2017 Federico Iosue ([email protected]) | ||
* Copyright (C) 2018 Federico Iosue ([email protected]) | ||
* | ||
* 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 | ||
* the Free Software Foundatibehaon, either version 3 of the License, or | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
56 changes: 0 additions & 56 deletions
56
omniNotes/src/androidTest/java/it/feio/android/omninotes/helpers/NotesHelperTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.