makkhay / NotesSync

Notes Sync is the answer to your everyday note taking requirements. It comes with a feature to sync everything to the user's own Google Drive or Dropbox accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt textNotesSync

Notes Sync is the answer to your everyday note taking requirements. It was designed with the primary goal of being convenient to the user. Take notes, create to-do lists, set reminders, and share with others everything is just one tap away. And it's all instantly searchable.

With Notes Sync users can sync all of their notes, to-do lists and reminders to their own Google Drive or Dropbox accounts respectively. No server is required for syncing the data from the app. Everything goes directly from the app to user's account's storage all in just one tap.

Screenshots

alt text alt text alt text

How to build the project

  1. Clone the project - git clone https://github.com/KumarManas04/NotesSync.git
  2. Import the project into Android Studio
  3. Enable the Google Drive API for your project -
    • Follow this link Only till Step 3 and make sure you select the scope ..auth/drive.file
    • Make sure you add the SHA-1 key from your project into the credentials screen
  4. Enable Dropbox API for your project -
    • Open Dropbox App Console
    • Select Dropbox API
    • Select App folder as access type
    • Set App Name to Notes Sync
    • Click on Create App
    • From the next screen copy your App Key
    • In your strings.xml and AndroidManifest.xml replace YOUR_APP_KEY_HERE with the key copied in previous step
  5. Build and run the app

Developed by

Licence

MIT License

Copyright (c) 2019 Kumar Manas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Notes Sync is the answer to your everyday note taking requirements. It comes with a feature to sync everything to the user's own Google Drive or Dropbox accounts

License:MIT License


Languages

Language:Kotlin 100.0%