Go to file
Mike Nolan b2214d8915 Update Save Icon in NotesActivity 2023-12-21 23:59:52 -06:00
Resources Update Save Icon in NotesActivity 2023-12-21 23:59:52 -06:00
.gitignore Initial commit 2023-10-29 12:07:09 -05:00
AndroidManifest.xml Initial commit 2023-10-29 12:07:09 -05:00
LICENSE.md Initial commit 2023-10-29 12:07:09 -05:00
MainActivity.cs Initial commit 2023-10-29 12:07:09 -05:00
Makefile Initial commit 2023-10-29 12:07:09 -05:00
NoteActivity.cs Update Save Icon in NotesActivity 2023-12-21 23:59:52 -06:00
README.md Update Readme 2023-10-29 12:48:04 -05:00
SettingsActivity.cs Initial commit 2023-10-29 12:07:09 -05:00
SimpleNotes.csproj Initial commit 2023-10-29 12:07:09 -05:00

README.md

SimpleNotes Client for Android

This server is required

Repository

To Install

Get .NET 7

$ sudo dotnet workload install android
$ sudo dotnet worload repair

To compile

$ make

To just test

$ dotnet run

To authenticate

Click Settings Provide URL to Server, your username and password and Click Save

To Send Message

Click the Plus FAB

In the note activity the save button does not close the activity, that is not a bug that is intended (so you can keep editing)

Will this work without internet

Yes and no

Yes if the server is on same network as the android device (and you entered the private ip)

No if otherwise

Can I edit, view or create notes without access to server

You can't edit, view or create notes if you can't connect to the server (as there is no cache).