Jaideep Prasad
Jaideep Prasad
# Description Added drive-cloud support     Fixes #164 ## Type of change Just put an x in the [] which are valid. - [x] Bug fix (non-breaking...
enable data binding in ChangePasswordFragment. Since we are following the MVVM arch. we need to declare the layout as the former so that we can use its features(Binding Adapters,etc.) **Additional...
Using Values resources throughout the codebase - dimens, strings, colors, styles. The codebase and the XML do not use resources values uniformly everywhere. Need to update the **whole** codebase.
Fixes #115 Fixed Travis Errors.
Inregrating ViewModel with Activities/Fragments. The Screens need to be configuration aware before getting destroyed. ViewModel and LiveData need to be integrated.
This is the response I get opening the dasboard: ``` { "errors": { "base": [ "MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist...
Can't add users to a group chat @TatankaConCube
Like initialise with 2 members. And new members get added to the same dialog with time. Is this possible ?
**Summary:** bug: unfunctional Notification settings in Settings. **Steps to reproduce:** Go to Profile->Settings page **Expected behavior:** On clicking the notifications settings page should open up **Observed behavior:** Nothing happens. **Device...
Fixes #91 Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Run the unit tests with `./gradlew check` to make sure you didn't...