Code Monkey home page Code Monkey logo

golem-android-reader's People

Contributors

eknoes avatar fblass avatar marcauberer avatar poussinou avatar ralfbergs avatar walterwolf49 avatar zusel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

golem-android-reader's Issues

F-Droid Release

Durch die Migration weg vom API Key, hin zu den RSS Feeds steht einer F-Droid Veröffentlichung nichts mehr im Weg.

Download .apk from github directly with Obtainium

I would like to pull the latest .apk directly from github using Obtainium. In order to do this, the latest released .apk would have to be listed under Releases. Would this be possible or is there another way to get the latest .apk directly from github?

kommentarsymbol nicht da

Bei sehr neuen Artikeln ist es nicht möglich einen Kommentar abzugeben. das dazugehörige Symbol ist nicht da und der teil des Textes wo der Link normalerweise ist, ist abgeschnitten.
Screenshot_20210727-160926_Golem.de_1.png

Volltext Artikel mit Abo nicht lesbar

leider kann ich neuerdings keine Artikel mehr lesen. Die Vorschauansicht der verschiedenen Artikel kann ich nach wie vor sehen, aber sobald ich einen Artikel anklicke bleibt die Seite leer. Ich besitze ein aktives Golem.de Abo und kann es über die Website normal nutzen. Wenn ich die App deinstalliere und erneut installiere kann ich die Artikel wieder lesen, nur leider ohne aktives Abo und mit unendlich viel Werbung. Wenn ich nun den Token für das Abo eintrage tritt das Problem wieder auf, dass ich keine Artikel lesen kann.

Fix android.content.ActivityNotFoundException

android.content.ActivityNotFoundException: 
  at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2018)
  at android.app.Instrumentation.execStartActivity (Instrumentation.java:1673)
  at android.app.Activity.startActivityForResult (Activity.java:4688)
  at android.support.v4.app.FragmentActivity.startActivityForResult (FragmentActivity.java:767)
  at android.app.Activity.startActivityForResult (Activity.java:4646)
  at android.support.v4.app.FragmentActivity.startActivityForResult (FragmentActivity.java:754)
  at android.app.Activity.startActivity (Activity.java:5007)
  at android.app.Activity.startActivity (Activity.java:4975)
  at de.eknoes.inofficialgolem.GolemWebViewClient.shouldOverrideUrlLoading (GolemWebViewClient.java:41)

Perfomanceschwankungen

Bei der Ansicht eines Artikels läuft das scrollen spürbar weniger flüßig. Des weiteren hat das Öffnen eines Artikels eine höhere Latenz, auch wenn die App schon "warmgelaufen" ist.

Schriftgröße

Trotz meines 6" Displays und der Schriftgröße "Groß" (Android-Schriftgrößeneinstellung) komme ich mit deiner APP
nicht so richtig klar.
Stelle ich die Android-Schriftgröße auf "Am größten" kann ich es zwar besser lesen ...
Dafür muß ich dann am bei N-TV und TAZ die Größe auf 70-80% reduzieren...
Meine GMX-APP stellt dann nur noch drei bis vier Worte pro Zeile dar.
Das ist natürlich übertrieben groß.

Wir sollten ähnlich stark skalieren, wie die anderen Apps

Improvement: weise drei Punkte

Die Material Design three dots sollten meiner Meinung nach auch weiß sein wie der 'Teilen' oder 'Aktualisieren' Button in der Appbar.
Rot bedeutet für mich irgendeine Einstellung hinter den 3 Punkten benötigt meine Zustimmung oder Einstellung etc.

Schrift manchmal nicht lesbar

Manchmal (von mir ist kein Muster erkennbar) ist die Schriftfarbe der Titel weiß und die des Teaser-Textes hellgrau, beides auf dem hellgrauen Hintergrund kaum erkennbar.

Wenn ich die App am nächsten Tag öffne, ist alles wieder wie gehabt. Ein einfaches Neuladen der Artikel oder ein Neustart der App helfen nicht.

Kontext:
App-Version 1.0.1
Android 7.1
OnePlus 3

Feature: Deeplinks

You can share links via click on share, but you can not get back into the app when clicking on them. Instead the user is sent to the external browser. It woul be nice to route any link with host www.golem.de back into the app via deeplink

Fix java.lang.IllegalStateException

Maybe rewrite Adapter? Arises when notifyDatasetChanged() is not executed. Should not happen.

java.lang.IllegalStateException: 
  at android.widget.ListView.layoutChildren (ListView.java:1799)

Confusing loading state in Battery Saver

Dear developer,

I noticed that when I enable Battery Saver on Android 8.1, the indeterminate ProgressBars in the app are not properly shown. This is a known problem in Android API level <28, see e.g. this StackOverflow question. Battery Saver disables animations, also on progress bars on these versions. This is quite confusing because the loading state is not properly represented. It is fixed in later Android versions, where progress bars do appear and animate.

Looking at the code, indeterminate progress bars are created here:

className='de.eknoes.inofficialgolem.ArticleFragment', lineNumber=126

To fix this issue, one can check ValueAnimator.areAnimatorsEnabled() and provide a different UI element, such as a text label, when animations are disabled.

I also recorded a video, showing the issue in practice:

de.eknoes.inofficialgolem.mov

Fix NPE

Lots of users experience NPE

java.lang.NullPointerException: 
  at de.eknoes.inofficialgolem.ArticleFragment.onCreateOptionsMenu (ArticleFragment.java:174)

Anzeigen / Kein Artikeldownload trotz Abo

Hi,
ich hab ein Abo (und auch "Golem.de Abo nutzen") angehakt. Trotzdem werden nicht alle Artikel runtergeladen (und sind deswegen nicht offline verfügbar) und einige Artikel haben Anzeigen.
Woran kann dass liegen, mache ich was falsch?
Grüße
Stephan Tautz

Absturz mit Android 9

java.lang.NoClassDefFoundError: 
 
  at com.android.volley.toolbox.HttpHeaderParser.parseDateAsEpoch (HttpHeaderParser.java:129)
 
  at com.android.volley.toolbox.HttpHeaderParser.parseCacheHeaders (HttpHeaderParser.java:59)
 
  at com.android.volley.toolbox.ImageRequest.doParse (ImageRequest.java:213)
 
  at com.android.volley.toolbox.ImageRequest.parseNetworkResponse (ImageRequest.java:159)
 
  at com.android.volley.CacheDispatcher.run (CacheDispatcher.java:128)

See Google Issue Tracker & google/volley#200

Automatisches aktualisieren deaktivieren.

Ich fände es gut, wenn man das automatische aktualisieren deaktivieren kann. Das geht erstens aufs Datenvolumen (wegen der Bilder) und zweitens möchte ich manchmal noch alte Artikel lesen. Mir geht da so ein bisschen die Kontrolle verloren.
Der Wert 0 beim Slider könnte ja für "aus" stehen, so wie es intuitiv viele Apps verwenden.

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.