@costales no, but theres an issue for it: https://gitlab.com/dekkan/dekko/-/issues/79
(On telegram we have already discussed somewhen, how the UI could look like and had no especially nice idea imho.)
@costales no, but theres an issue for it: https://gitlab.com/dekkan/dekko/-/issues/79
(On telegram we have already discussed somewhen, how the UI could look like and had no especially nice idea imho.)
@marius-ciclistu regarding dekko:
- share url via dekko 2 is not opening a new mail with the link in body
This works if dekko is already open when sharing whatever to it. Sharing to dekko while its closed (https://gitlab.com/dekkan/dekko/-/issues/74) will be fixed with the next release by end of october.
- Dekko 2 does not show search results from server.
Can you elaborate?
- dekko 2 does not delete mails from trash folder.
Thats actually a known issue, but there seems to be no issue for it yet. May you write one please?
@CiberSheep the "my city time" has a dot between hours and minutes, while the world clocks have a colon there. I think we should use the same "hours minutes seperator" for all times (?)
(And ofc the time format should be localizable.)
But ofc, the "UT app dev community" can create its own gitlab organisation and perhaps openstore namespace and develop apps together there... I like that idea. Lets discuss which advantages it would have, to collect UT apps in a common place...(?)
@stanwood Its not 100% comfortable but it should also work at night (at least it does for me).
Hi @stanwood!
You need to press the download button in the top right corner. That will only work if the camera scanner has actually recognized the edges of your document. You'll see the difference in the preview pictures. A dark or at least uniform underground/background helps. Edges of the document have to be on the photo an well visible.
@Tellina i was playing with the same/a similar idea... Would good to have a second android phone for me atm to play with for my current job. So i was thinking of buying a GS290 and flash ut on it later when i'm done with the job and donate 100 Euro or whatever to volla to support their efforts.
Another way to run UT apps on a usual amd64 desktop linux is packaging them as snaps. That has been done for fluffychat and dekko for example:
https://snapcraft.io/fluffychat
https://snapcraft.io/dekko2
However probably only a few UT apps are packaged as snaps yet and there may be some restrictions for the snap builds. I.e. there is no "desktop replacement" for content hub in dekko yet to attach files to mails...
Without having a very good reason, only the author/publisher can unpublish an app. I think you can still call your app discord as it will be in another namespace (your namespace). Having two apps with the same name is not a big deal, especially if one of them has lots of positive reactions, while the other hasn't...
a) I open the Clock App when I want to set a timer (90%) or an alarm (10%).
b) I normally open the Clock App from the app launcher
c) I think Clock App misses: don't know EDIT: now i know what i miss: (internet) radio as alarm ^^
d) Clock (the time) 1
e) World Clock (more than 1 city clock) 1
f) Alarm (wake me up) 3
g) Chronometer (timer with laps) 2
h) Timer (count down) 4
i) I have been using Ubuntu touch as my main device for about 5 or 6 years.
Hi @carrabelloy, you demanding a lot here without knowing much it seems and I assume also without having done something for the project yourself(?). This thing here can only fly, if we all work together. So please if you ask what others here can do for you, always ask what and how you can contribute to it!
Hi @carrabelloy, sorry aber ich schäme mich ein bisschen für Dein forderndes Auftreten hier und die scheinbare Arroganz auf Deutsch zu schreiben wo es offenbar ist, dass alles in Englisch abläuft. Die Community ist (noch) nicht so groß, als dass sich Foren in allen möglichen Sprachen lohnen würden. Englisch ist einfach und wahrscheinlich die Sprache die mit Abstand die meisten Menschen irgendwie halbwegs beherrschen, also Englisch... Falls Du Dich mit Englisch nicht wohl fühlst, darfst Du gerne irgend einen Übersetzungsdienst Deiner Wahl verwenden. Ansonsten: dieses Projekt beruht zu einem sehr großen Teil auf Ehrenamt und funktioniert nur, wenn alle mithelfen. Wenn Dir etwas fehlt frage am besten, wie Du es reparieren kannst und Herzlich Willkommen hier.
EDIT: Sorry, habe grade gesehen, dass ihr die Sprache schon im anderen Thread geklärt habt...
Just saw, someone (Jonny?) wrote an article on how to ship dependencies...
http://docs.ubports.com/de/latest/appdev/guides/dependencies.html
@Valenoern said in Recommended approach for using openGL or other libraries in UT app?:
Is there any recommended approach for what to do when my app needs shared libraries, like including them in the app or some other method?
You need to include the app in the click package. There are basically two possible solutions. Either you build the libs you need or you download binaries and include them into your click package.
Build the libs you need:
Sometimes building the libs your app depends on is a pain and takes very long, then you may want to use out of the box, ready to eat binaries:
Yes POP is known to be broken: https://gitlab.com/dekkan/dekko/-/issues/39. (But the symptoms seem to be a bit different than described here?!?)
The logging you've enabled is the one for dekkos background process. The actual app log (for the "foreground process") does not need to be enabled explicitly. No clue, why you have no log file... (But I think one or two other mentioned the same phenomenon (no app log)...)
Have you allowed remote content in settings->email->privacy? Actually you should see at least some text and dekko should ask you whether you want to load remote content this time exceptionally (in an area on the top)... But lets see whether the behavior changes, once the setting is changed.
hi @herr-b, can you please clean the cache and setup the account again and try again? If the problem persists, please provide also the log of the app itself (~/.cache/upstart/application-click-dekko2.dekkoproject_dekko_0.2.3.log
)
@GT may depend on the device, but I know several people using smart watches with UT and therefor have their bluetooth always on. Seems to be okay for mx4, nexus5 and pro5 at least. And OPO also I think.
As far as I heard its all opensource. So for lineageos at least you could try to remove or change the parts using play services and make your own build: https://github.com/corona-warn-app
Edit: lengthy discussion about it here https://github.com/corona-warn-app/cwa-app-android/issues/75 and also some progress if I got it right... but I haven't read it in detail.