Compare commits

..

No commits in common. "master" and "1.008" have entirely different histories.

5 changed files with 35 additions and 15 deletions

7
NOTICE Normal file
View file

@ -0,0 +1,7 @@
Notwithstanding the freedoms granted by the AGPL 3.0 license, the following restrictions apply:
Commercial usage of any kind of the project source code and/or project build artifacts (binaries, executables, packages, archives, libraries and/or any other artifacts) is strictly prohibited.
Using the project source code and/or project build artifacts (binaries, executables, packages, archives, libraries and/or any other artifacts) for AI (Artificial Intelligence)/ML (Machine Learning)/NN (Neural Network) and/or any other kind of machine learning algorhitms and systems training is strictly prohibited.
This notice must be kept among all subsequent and related projects.

View file

@ -37,3 +37,14 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
``` ```
# Notice
```
Notwithstanding the freedoms granted by the AGPL 3.0 license, the following restrictions apply:
Commercial usage of any kind of the project source code and/or project build artifacts (binaries, executables, packages, archives, libraries and/or any other artifacts) is strictly prohibited.
Using the project source code and/or project build artifacts (binaries, executables, packages, archives, libraries and/or any other artifacts) for AI (Artificial Intelligence)/ML (Machine Learning)/NN (Neural Network) and/or any other kind of machine learning algorhitms and systems training is strictly prohibited.
```

View file

@ -10,8 +10,8 @@ android {
applicationId "art.pegasko.yeeemp" applicationId "art.pegasko.yeeemp"
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 1009 versionCode 1008
versionName "1.009" versionName "1.008"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {
@ -50,8 +50,21 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0' implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment:2.6.0'
implementation 'androidx.navigation:navigation-ui:2.6.0' implementation 'androidx.navigation:navigation-ui:2.6.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.activity:activity-compose:1.8.0'
implementation platform('androidx.compose:compose-bom:2023.08.00')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
implementation 'androidx.activity:activity:1.8.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
} androidTestImplementation platform('androidx.compose:compose-bom:2023.08.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
}

View file

@ -1,3 +0,0 @@
- Cleanup dependencies
- Add proper description
- Delete NOTICE

View file

@ -1,9 +1 @@
Yeeemp — simple tag-based event tracker used to keep track of things you do and experience. Yeeemp - tag-based event tracker for everything
You can make different queues for movies, books, meals, or whatever you want to track.
Features:
- Multiple Queues: Organize events into different queues.
- Detailed Records: Add tags, descriptions, and a date for each event.
- Privacy Focused: Your data stays on your device.
- Backup & Restore: Easily save and restore your data from a backup file.