Feed Advanced Search

Jan 20 2018

bwildenhain renamed T3575: Add libintl-lite to ki18n build dependencies in kdesrc.rc file from Add libintl-lite to ki18n bulid dependencies in kdesrc.rc file to Add libintl-lite to ki18n build dependencies in kdesrc.rc file.
Jan 20 2018, 7:55 PM · Android

Oct 29 2017

serkandevel moved T2927: Compiling for F-Droid from In Progress to Backlog on the Android board.
Oct 29 2017, 1:12 PM · Android
serkandevel moved T2927: Compiling for F-Droid from Backlog to In Progress on the Android board.
Oct 29 2017, 1:12 PM · Android

Aug 8 2017

obogdan removed a member for Android: obogdan.
Aug 8 2017, 7:33 PM
obogdan removed a watcher for Android: obogdan.
Aug 8 2017, 7:33 PM

Jun 12 2017

juditbartha moved T6136: Preparation: Set up the Android environment from In Progress to Done on the Marble: Material Maps board.
Jun 12 2017, 6:15 PM · Android, Marble: Material Maps

Jun 4 2017

juditbartha moved T6136: Preparation: Set up the Android environment from Backlog to In Progress on the Marble: Material Maps board.
Jun 4 2017, 10:23 PM · Android, Marble: Material Maps

May 15 2017

rahn renamed T6136: Preparation: Set up the Android environment from Set up the Android environment to Preparation: Set up the Android environment .
May 15 2017, 7:53 PM · Android, Marble: Material Maps
juditbartha updated the task description for T6136: Preparation: Set up the Android environment .
May 15 2017, 6:31 PM · Android, Marble: Material Maps
juditbartha updated the task description for T6136: Preparation: Set up the Android environment .
May 15 2017, 6:27 PM · Android, Marble: Material Maps
juditbartha created T6136: Preparation: Set up the Android environment .
May 15 2017, 6:25 PM · Android, Marble: Material Maps

Mar 16 2017

apol added a comment to T1007: Figure out how to set the color of the system bar (i.e. where the notifications and the clock are).

https://bugreports.qt.io/browse/QTBUG-51196
https://github.com/jpnurmi/statusbar

Mar 16 2017, 3:16 AM · Android

Jan 16 2017

bcooksley set the icon for Android to Organization.
Jan 16 2017, 8:47 AM

Dec 27 2016

pmuralidharan added a comment to T1007: Figure out how to set the color of the system bar (i.e. where the notifications and the clock are).

Ah, I see. Will try to report it to Qt soon.

Dec 27 2016, 6:52 PM · Android
apol added a comment to T1007: Figure out how to set the color of the system bar (i.e. where the notifications and the clock are).

Looks like it should be implemented on the Qt side first, then expose it to the application's QML somehow:
https://github.com/qt/qtbase/tree/dev/src/android/jar/src/org/qtproject/qt5/android

Dec 27 2016, 5:46 PM · Android
apol added a comment to T2926: Concept for handling crashes (Android vs. KCrash).

We need C++ as well as most KDE applications will be written in C++.

Dec 27 2016, 5:40 PM · Android
pmuralidharan added a comment to T1007: Figure out how to set the color of the system bar (i.e. where the notifications and the clock are).

The following Java code snippet does it.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {

Window window = getWindow();
window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
window.setStatusBarColor(Color.BLUE);

}

Dec 27 2016, 2:43 PM · Android
pmuralidharan added a comment to T2926: Concept for handling crashes (Android vs. KCrash).

Crash indicate crash in java code (Android code alone) or C++ code as well? I could implement catching crash in Java code and can call DrKonqi.

Dec 27 2016, 1:38 PM · Android
cordlandwehr added a comment to T2926: Concept for handling crashes (Android vs. KCrash).

This task is an earmark that we have to do research about how to best interact with Android's crash log system from a Qt application. Possible outcomes are

  • only use the Android crash system, since KCrash does not give an additional gain, or
  • going a combined approach, by providing an additional JNI backend to KCrash, or
  • something completely different that we did not think about yet.

Hence, there is no straight forward way, but this is a experimental research task where one has to research an assess the different approaches and come up with a viable concept.

Dec 27 2016, 9:28 AM · Android
pmuralidharan added a comment to T2926: Concept for handling crashes (Android vs. KCrash).

I have good understanding of Android, interested in working on this. Would like to know what is the required to be done.

Dec 27 2016, 7:18 AM · Android

Nov 29 2016

bcooksley removed a hashtag from Android: #android_platform.
Nov 29 2016, 7:22 PM

Nov 6 2016

mutlaqja added a watcher for Android: mutlaqja.
Nov 6 2016, 6:03 PM

Sep 1 2016

cordlandwehr created T3575: Add libintl-lite to ki18n build dependencies in kdesrc.rc file.
Sep 1 2016, 10:33 AM · Android

Jul 2 2016

nienhueser added a watcher for Android: nienhueser.
Jul 2 2016, 11:20 AM

Jun 18 2016

cordlandwehr moved T2916: Add Android Platform to api.kde.org from In Progress to Done on the Android board.
Jun 18 2016, 7:49 AM · Android
cordlandwehr closed T2916: Add Android Platform to api.kde.org as Resolved.
Jun 18 2016, 7:49 AM · Android

Jun 17 2016

