summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-28remove missing iconAnatasof Wirapraja
2019-08-28Next button pushes stack view to password pageErik Prabowo Kamal
2019-08-28rename invalid for some componentsAnatasof Wirapraja
2019-08-28add echoMode on passTextFieldAnatasof Wirapraja
2019-08-28Change button text to "Next"Anatasof Wirapraja
2019-08-28add back ButtonAnatasof Wirapraja
2019-08-28add passwordFormAnatasof Wirapraja
2019-08-28Merge branch 'development' of ssh://darapsa.co.id/usr/local/git/kelakon into ↵Anatasof Wirapraja
development
2019-08-28add navigation to EmailFormAnatasof Wirapraja
2019-08-28Change in submoduleErik Prabowo Kamal
2019-08-28Reindented main.qmlErik Prabowo Kamal
2019-08-28remove ColumnLayout and rework on all components layoutAnatasof Wirapraja
2019-08-27Stack view fills parentErik Prabowo Kamal
2019-08-27Merge remote-tracking branch 'github/development' into developmentErik Prabowo Kamal
2019-08-27remove passwordTextField & rework on emailTextFieldAnatasof Wirapraja
2019-08-27remove laterButtonAnatasof Wirapraja
2019-08-27Merge remote-tracking branch 'github/development' into developmentErik Prabowo Kamal
2019-08-27rework on page titleAnatasof Wirapraja
2019-08-27change text labelAnatasof Wirapraja
2019-08-27rework on loginButton and laterButtonAnatasof Wirapraja
2019-08-27Merge branch 'curl'Erik Prabowo Kamal
2019-08-27Merge branch 'curl' into developmentErik Prabowo Kamal
2019-08-27Revert "Reindented and removed implicit code"Erik Prabowo Kamal
This reverts commit 0791cac4bc4bd9fd6224f82efcdf07e9973a679d.
2019-08-27Updated rtclientErik Prabowo Kamal
2019-08-27Updated rtclientErik Prabowo Kamal
2019-08-27Updated rtclientErik Prabowo Kamal
2019-08-27Updated rtclientErik Prabowo Kamal
2019-08-27Removed Kelakon namespace for NetworkWorkerErik Prabowo Kamal
2019-08-27Merge branch 'development'Erik Prabowo Kamal
2019-08-27Added rtclient moduleErik Prabowo Kamal
2019-08-27User classErik Prabowo Kamal
Qt wrapper on rt_user, plus the loggedIn attribute.
2019-08-27User classErik Prabowo Kamal
Qt wrapper on rt_user, plus the loggedIn attribute.
2019-08-27Added the user class to the qmake projectErik Prabowo Kamal
2019-08-27User classErik Prabowo Kamal
Qt wrapper on rt_user, plus the loggedIn attribute.
2019-08-27Added rtclient moduleErik Prabowo Kamal
2019-08-26Merge branch 'master' into curlErik Prabowo Kamal
2019-08-26Reindented and removed implicit codeErik Prabowo Kamal
2019-08-25Merge branch 'master' into curlErik Prabowo Kamal
2019-08-25Merge branch 'development'Erik Prabowo Kamal
2019-08-25Capitalised Android app labelErik Prabowo Kamal
2019-08-25Capitalised Android app labelErik Prabowo Kamal
2019-08-25Capitalised Android app labelErik Prabowo Kamal
2019-08-25ReorderedErik Prabowo Kamal
2019-08-25ARM64 Android settings for cURLErik Prabowo Kamal
2019-08-25Managed to differentiate C from C++ compilationErik Prabowo Kamal
2019-08-24Made specific Android settings apply on Qt CreatorErik Prabowo Kamal
By using the "contains" function, and also just hardcode the toolchain path.
2019-08-24On Android, include OpenSSL libsErik Prabowo Kamal
2019-08-24Simplified qmake syntaxErik Prabowo Kamal
2019-08-23Started using cURL on AndroidErik Prabowo Kamal
There's a quirk since Clang. It seems the Android search path setting messes up the standard library compilation. So for now, what you do is remove the android-* setting to make Qt compile, even though it would say it cannot find libcurl, and then put the setting back again to link with libcurl.
2019-08-23Started to use cURLErik Prabowo Kamal