Martin Krischik

Results 12 issues of Martin Krischik

I have to press the red sync button each time the app is started. that seems to be wrong and is a pain as the button is difficult to reach.

Please do not try to create new certificates without asking the user first. I now have hundreds of certificates and get the following error message: `[17:01:32]: Could not create another...

status: waiting-for-reply

**AndroidAnnotations version**: 4.7.0 **Android compile SDK version**: 30 **Annotated code**: ```java @org.androidannotations.annotations.FragmentById (R.id.Main_Fragment) @org.jetbrains.annotations.Nullable protected MainFragment mainFragment; ``` **Expected generated code**: ```java import java.util.HashMap; import java.util.Map; import com.krischik.fit_import.MainFragment; import android.app.Activity;...

I know this is not the first time you pull request for those features. And you probably don't want to merge it all. Quite a few build scripts and stuff...

Do remove that petty SteemIt warning. It is just annoying. For once it's none of your business which website I use. And more importantly: All search links go to https://steemit.com...

The upload ist stuck at this for 12 hours: However if I look at a 2nd tab I see that $0.007 have been deducted from my balance. Taking money without...

When doing a `alr publish --tar` sanity checks are performed on the git repository. This is not necessary and can be hinderance when: * An alternative to GIT is used....

Make it possible to make development build when there are warnings. Treat errors as warnings is fine for release builds but it's huge hinderance for development. I don't need perfectly...

I wanted to test how difficult it is to recompile a simple tool I wrote. It's targeted at the retrocomputing community so medium difficulty should be OK. I tried do...

type: bug

* WD65C02 instructions. * special command `.code` * Strings and characters in CA65 don't actually use \ as an escape character.