Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.6 #39

Merged
merged 94 commits into from
Apr 22, 2016
Merged

Release/1.6 #39

merged 94 commits into from
Apr 22, 2016

Conversation

KirillMakarov
Copy link
Contributor

@KirillMakarov KirillMakarov commented Apr 12, 2016

  • Push notification from server
    • sign in device for getting push notification, when user enter to Main Screen with courses (if he/she is not registered yet). If internet is not enabled, then app will try to register in next time, when user will enter to Main Screen
    • notifications are checked on device and when user is logged out, it is not shown
    • when another user sign in to him/her account, notification will be checked and shown for user by userId of notification and stored userId of user, else it will be not shown.
    • notifications are grouped by course, when 2 or more notifications related with 1 course are pushed, then it will be stacked in one with information about old notification and number of them.
    • when 1 new notification related with course is pushed, then it will be one (expandable on Android L+) notification.
    • notification is shown on lock screen.
    • notification is shown with big image of course and with small image of Stepic.org brand, in toolbar will be shown Stepic.org brand icon.
    • when user click notification, screen with modules of related course will be opened. After that, if internet is enabled app notify server, that Stepic Notification related with course, which was shown in App Notification, was read. If the Internet is disabled, information is not queued and Information about reading notification in not pushed to server.
    • notifications are pushed with vibration (default)
    • notifications are pushed with Stepic Brand Sound (default)
    • sound of notification user can disable in app settings
    • vibration of notification user can disable in app settings
    • user can unsubscribe from "learn" in app settings. (Now it is include certificates and notification about certificate will be shown, when certificates will be added in app)
    • user can find app settings in system settings (System Settings -> Sound&notification -> App Notification -> Stepic -> App settings, naming for Nexus 5, Android 6)
    • if user discarded notification, then notification is not marked as read on Server and not be shown on app.
  • When in course or in section number of children are empty, then message about empty content is shown (instead of infinite loading)
  • Branded Launch screen was improved (now user doesn't see white screen, when launch app)
  • Transition between screens was improved (now animation when user exit from app if fade out to bot instead fade out to right)
  • Update LibVLC (some problems should be fixed)
  • Update course icons

move gcm to product flavour
Conflicts:
	app/build.gradle
	app/src/main/java/org/stepic/droid/core/StepicCoreComponent.java
	app/src/main/java/org/stepic/droid/view/fragments/VideoFragment.kt
Conflicts:
	app/build.gradle
	app/src/main/java/org/stepic/droid/view/fragments/VideoFragment.kt
… come with an

                            associated EnclosingMethod attribute. This class was probably produced by a
                            compiler that did not target the modern .class file format. The recommended
                            solution is to recompile the class from source, using an up-to-date compiler
                            and without specifying any "-target" type options. The consequence of ignoring
                            this warning is that reflective operations on this class will incorrectly
@KirillMakarov KirillMakarov merged commit fce240d into master Apr 22, 2016
@KirillMakarov KirillMakarov deleted the release/1.6 branch May 23, 2016 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant