Giter VIP home page Giter VIP logo

fhg-android-app's People

Contributors

dependabot[bot] avatar jbamberger avatar

Watchers

 avatar  avatar

Forkers

radmat64

fhg-android-app's Issues

Revert App to Version 3.0.2

The layout of the VPlan was reverted to the original layout. This causes the apps parser to fail. Therefore the app stops updating.
The easiest fix is to roll back to version 3.0.2, since only the feed layout and vplan layout changed since then.

Enable caching for the fhg feed

The current feed implementation is uncached (expect for the okhttp cache). Therefore loading is slow and uses a lot of bandwidth.

A solution should satisfy the following points:

  1. work with the paged loading
  2. allow for updates to articles
  3. allow for the deletion of articles
  4. delete old entries to avoid infinite growth
  5. work seamless with the network data

Improved tablet support

The support for wide / tablet devices is quite bad at the moment.

  1. Feed split into multiple columns on horizontal / tablet devices
  2. Contact screen should relocate the FHG logo or remove it completely
  3. The settings are quite ugly on 7 inch screens
  4. Cap the VPlan header text width or split the content into multiple columns on wide screens

Feed order

The Feed is shown in reverse, i.e. the newest item is at the bottom.

Migrate to androidx

Androidx is stable stable and will replace the android support packages. Therefore the application must be migrated to androidx, since the com.android.support packages will not receive updates anymore after the next major system release.

Improve the build output

Proguard notes some classes and misconfigurations.
The reflection json converter should be replaced with generated converters to save space (the kotlin reflect dependency is necessary for the reflection converter).

Adapt app to changed VPlan format

The VPlan format changed and therefore broke the parser.

Primary focus should be to restore the function of the application.
The new format provides more information, which should be shown in the Application.

Remove Java utils

The java utils module is no longer necessary, since the remaining code is migrated to Kotlin.

Automatic background updates

The best option would be to process the vplan on a server and push the updates to registered devices. This saves battery and bandwith on the user devices, because no background service must be scheduled.

Add bug reporting tool into the vplan

Add an option to report parser errors directly from the vplan screen, preferably per item, such that the context is preserved.

The report should contain:

  • the full html page for the misclassified day
  • the exact entry that was not parsed correctly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.