An open API service indexing awesome lists of open source software.

https://github.com/frontendmasters/android-issues

Repository for managing publicly reported issues with the Frontend Masters Android App
https://github.com/frontendmasters/android-issues

Last synced: 4 months ago
JSON representation

Repository for managing publicly reported issues with the Frontend Masters Android App

Awesome Lists containing this project

README

        

# [Frontend Masters Android App](https://play.google.com/store/apps/details?id=in.mjg.frontendmasters.store) Public Issues Repository

- Save videos to your device! Watch on-the-go, on or offline 📲 🚂 ✈️ (on the plane, or a train, or in space)
- Access to our entire course catalog and new courses as they’re released.
- Never lose where you’ve left off — progress syncs online and offline!

[![Get it on Google Play](https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=in.mjg.frontendmasters.store)

# Android Issue Reporting Guidelines

Hello and welcome to the Frontend Masters Android issue repository! Please follow some simple guidelines for reporting issues.

* Before reporting, please check the [existing issues](https://github.com/FrontendMasters/android-issues/issues) to make sure we're not creating duplicates.
* If the issue is already present, please add your experience to the existing issue
* Use the template below when creating a new issue

## Issue Title
Be as descriptive as possible when creating the issue title.

Less helpful:
> Can't watch video!

More helpful:
> The video player freezes after pausing a downloaded lesson

## Issue Description
### Preconditions
Example:
```
Device: Samsung Galaxy 6, Android version 7.0
1. Connected to wifi
2. Logged in
3. Previously had watched first two lessons of the course, "Fundamentals to Functional."
```
### Steps to Reproduce
The most import part.
```
Example:
1. Log in
2. Navigate to Courses Index
3. Tap "Fundamentals to Functional" Course
```
### Actual and Expected Result
To make sure we're all on the same page, it helps if you let us know what you were expecting.
Example:
```
Expected:
The Course would start playing at third lesson

Actual:
The Course started playing at first lesson
```
### Additional Information
Add any other information you think will be helpful. Screenshots are great!