Compare commits

..

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

19 changed files with 32 additions and 25 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

@ -20,7 +20,6 @@ Tag-based event tracker for rawr, uwu and merp
# License
```
Yeeemp - tag based event counter
Copyright (C) 2024-2025 pegasko
@ -36,4 +35,12 @@ GNU Affero General Public License for more details.
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/>.
```
# 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"
minSdk 21
targetSdk 34
versionCode 1009
versionName "1.009"
versionCode 1006
versionName "1.006"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
@ -50,8 +50,21 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
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.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'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
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 +0,0 @@
Initial public release

View file

@ -1 +0,0 @@
Release for F-Droid

View file

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

View file

@ -1,9 +0,0 @@
Yeeemp — simple tag-based event tracker used to keep track of things you do and experience.
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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 KiB

View file

@ -1 +0,0 @@
Yeeemp - tag-based event tracker for everything

View file

@ -1 +0,0 @@
Yeeemp

View file

@ -10,7 +10,6 @@ primary file is `yeeemp.py` useful for ORM-based exploration of database files.
# License
```
Yeeemp - tag based event counter
Copyright (C) 2024-2025 pegasko
@ -26,15 +25,12 @@ GNU Affero General Public License for more details.
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/>.
```
# 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.
```