Skip to content

Commit

Permalink
Add content for fdroid
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarif4u committed Jul 4, 2024
1 parent bbfd837 commit 7b967d9
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![License: GPL v3](https://raw.githubusercontent.com/Swatian/nexnotes/main/assets/license.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Release](https://img.shields.io/github/v/release/Swatian/nexnotes?display_name=release&label=release
)](https://github.com/Swatian/nexnotes/releases)
)](https://github.com/Swatian/nexnotes/releases) [![Crowdin](https://badges.crowdin.net/nexnotes/localized.svg)](https://crowdin.com/project/nexnotes)

[<img alt="Become a Patreon" src="https://raw.githubusercontent.com/Swatian/nexnotes/main/assets/patreon.png" height="40"/>](https://www.patreon.com/mmarif) [<img alt="Buy me a coffee" src="https://raw.githubusercontent.com/Swatian/nexnotes/main/assets/buy-me-a-coffee.png" height="40"/>](https://www.buymeacoffee.com/mmarif)

# Nex Notes - Android client for taking notes
# Nex Notes - Android app for taking notes

Nex Notes is a simple, free and open-source Android client for taking quick and beautiful notes.
Nex Notes is a simple, free and open-source Android app for taking quick and beautiful notes.
Nex Notes is licensed under the GPLv3 License. Please refer to the LICENSE file for the full text of the license.

## Downloads
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.swatian.nexnotes"
minSdk 27
targetSdk 34
versionCode 10
versionName "1.0"
versionCode 11
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@
android:background="?android:attr/selectableItemBackground"
android:gravity="center_vertical"
android:orientation="horizontal"
android:visibility="gone"
android:padding="@dimen/dimen12dp">

<ImageView
Expand Down Expand Up @@ -481,7 +480,6 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dimen2dp"
app:dividerColor="?attr/divider"
android:visibility="gone"
android:background="?android:attr/listDivider" />

<LinearLayout
Expand Down
12 changes: 12 additions & 0 deletions metadata/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1.0

🎉 Features
- Free and open source
- Topics for easy management
- Biometric lock
- Localized
- Search by title, content and topic
- Light/dark theme (follows system)
- & more...

https://github.com/Swatian/nexnotes/releases
12 changes: 12 additions & 0 deletions metadata/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1.1

🎉 Features
- Free and open source
- Topics for easy management
- Biometric lock
- Localized
- Search by title, content and topic
- Light/dark theme (follows system)
- & more...

https://github.com/Swatian/nexnotes/releases
14 changes: 14 additions & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
A simple and free native Android app for taking notes.

# Features

- Free and open source
- Topics for easy management
- Biometric lock
- Localized
- Search by title, content and topic
- Light/dark theme (follows system)
- & more...

Source code: https://github.com/Swatian/nexnotes
Developer: https://mastodon.social/@mmarif
Binary file added metadata/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nex Notes for taking quick notes
1 change: 1 addition & 0 deletions metadata/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nex Notes for taking quick notes

0 comments on commit 7b967d9

Please sign in to comment.