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
- Host: GitHub
- URL: https://github.com/frontendmasters/android-issues
- Owner: FrontendMasters
- Created: 2018-03-17T17:29:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T01:33:02.000Z (about 7 years ago)
- Last Synced: 2025-01-10T10:58:18.676Z (5 months ago)
- Homepage: https://play.google.com/store/apps/details?id=in.mjg.frontendmasters.store
- Size: 2.93 KB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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](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 lessonActual:
The Course started playing at first lesson
```
### Additional Information
Add any other information you think will be helpful. Screenshots are great!