Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
0a64beef61 | |||
ea7eed1680 |
5 changed files with 15 additions and 35 deletions
7
NOTICE
7
NOTICE
|
@ -1,7 +0,0 @@
|
|||
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.
|
11
README.md
11
README.md
|
@ -37,14 +37,3 @@ 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.
|
||||
```
|
||||
|
|
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "art.pegasko.yeeemp"
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 1008
|
||||
versionName "1.008"
|
||||
versionCode 1009
|
||||
versionName "1.009"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
@ -50,21 +50,8 @@ 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'
|
||||
}
|
||||
}
|
||||
|
|
3
metadata/en-US/changelogs/1009.txt
Normal file
3
metadata/en-US/changelogs/1009.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Cleanup dependencies
|
||||
- Add proper description
|
||||
- Delete NOTICE
|
|
@ -1 +1,9 @@
|
|||
Yeeemp - tag-based event tracker for everything
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue