Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:HelloVolla/android-launcher-qt into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wurzer committed Nov 10, 2024
2 parents a7080d1 + 6f8b075 commit 61ed7bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AppGrid.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ LauncherPage {
"org.fossify.musicplayer": "/icons/[email protected]",
"com.volla.messages": "/icons/[email protected]",
"com.contactoffice.mailfence": "/icons/[email protected]",
"com.emclient.mailclient": "/icons/[email protected]",
"be.engie.smart": "/icons/[email protected]",
"be.bmid.itsme": "/icons/[email protected]",
"com.facebook.lite": "/icons/[email protected]",
Expand All @@ -49,7 +50,7 @@ LauncherPage {
"be.ixor.doccle.android": "/icons/[email protected]",
"com.themobilecompany.delijn": "/icons/[email protected]",
"com.x8bit.bitwarden": "/icons/[email protected]",
"com.beeper.chat": "/icons/[email protected]",
"com.beeper.android": "/icons/[email protected]",
"be.argenta.bankieren": "/icons/[email protected]",
"com.android.dialer": "/icons/[email protected]",
"com.android.mms" : "/icons/[email protected]",
Expand Down Expand Up @@ -119,6 +120,7 @@ LauncherPage {
"org.mozilla.fennec_fdroid": qsTr("Browser"),
"com.google.android.gm" : qsTr("Mail"),
"eu.faircode.email" : qsTr("Mail"),
"com.emclient.mailclient" : qsTr("Mail"),
"com.fsck.k9": qsTr("Mail"),
"at.bitfire.davdroid": qsTr("Sync"),
"hideme.android.vpn.noPlayStore": qsTr("VPN"),
Expand Down

0 comments on commit 61ed7bd

Please sign in to comment.