apps-android-wikiedudashboard icon indicating copy to clipboard operation
apps-android-wikiedudashboard copied to clipboard

Access WikiEdu Dashboard from Android App.

Results 42 apps-android-wikiedudashboard issues
Sort by recently updated
recently updated
newest added

**Summary:** Travis is falling on PRs. **Would you like to work on the issue?** Yes

bug

## What this PR does Remove unnecessary attributes Fixes #412

**Summary:** Application crashes while opening **Steps to reproduce:** * Install the application * Open the app **Device and Android version:** Android version: 10 Device: realme Branch: development **Would you like...

bug

**Summary:** The app crashes when you click on the profile course detail tab and recent upload tabs **Steps to reproduce:** - Pull the recent code - git pull upstream master...

bug

**Summary:** App crashes on dashboard **Steps to reproduce:** 1. Open App 2. Enter Login Details 3. Successfully Login 4. App Enters Dashboard Activity 5. After a split second app crashed...

bug

**Fix memory leak on CourseUploadFragment** - Fix memory leak on Course Upload Fragment **Screenshots** ![image](https://user-images.githubusercontent.com/23031920/70398203-53c2c780-1a19-11ea-804e-fe09df95ff8b.png) **Would you like to work on the issue?** Yes

outreachy-round-19
medium-priority

## What this PR does This PR sets the `MyDashboardRecyclerAdapter` to null to prevent leaking in `MyDashboardFragment` Fixes #409

**Summary:** MyDashboardFragment is leaking **Steps to reproduce:** * Open App * Go to explore section * Click one item (in Active Campaigns) **Screen-shots:** **Device and Android version:** Android version: 10...

bug

Bumps constraintlayout from 1.1.3 to 2.0.4. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=androidx.constraintlayout:constraintlayout&package-manager=gradle&previous-version=1.1.3&new-version=2.0.4)](https://dependabot.com/compatibility-score/?dependency-name=androidx.constraintlayout:constraintlayout&package-manager=gradle&previous-version=1.1.3&new-version=2.0.4) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Describe the feature you'd like** Use Room or any other library to maintain a local database to add offline support. Other suggestions for databases are welcome. **Would you like to...

medium-priority