Daniele Ricci
Daniele Ricci
> I know this app is just an experiment, but I'll track this anyway with an issue :-) I know it's hard to do math on seconds with daylight saving......
I'm assuming it happens because the activity is destroyed by the system due to memory pressure. Anyway here is the log: ``` 01-15 09:43:44.134 E/arun.chronofil(3242): Not starting debugger since process...
I think there is an order to things :-) http://www.unicode.org/emoji/charts/emoji-ordering.html
Shouldn't be more optimal to use plain ImageViews instead of the TextView approach? On medium to low end devices the emoji panel takes a lot to load (like ten seconds)....
After a few months, finally :-) a fix for #100. I've also included - in a separate commit - minSdkVersion downgrade to 15, but that's for my own purposes -...
This patch writes note content back to the filesystem if a file exists in the public docs path. This can be a first step towards the real objective of #90...
Current implementation of OMEMO doesn't allow sending to non-Kontalk users using OMEMO encryption, because non-Kontalk users don't have a PGP key to get trust information from. Find a way to...
A first **very** draft implementation of OMEMO, trying to fullfil #132. The OMEMO model (in Smack) requires authentication to be handled tightly with encryption, so our current abstractions and separation...
Seems that #1264 was not enough. ``` android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground() at android.app.ActivityThread$H.handleMessage + 2204(ActivityThread.java:2204) at android.os.Handler.dispatchMessage + 108(Handler.java:108) at android.os.Looper.loop + 166(Looper.java:166) at android.app.ActivityThread.main + 7523(ActivityThread.java:7523)...
Apparently the postDelayed trick didn't work :-) ``` Fatal Exception: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=org.kontalk/.service.registration.RegistrationService }: app is in background uid UidRecord{3356b13 u0a237 CAC bg:+12m37s722ms idle...