Android Open Source - App note inotes






Project Summary

Android app similar to iNotes. Sync notes via IMAP server with your Mac/iPad.

Web Site / Source Repository

inotes is hosted in the following web site
https://github.com/vzaliva/inotes

If you think the Android project inotes listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of inotes.

ItemValue
Java File Count27
Target SDK Version18
Minimum SDK Version8
Activity Count6
jar files usedactivation.jar
additionnal.jar
mail.jar
org.xbill.dns_2.1.6.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.AUTHENTICATE_ACCOUNTS
android.permission.GET_ACCOUNTS
android.permission.GET_TASKS
android.permission.INTERNET
android.permission.MANAGE_ACCOUNTS
android.permission.READ_SYNC_SETTINGS
android.permission.READ_SYNC_STATS
android.permission.USE_CREDENTIALS
android.permission.WRITE_SETTINGS
android.permission.WRITE_SYNC_SETTINGS




License

The license information of inotes is as follows:

GNU General Public License

Resource Files

There are 11 image files in inotes. The names of the image files are listed as follows.

ic_menu_allfriends.png
ic_menu_compose.png
ic_menu_delete.png
ic_menu_discard.png
ic_menu_edit.png
ic_menu_move.png
ic_menu_refresh.png
ic_menu_revert.png
ic_menu_save.png
ic_menu_share.png
inotes.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.codeminders.inotes.AccountReceiver.java
com.codeminders.inotes.Constants.java
com.codeminders.inotes.Utils.java
com.codeminders.inotes.auth.AuthenticationService.java
com.codeminders.inotes.auth.AuthenticatorActivity.java
com.codeminders.inotes.auth.Authenticator.java
com.codeminders.inotes.auth.ConfigurationActivity.java
com.codeminders.inotes.db.DBCreator.java
com.codeminders.inotes.db.DBManager.java
com.codeminders.inotes.db.DBUpgradeHelper.java
com.codeminders.inotes.imap.HeaderUtils.java
com.codeminders.inotes.imap.ImapService.java
com.codeminders.inotes.imap.ImapSession.java
com.codeminders.inotes.model.AccountInfo.java
com.codeminders.inotes.model.Note.java
com.codeminders.inotes.sync.NotesProvider.java
com.codeminders.inotes.sync.NotesSyncService.java
com.codeminders.inotes.sync.SyncAccountInfo.java
com.codeminders.inotes.sync.SyncAdapter.java
com.codeminders.inotes.sync.SyncAllAccountsInfo.java
com.codeminders.inotes.sync.SyncHelper.java
com.codeminders.inotes.sync.SyncInfo.java
com.codeminders.inotes.ui.AccountsListActivity.java
com.codeminders.inotes.ui.LinedEditText.java
com.codeminders.inotes.ui.NoteEditorActivity.java
com.codeminders.inotes.ui.NotesListActivity.java
com.codeminders.inotes.ui.SettingsActivity.java