termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
36.08k stars 3.78k forks source link

Termux is on F-Droid? #1499

Closed angelog0 closed 4 years ago

angelog0 commented 4 years ago

I installed Termux with F-Droid and about a month ago I upgraded to 0.92 which is currently installed. Meanwhile I installed other apps with APKPure because I did not find them in F-Droid.

Now APKPure wants to upgrade Termux to 0.94 and searching Termux on F-Droid site shows empty icons, and version says 0.92... The F-Droid app shows a grayed F-Droid icon for Termux...

Is this right?

angelog0 commented 4 years ago

When I try to upgrade with APKPure, it fails the upgrade...

ghost commented 4 years ago

Installation source must be same. Do not mix addons/apps from F-Droid, APKPure, Google Play, etc...

angelog0 commented 4 years ago

Installation source must be same. Do not mix addons/apps from F-Droid, APKPure, Google Play, etc...

I know this and that was only for testing but you missed the basic question: Is Termux still on F-droid? After 5 day almost all the icons are empty and Termux is at 0.92 (you relesed 0.94, isn't it?)

Termux_on_FDroid

ghost commented 4 years ago

After 5 day almost all the icons are empty and Termux is at 0.92

Because F-Droid doesn't know how to handle vector (in xml) icons.

angelog0 commented 4 years ago

After 5 day almost all the icons are empty and Termux is at 0.92

Because F-Droid doesn't know how to handle vector (in xml) icons.

When I installed Termux the first time, it had its icon... and I used F-Droid.

Is it to be expected that after 7 days you released 0.94 it still offers 0.92? I am new to F-Droid and Termux and don't know the rate of updates

ghost commented 4 years ago

Icon problem exists for several months.

Looking through web page source it seems that https://f-droid.org/repo/icons-640/com.termux.92.xml is loaded as "image". Obviously, XML format isn't understood as image. This URL also returns 404.

Screenshot_2020-03-31_18-15-10

Is it to be expected that after 7 days you released 0.94 it still offers 0.92?

v0.94 metadata was pushed 2 days ago.

F-droid bot has some issues, probably with its infrastructure:

== Installed Android Tools ==

INFO: Creating log directory
INFO: Creating temporary directory
INFO: Creating output directory
INFO: Using git version 2.11.0
INFO: Building version 0.94 (94) of com.termux
INFO: Getting source for revision v0.94
INFO: Creating local.properties file at build/com.termux/local.properties
INFO: Creating local.properties file at build/com.termux/app/local.properties
INFO: Cleaned build.gradle of keysigning configs at build/com.termux/app/build.gradle
INFO: Cleaning Gradle project...
ERROR: Could not build app com.termux: Error cleaning com.termux:0.94
==== detail begin ====
Found 6.2.2 via distributionUrl
No hash for gradle version 6.2.2! Exiting...
==== detail end ====

So, it is unknown when new version will be published. There no problems on our side.