-
Notifications
You must be signed in to change notification settings - Fork 1
Changes PTBVsync2ChBoSync
The following is a list of modification made in the source of the PTBV SyncML Client to obtain ChBoSync:
-
Reactivated (commented in) synchronization of notes (requires that the free app "OI Notepad" is installed on the device).
-
Users can now move the app's installation to the SDCard.
-
Requires no longer a menu button on the device.
-
Changed information displayed on about dialog.
-
About Activity can now also be opened by a button from the login screen (so even if the user has no valid credentials for any SyncML server he can access the about activity with the license information).
-
Replaced implementation of method to detect if app is running in Emulator (see method AndroidUtils::isAndroidEmulator() ).
-
Added dialog with confirmation question on logout.
-
When syncing of notes is not possible because the free app "OI Notepad" is not installed on the device, then the app can show a "fallback button" telling the reason to user (as replacement for the real button for syncing notes). By pressing on this fallback button the user can directly open the entry for "OI Notepad" in the app store client.
-
A button for opening the entry for "OI Notepad" in the app store client was added to the tab "Advanced" of the settings.
-
Added handling of empty notes; title of a note is now the first non-empty row; for completely empty notes a fallback text is used.
-
When sending the log file via e-mail, then no longer an e-mail address of the original developer is inserted as default recipient.
-
Several tiny improvements in the source code (e.g., improving formatting).