Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. mateo_salta
    3. Best
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 24
    • Best 5
    • Groups 0

    Best posts made by mateo_salta

    • RE: Send Some: File Manager Icon Set Love

      0_1541385467506_Screenshot_2018-11-04_20-37-09.png Cool, I played with the intensity so it didn't wash out the icon

      posted in Design
      M
      mateo_salta
    • RE: Send Some: File Manager Icon Set Love

      I rather like the filemanager, but would like to see it move away from the old humanity icon set, and even the orange folder theme. I like the more modern style that sam hewitt https://snwh.org/suru has made, although for the purposes of ubuntu touch we could modify the color away from orange. 0_1541369845862_Screenshot_2018-11-04_16-13-51.png

      0_1541370202996_Screenshot_2018-11-04_16-23-03.png

      posted in Design
      M
      mateo_salta
    • RE: Oneplus 3/3T

      Hi - some of the apps compiled to get you going

      https://drive.google.com/drive/u/0/folders/0B53ODful5D1wfjZRZHd3SjN2NlNBYld0LUpFUWt3Y0ZvVENyUmdsYWlYUWpGWi00YjhQTjg

      install uttweak tool or openstore, will help you install the rest 🙂

      posted in Devices
      M
      mateo_salta
    • RE: Arm64 apps and testing

      oh awesome someone dropped a dekko2 test in the qa telegram group

      posted in App Development
      M
      mateo_salta
    • RE: Arm64 apps and testing

      If you want to build with qmake there is a working ci configuration for git lab, create a ".gitlab-ci.yml" file containing

      build-arm64:
      stage: build
      image: clickable/ci-16.04-arm64
      script:
      - clickable clean build
      artifacts:
      paths:
      - build/aarch64-linux-gnu/app/*.click
      expire_in: 1 week

      posted in App Development
      M
      mateo_salta