Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
letsintegreat committed Jun 5, 2022
1 parent a86c991 commit 700d953
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# diary
# Diary

A Personal Diary App
A Personal Diary App, it was built under Coding Week'22 App Dev Task.

# Features implemented
# Key Features

- Register with email and password
- Login with email and password
- Add an entry for any date
- Edit or Delete entry from any date
- Disable dates whose entries have been submitted, and Disable future dates
- Secured the diary with Screen Lock
- Personal Diary is secured with Mobile's Screen Lock. Fingerprint and Facial Recognition also functional.
- Register and Login with email and password across devices.
- Edit or Delete any entry.
- Future dates, and dates with entry already submitted have been disabled.
- Minimal UI and satisfying animations.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package="com.example.diary">
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
<application
android:label="diary"
android:label="Diary"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 700d953

Please sign in to comment.