Pulkit Aggarwal
Pulkit Aggarwal
``` relationships: {run: {}, contents: {links: {related: "/api/v2/sections/5950/relationships/contents"}}} contents: {links: {related: "/api/v2/sections/5950/relationships/contents"}} links: {related: "/api/v2/sections/5950/relationships/contents"} related: "/api/v2/sections/5950/relationships/contents" ``` above is my response,related link is not included in the so how...
Fixes #182
Add Support for faye for real-time data of rooms,message and other resources. References https://github.com/elirex/android-faye-client https://developer.gitter.im/docs/faye-endpoint
**Summary:** The app should use Confirm Credentials for devices above API 23 as it is been used by most of apps now for devices below 23 we can continue the...
There should be support for fingerprint authentication if the device has a fingerprint
One of the rules of DragDropAndSort Interaction seems to be incorrectly named. https://github.com/oppia/oppia/blob/6ef62595b5dabadc280ddf9a11760eccf7d84cae/extensions/interactions/DragAndDropSortInput/directives/drag-and-drop-sort-input-rules.service.ts#L82 Currently, it is ` IsEqualToOrderingWithOneItemAtIncorrectPosition` but i think it should be `IsEqualToOrderingWithOneItemIncorrect`. **What wrong with current name**...