cordlandwehr closed T2939: Port Threadweaver to Android as Resolved.
Jun 17 2016, 11:46 AM · Android
cordlandwehr moved T2939: Port Threadweaver to Android from In Progress to Done on the Android board.
Jun 17 2016, 11:45 AM · Android
cordlandwehr renamed T2939: Port Threadweaver to Android from Port Threadweaver to Anrdoid to Port Threadweaver to Android.
Jun 17 2016, 9:02 AM · Android

Jun 16 2016

cordlandwehr moved T2939: Port Threadweaver to Android from Backlog to In Progress on the Android board.
Jun 16 2016, 2:30 PM · Android
cordlandwehr claimed T2939: Port Threadweaver to Android.
Jun 16 2016, 2:30 PM · Android
cordlandwehr created T2939: Port Threadweaver to Android.
Jun 16 2016, 1:49 PM · Android
cordlandwehr closed T2938: Make kdecoreaddons available on Android as Resolved.
Jun 16 2016, 11:45 AM · Android
cordlandwehr moved T2938: Make kdecoreaddons available on Android from Backlog to Done on the Android board.
Jun 16 2016, 11:45 AM · Android
cordlandwehr created T2938: Make kdecoreaddons available on Android.
Jun 16 2016, 11:44 AM · Android
bgupta updated the image for Android from Unknown Object (File) to F151308: fa-umbrella-orange.png.
Jun 16 2016, 8:52 AM
bgupta edited Description on Android.
Jun 16 2016, 8:44 AM
cordlandwehr renamed T2926: Concept for handling crashes (Android vs. KCrash) from Figure out crashes to Concept for handling crashes (Android vs. KCrash).
Jun 16 2016, 7:59 AM · Android

Jun 15 2016

cordlandwehr claimed T2917: Add Android platform to CI System.
Jun 15 2016, 7:02 PM · Android
cordlandwehr moved T2917: Add Android platform to CI System from Backlog to In Progress on the Android board.
Jun 15 2016, 7:01 PM · Android
cordlandwehr claimed T2916: Add Android Platform to api.kde.org.
Jun 15 2016, 8:23 AM · Android
cordlandwehr moved T2916: Add Android Platform to api.kde.org from Backlog to In Progress on the Android board.
Jun 15 2016, 8:23 AM · Android

Jun 14 2016

apol created T2927: Compiling for F-Droid.
Jun 14 2016, 9:00 AM · Android
apol created T2926: Concept for handling crashes (Android vs. KCrash).
Jun 14 2016, 9:00 AM · Android
apol created T2925: Document projects with dependencies.
Jun 14 2016, 8:58 AM · Android

Jun 13 2016

cordlandwehr created T2917: Add Android platform to CI System.
Jun 13 2016, 7:33 AM · Android
cordlandwehr created T2916: Add Android Platform to api.kde.org.
Jun 13 2016, 7:31 AM · Android

Apr 24 2016

kossebau closed D1474: Settle on var names ANDROID_SDK_ROOT/ANDROID_NDK_ROOT by committing R34:e00e8c40d4fb: Settle on var names ANDROID_SDK_ROOT/ANDROID_NDK_ROOT.
Apr 24 2016, 4:02 PM · Android, Marble
nienhueser accepted D1474: Settle on var names ANDROID_SDK_ROOT/ANDROID_NDK_ROOT.

Given that the number of people using the deploy scripts is rather small I'm fine with changing this without much deprecation logic behind. Thanks for taking this on.

Apr 24 2016, 2:46 PM · Android, Marble
kossebau added projects to D1474: Settle on var names ANDROID_SDK_ROOT/ANDROID_NDK_ROOT: Marble, Android.
Apr 24 2016, 2:34 PM · Android, Marble

Apr 19 2016

kossebau added a member for Android: kossebau.
Apr 19 2016, 7:59 PM

Mar 7 2016

cordlandwehr moved T1774: Prepare Docker Image for Executing Unit Tests from Backlog to In Progress on the Android board.
Mar 7 2016, 7:06 PM · Android
nalvarez changed the edit policy for Android.
Mar 7 2016, 7:05 PM
nalvarez changed the edit policy for Android.
Mar 7 2016, 7:04 PM
cordlandwehr renamed T1774: Prepare Docker Image for Executing Unit Tests from Prepare Docker Image for Executing Unti Tests to Prepare Docker Image for Executing Unit Tests.
Mar 7 2016, 6:48 PM · Android
cordlandwehr created T1774: Prepare Docker Image for Executing Unit Tests.
Mar 7 2016, 6:47 PM · Android

Feb 15 2016

alex-l added a watcher for Android: alex-l.
Feb 15 2016, 11:37 PM

Jan 28 2016

bcooksley set the image for Android to Unknown Object (File).
Jan 28 2016, 2:47 AM
bcooksley set the icon for Android to Umbrella.
Jan 28 2016, 2:46 AM

Oct 31 2015

apol created T1007: Figure out how to set the color of the system bar (i.e. where the notifications and the clock are).
Oct 31 2015, 11:32 PM · Android

Oct 11 2015

cordlandwehr added a watcher for Android: cordlandwehr.
Oct 11 2015, 11:08 AM
cordlandwehr added a member for Android: cordlandwehr.
Oct 11 2015, 8:07 AM

Oct 10 2015

obogdan added a watcher for Android: obogdan.
Oct 10 2015, 8:13 PM
obogdan added a member for Android: obogdan.
Oct 10 2015, 8:13 PM
bcooksley removed a member for Android: bcooksley.
Oct 10 2015, 8:10 PM
apol added a member for Android: apol.
Oct 10 2015, 8:08 PM
bcooksley created Android.
Oct 10 2015, 8:05 PM