├── Rida ├── app │ ├── .gitignore │ ├── src │ │ ├── main │ │ │ ├── res │ │ │ │ ├── drawable │ │ │ │ │ ├── login.png │ │ │ │ │ ├── daftar.png │ │ │ │ │ ├── side_nav_bar.xml │ │ │ │ │ └── rounded_edittext.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_group_white_48dp.png │ │ │ │ │ ├── ic_send_white_48dp.png │ │ │ │ │ ├── ic_ac_unit_white_48dp.png │ │ │ │ │ ├── ic_people_black_48dp.png │ │ │ │ │ ├── ic_person_black_48dp.png │ │ │ │ │ ├── ic_school_black_48dp.png │ │ │ │ │ ├── ic_school_white_48dp.png │ │ │ │ │ ├── ic_vpn_key_black_48dp.png │ │ │ │ │ ├── ic_group_add_black_48dp.png │ │ │ │ │ ├── ic_group_add_white_48dp.png │ │ │ │ │ ├── ic_location_city_black_48dp.png │ │ │ │ │ ├── ic_location_city_white_48dp.png │ │ │ │ │ ├── ic_notifications_white_48dp.png │ │ │ │ │ ├── ic_event_available_white_48dp.png │ │ │ │ │ └── ic_power_settings_new_black_48dp.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_group_white_48dp.png │ │ │ │ │ ├── ic_send_white_48dp.png │ │ │ │ │ ├── ic_ac_unit_white_48dp.png │ │ │ │ │ ├── ic_people_black_48dp.png │ │ │ │ │ ├── ic_person_black_48dp.png │ │ │ │ │ ├── ic_school_black_48dp.png │ │ │ │ │ ├── ic_school_white_48dp.png │ │ │ │ │ ├── ic_vpn_key_black_48dp.png │ │ │ │ │ ├── ic_group_add_black_48dp.png │ │ │ │ │ ├── ic_group_add_white_48dp.png │ │ │ │ │ ├── ic_location_city_black_48dp.png │ │ │ │ │ ├── ic_location_city_white_48dp.png │ │ │ │ │ ├── ic_notifications_white_48dp.png │ │ │ │ │ ├── ic_event_available_white_48dp.png │ │ │ │ │ └── ic_power_settings_new_black_48dp.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_send_white_48dp.png │ │ │ │ │ ├── ic_ac_unit_white_48dp.png │ │ │ │ │ ├── ic_group_white_48dp.png │ │ │ │ │ ├── ic_people_black_48dp.png │ │ │ │ │ ├── ic_person_black_48dp.png │ │ │ │ │ ├── ic_school_black_48dp.png │ │ │ │ │ ├── ic_school_white_48dp.png │ │ │ │ │ ├── ic_vpn_key_black_48dp.png │ │ │ │ │ ├── ic_group_add_black_48dp.png │ │ │ │ │ ├── ic_group_add_white_48dp.png │ │ │ │ │ ├── ic_location_city_black_48dp.png │ │ │ │ │ ├── ic_location_city_white_48dp.png │ │ │ │ │ ├── ic_notifications_white_48dp.png │ │ │ │ │ ├── ic_event_available_white_48dp.png │ │ │ │ │ └── ic_power_settings_new_black_48dp.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_group_white_48dp.png │ │ │ │ │ ├── ic_people_black_48dp.png │ │ │ │ │ ├── ic_person_black_48dp.png │ │ │ │ │ ├── ic_school_black_48dp.png │ │ │ │ │ ├── ic_school_white_48dp.png │ │ │ │ │ ├── ic_send_white_48dp.png │ │ │ │ │ ├── ic_ac_unit_white_48dp.png │ │ │ │ │ ├── ic_vpn_key_black_48dp.png │ │ │ │ │ ├── ic_group_add_black_48dp.png │ │ │ │ │ ├── ic_group_add_white_48dp.png │ │ │ │ │ ├── ic_location_city_black_48dp.png │ │ │ │ │ ├── ic_location_city_white_48dp.png │ │ │ │ │ ├── ic_notifications_white_48dp.png │ │ │ │ │ ├── ic_event_available_white_48dp.png │ │ │ │ │ └── ic_power_settings_new_black_48dp.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_group_white_48dp.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_send_white_48dp.png │ │ │ │ │ ├── ic_ac_unit_white_48dp.png │ │ │ │ │ ├── ic_people_black_48dp.png │ │ │ │ │ ├── ic_person_black_48dp.png │ │ │ │ │ ├── ic_school_black_48dp.png │ │ │ │ │ ├── ic_school_white_48dp.png │ │ │ │ │ ├── ic_vpn_key_black_48dp.png │ │ │ │ │ ├── ic_group_add_black_48dp.png │ │ │ │ │ ├── ic_group_add_white_48dp.png │ │ │ │ │ ├── ic_event_available_white_48dp.png │ │ │ │ │ ├── ic_location_city_black_48dp.png │ │ │ │ │ ├── ic_location_city_white_48dp.png │ │ │ │ │ ├── ic_notifications_white_48dp.png │ │ │ │ │ └── ic_power_settings_new_black_48dp.png │ │ │ │ ├── values │ │ │ │ │ ├── colors.xml │ │ │ │ │ ├── dimens.xml │ │ │ │ │ ├── strings.xml │ │ │ │ │ ├── drawables.xml │ │ │ │ │ └── styles.xml │ │ │ │ ├── layout │ │ │ │ │ ├── fragment_posisi_bangunan.xml │ │ │ │ │ ├── content_main.xml │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── fragment_cabang.xml │ │ │ │ │ ├── fragment_notifikasi.xml │ │ │ │ │ ├── app_bar_main.xml │ │ │ │ │ ├── fragment_event.xml │ │ │ │ │ ├── fragment_data_pengguna.xml │ │ │ │ │ ├── fragment_data_sekolah.xml │ │ │ │ │ ├── fragment_data_anggota.xml │ │ │ │ │ ├── item_random.xml │ │ │ │ │ ├── nav_header_main.xml │ │ │ │ │ ├── item_datasekolah.xml │ │ │ │ │ └── item_datapengguna.xml │ │ │ │ ├── menu │ │ │ │ │ ├── main.xml │ │ │ │ │ └── activity_main_drawer.xml │ │ │ │ └── layout-sw360dp │ │ │ │ │ ├── item_event.xml │ │ │ │ │ ├── item_notifikasi.xml │ │ │ │ │ ├── item_dataanggota.xml │ │ │ │ │ └── item_komentar.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── skripsi │ │ │ │ │ └── rida │ │ │ │ │ ├── MyFirebaseInstanceIdService.java │ │ │ │ │ ├── util │ │ │ │ │ └── LruBitmapCache.java │ │ │ │ │ ├── model │ │ │ │ │ ├── Model_DataAnggota.java │ │ │ │ │ ├── Model_Event.java │ │ │ │ │ ├── Model_Notifikasi.java │ │ │ │ │ ├── Model_Komentar.java │ │ │ │ │ ├── Model_DataPengguna.java │ │ │ │ │ ├── Model_DataSekolah.java │ │ │ │ │ └── Model_Random.java │ │ │ │ │ ├── MyFirebaseMessagingService.java │ │ │ │ │ ├── Constant.java │ │ │ │ │ ├── adapter │ │ │ │ │ ├── Adapter_Notifikasi.java │ │ │ │ │ └── Adapter_Komentar.java │ │ │ │ │ └── app │ │ │ │ │ └── AppController.java │ │ │ └── AndroidManifest.xml │ │ ├── test │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── skripsi │ │ │ │ └── rida │ │ │ │ └── ExampleUnitTest.java │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── skripsi │ │ │ │ └── rida │ │ │ │ └── ExampleInstrumentedTest.java │ │ ├── release │ │ │ └── res │ │ │ │ └── values │ │ │ │ └── google_maps_api.xml │ │ └── debug │ │ │ └── res │ │ │ └── values │ │ │ └── google_maps_api.xml │ ├── proguard-rules.pro │ ├── google-services.json │ └── build.gradle ├── settings.gradle ├── .idea │ ├── copyright │ │ └── profiles_settings.xml │ ├── dictionaries │ │ └── gandhi.xml │ ├── encodings.xml │ ├── modules.xml │ ├── runConfigurations.xml │ ├── gradle.xml │ └── compiler.xml ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── .gitignore ├── build.gradle ├── gradle.properties └── gradlew.bat ├── dcr ├── img │ ├── no_img.jpg │ ├── 20170917_140524.jpg │ ├── 20170918_100242.jpg │ ├── 20170918_121335.jpg │ ├── 20170918_121435.jpg │ ├── 20170918_121509.jpg │ ├── 20170918_121512.jpg │ ├── 20170918_191046.jpg │ ├── 20170918_191316.jpg │ ├── 20170918_191518.jpg │ ├── 20170918_191626.jpg │ ├── 20170918_191852.jpg │ ├── 20170918_191909.jpg │ └── 20170918_192112.jpg ├── system │ ├── fonts │ │ ├── texb.ttf │ │ └── index.html │ ├── .htaccess │ ├── index.html │ ├── core │ │ ├── index.html │ │ ├── compat │ │ │ └── index.html │ │ └── Model.php │ ├── database │ │ ├── index.html │ │ └── drivers │ │ │ ├── index.html │ │ │ ├── cubrid │ │ │ └── index.html │ │ │ ├── ibase │ │ │ ├── index.html │ │ │ └── ibase_utility.php │ │ │ ├── mssql │ │ │ ├── index.html │ │ │ └── mssql_utility.php │ │ │ ├── mysql │ │ │ └── index.html │ │ │ ├── mysqli │ │ │ └── index.html │ │ │ ├── oci8 │ │ │ ├── index.html │ │ │ └── oci8_utility.php │ │ │ ├── odbc │ │ │ ├── index.html │ │ │ └── odbc_utility.php │ │ │ ├── pdo │ │ │ ├── index.html │ │ │ ├── subdrivers │ │ │ │ ├── index.html │ │ │ │ └── pdo_odbc_forge.php │ │ │ ├── pdo_forge.php │ │ │ └── pdo_utility.php │ │ │ ├── postgre │ │ │ ├── index.html │ │ │ └── postgre_utility.php │ │ │ ├── sqlite │ │ │ ├── index.html │ │ │ └── sqlite_utility.php │ │ │ ├── sqlite3 │ │ │ ├── index.html │ │ │ └── sqlite3_utility.php │ │ │ └── sqlsrv │ │ │ ├── index.html │ │ │ └── sqlsrv_utility.php │ ├── helpers │ │ └── index.html │ ├── language │ │ ├── index.html │ │ └── english │ │ │ ├── index.html │ │ │ ├── number_lang.php │ │ │ ├── pagination_lang.php │ │ │ ├── migration_lang.php │ │ │ └── unit_test_lang.php │ └── libraries │ │ ├── index.html │ │ ├── Cache │ │ ├── index.html │ │ └── drivers │ │ │ └── index.html │ │ ├── Session │ │ ├── index.html │ │ ├── drivers │ │ │ └── index.html │ │ └── SessionHandlerInterface.php │ │ └── Javascript │ │ └── index.html └── application │ ├── .htaccess │ ├── cache │ ├── .htaccess │ └── index.html │ ├── views │ ├── errors │ │ ├── cli │ │ │ ├── error_404.php │ │ │ ├── error_general.php │ │ │ ├── error_db.php │ │ │ ├── index.html │ │ │ ├── error_php.php │ │ │ └── error_exception.php │ │ ├── index.html │ │ └── html │ │ │ ├── index.html │ │ │ ├── error_php.php │ │ │ ├── error_exception.php │ │ │ ├── error_general.php │ │ │ ├── error_db.php │ │ │ └── error_404.php │ ├── index.html │ └── welcome_message.php │ ├── index.html │ ├── core │ └── index.html │ ├── logs │ └── index.html │ ├── config │ ├── index.html │ ├── hooks.php │ ├── profiler.php │ ├── memcached.php │ ├── routes.php │ └── doctypes.php │ ├── helpers │ └── index.html │ ├── hooks │ └── index.html │ ├── language │ ├── index.html │ ├── index0.html │ ├── dutch │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── bulgarian │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── english │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── french │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── german │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── romanian │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── spanish │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── turkish │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── serbian_cyr │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── serbian_lat │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── portuguese-brazilian │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── traditional-chinese │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── simplified-chinese │ │ ├── index.html │ │ └── rest_controller_lang.php │ ├── rest_controller_lang.php │ └── greek │ │ └── rest_controller_lang.php │ ├── libraries │ └── index.html │ ├── models │ └── index.html │ ├── controllers │ ├── index.html │ ├── Welcome.php │ ├── Notifikasi.php │ ├── Anggota.php │ └── Coba.php │ └── third_party │ └── index.html └── README.md /Rida/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /Rida/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /dcr/img/no_img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/no_img.jpg -------------------------------------------------------------------------------- /dcr/system/fonts/texb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/system/fonts/texb.ttf -------------------------------------------------------------------------------- /dcr/img/20170917_140524.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170917_140524.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_100242.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_100242.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_121335.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_121335.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_121435.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_121435.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_121509.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_121509.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_121512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_121512.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_191046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_191046.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_191316.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_191316.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_191518.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_191518.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_191626.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_191626.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_191852.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_191852.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_191909.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_191909.jpg -------------------------------------------------------------------------------- /dcr/img/20170918_192112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/dcr/img/20170918_192112.jpg -------------------------------------------------------------------------------- /Rida/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Rida/.idea/dictionaries/gandhi.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/drawable/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/drawable/login.png -------------------------------------------------------------------------------- /Rida/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /Rida/app/src/main/res/drawable/daftar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/drawable/daftar.png -------------------------------------------------------------------------------- /dcr/system/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | Require all denied 3 | 4 | 5 | Deny from all 6 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /dcr/application/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | Require all denied 3 | 4 | 5 | Deny from all 6 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_group_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_group_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_send_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_send_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_group_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_group_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_send_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_send_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_send_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_send_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /dcr/application/cache/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | Require all denied 3 | 4 | 5 | Deny from all 6 | -------------------------------------------------------------------------------- /Rida/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_ac_unit_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_ac_unit_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_people_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_people_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_person_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_person_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_school_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_school_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_school_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_school_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_vpn_key_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_vpn_key_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_ac_unit_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_ac_unit_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_people_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_people_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_person_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_person_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_school_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_school_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_school_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_school_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_vpn_key_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_vpn_key_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_ac_unit_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_ac_unit_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_group_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_group_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_people_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_people_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_person_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_person_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_school_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_school_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_school_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_school_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_vpn_key_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_vpn_key_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_group_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_group_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_people_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_people_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_person_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_person_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_school_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_school_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_school_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_school_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_send_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_send_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_group_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_group_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_send_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_send_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_group_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_group_add_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_group_add_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_group_add_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_group_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_group_add_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_group_add_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_group_add_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_group_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_group_add_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_group_add_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_group_add_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_ac_unit_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_ac_unit_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_vpn_key_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_vpn_key_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_ac_unit_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_ac_unit_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_people_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_people_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_person_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_person_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_school_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_school_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_school_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_school_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_vpn_key_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_vpn_key_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_location_city_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_location_city_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_location_city_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_location_city_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_notifications_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_notifications_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_location_city_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_location_city_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_location_city_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_location_city_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_notifications_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_notifications_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_group_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_group_add_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_group_add_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_group_add_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_group_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_group_add_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_group_add_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_group_add_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_event_available_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_event_available_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_event_available_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_event_available_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_location_city_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_location_city_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_location_city_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_location_city_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_notifications_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_notifications_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_location_city_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_location_city_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_location_city_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_location_city_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_notifications_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_notifications_white_48dp.png -------------------------------------------------------------------------------- /Rida/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-hdpi/ic_power_settings_new_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-hdpi/ic_power_settings_new_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-mdpi/ic_power_settings_new_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-mdpi/ic_power_settings_new_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xhdpi/ic_event_available_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xhdpi/ic_event_available_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxhdpi/ic_event_available_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxhdpi/ic_event_available_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_event_available_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_event_available_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_location_city_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_location_city_black_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_location_city_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_location_city_white_48dp.png -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_notifications_white_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_notifications_white_48dp.png -------------------------------------------------------------------------------- /dcr/application/views/errors/cli/error_404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/mipmap-xxxhdpi/ic_power_settings_new_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gandhi-wibowo/ranting_mhd/master/Rida/app/src/main/res/mipmap-xxxhdpi/ic_power_settings_new_black_48dp.png -------------------------------------------------------------------------------- /dcr/application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/views/errors/cli/error_db.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/logs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/config/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/hooks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/index0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/models/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/core/compat/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/controllers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/dutch/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/third_party/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/views/errors/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/libraries/Cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/libraries/Session/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/bulgarian/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/french/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/german/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/romanian/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/spanish/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/turkish/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/views/errors/cli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/views/errors/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/cubrid/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/ibase/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/pdo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/sqlite3/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/sqlsrv/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/libraries/Cache/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/libraries/Javascript/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/serbian_cyr/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/serbian_lat/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/libraries/Session/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/portuguese-brazilian/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/traditional-chinese/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/pdo/subdrivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dcr/application/language/simplified-chinese/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Rida/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Sep 14 16:44:49 WIB 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip 7 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/drawable/side_nav_bar.xml: -------------------------------------------------------------------------------- 1 | 3 | 9 | -------------------------------------------------------------------------------- /Rida/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dcr/application/controllers/Welcome.php: -------------------------------------------------------------------------------- 1 | The page you requested was not found.

"; 9 | $this->load->view('errors/html/error_404',$data); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #3F51B5 4 | #303F9F 5 | #FF4081 6 | #ffffff 7 | #100b20 8 | #a9aaac 9 | 10 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16dp 4 | 16dp 5 | 16dp 6 | 160dp 7 | 16dp 8 | 9 | -------------------------------------------------------------------------------- /dcr/application/config/hooks.php: -------------------------------------------------------------------------------- 1 | Testing documentation 11 | */ 12 | public class ExampleUnitTest { 13 | @Test 14 | public void addition_isCorrect() throws Exception { 15 | assertEquals(4, 2 + 2); 16 | } 17 | } -------------------------------------------------------------------------------- /Rida/app/src/main/res/drawable/rounded_edittext.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 16 | 17 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/fragment_posisi_bangunan.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dcr/application/config/profiler.php: -------------------------------------------------------------------------------- 1 | array( 15 | 'hostname' => '127.0.0.1', 16 | 'port' => '11211', 17 | 'weight' => '1', 18 | ), 19 | ); 20 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/content_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Ranting Muhammadiyah 3 | Map 4 | MainActivity 5 | 6 | Open navigation drawer 7 | Close navigation drawer 8 | 9 | Settings 10 | 11 | 12 | Hello blank fragment 13 | 14 | -------------------------------------------------------------------------------- /Rida/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #what this is ? 2 | 3 | A android simple project 4 | 5 | API : 6 | 7 | 1. API build with CI 8 | 2. Other API i use is, google firebase, and google location 9 | 10 | 11 | Whith this project, what u can get ? 12 | 13 | 1. U can get code, how to implement Firebase Notification 14 | 2. U can get code, how to implement Google maps #show_map #show_ur_location #show_duration #show_distance 15 | 3. U can get code, how to implement CI to be your REST API 16 | 4. U can get code, how to upload image to web server 17 | 5. U can get code, how to CRUD data to database 18 | 6. u can get all off my code 19 | 20 | Code With Love <3 Gandhi Wibowo 21 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/values/drawables.xml: -------------------------------------------------------------------------------- 1 | 2 | @android:drawable/ic_menu_camera 3 | @android:drawable/ic_menu_gallery 4 | @android:drawable/ic_menu_slideshow 5 | @android:drawable/ic_menu_manage 6 | @android:drawable/ic_menu_share 7 | @android:drawable/ic_menu_send 8 | 9 | -------------------------------------------------------------------------------- /Rida/.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 | -------------------------------------------------------------------------------- /Rida/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | 3 | buildscript { 4 | repositories { 5 | jcenter() 6 | } 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:2.3.3' 9 | classpath 'com.google.gms:google-services:3.1.1' 10 | 11 | // NOTE: Do not place your application dependencies here; they belong 12 | // in the individual module build.gradle files 13 | } 14 | } 15 | 16 | allprojects { 17 | repositories { 18 | jcenter() 19 | maven { url 'https://maven.google.com' } 20 | } 21 | } 22 | 23 | task clean(type: Delete) { 24 | delete rootProject.buildDir 25 | } 26 | -------------------------------------------------------------------------------- /dcr/application/views/errors/cli/error_php.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | A PHP Error was encountered 6 | 7 | Severity: 8 | Message: 9 | Filename: 10 | Line Number: 11 | 12 | 13 | 14 | Backtrace: 15 | 16 | 17 | 18 | File: 19 | Line: 20 | Function: 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Rida/.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Rida/gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | 3 | # IDE (e.g. Android Studio) users: 4 | # Gradle settings configured through the IDE *will override* 5 | # any settings specified in this file. 6 | 7 | # For more details on how to configure your build environment visit 8 | # http://www.gradle.org/docs/current/userguide/build_environment.html 9 | 10 | # Specifies the JVM arguments used for the daemon process. 11 | # The setting is particularly useful for tweaking memory settings. 12 | org.gradle.jvmargs=-Xmx1536m 13 | 14 | # When configured, Gradle will run in incubating parallel mode. 15 | # This option should only be used with decoupled projects. More details, visit 16 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 17 | # org.gradle.parallel=true 18 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | 11 | 15 | 16 | 57 | 58 | 59 |
60 |

61 | 62 |
63 | 64 | -------------------------------------------------------------------------------- /dcr/application/views/errors/html/error_db.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | Database Error 8 | 57 | 58 | 59 |
60 |

61 | 62 |
63 | 64 | -------------------------------------------------------------------------------- /dcr/application/views/errors/html/error_404.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 404 Page Not Found 8 | 57 | 58 | 59 |
60 |

61 | 62 |
63 | 64 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/fragment_event.xml: -------------------------------------------------------------------------------- 1 | 7 | 13 | 14 | 17 | 18 | 23 | 24 | 25 | 32 | 33 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/fragment_data_pengguna.xml: -------------------------------------------------------------------------------- 1 | 7 | 13 | 14 | 17 | 18 | 23 | 24 | 25 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/fragment_data_sekolah.xml: -------------------------------------------------------------------------------- 1 | 7 | 13 | 14 | 17 | 18 | 23 | 24 | 25 | 32 | 33 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/fragment_data_anggota.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 14 | 15 | 18 | 19 | 24 | 25 | 26 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/item_random.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 16 | 20 | 21 | 28 | 34 | 40 | 41 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/nav_header_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 14 | 15 | 21 | 22 | 28 | 29 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_DataAnggota.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/15/17. 5 | */ 6 | 7 | public class Model_DataAnggota { 8 | private String idAnggota; 9 | private String idDcr; 10 | private String namaAnggota; 11 | private String jabatan; 12 | private String noInduk; 13 | public Model_DataAnggota(){} 14 | public Model_DataAnggota(String idAnggota, String idDcr, String namaAnggota, String jabatan, String noInduk){ 15 | this.idAnggota = idAnggota; 16 | this.idDcr = idDcr; 17 | this.namaAnggota = namaAnggota; 18 | this.jabatan = jabatan; 19 | this.noInduk = noInduk; 20 | } 21 | public String getIdAnggota() { 22 | return idAnggota; 23 | } 24 | 25 | public void setIdAnggota(String idAnggota) { 26 | this.idAnggota = idAnggota; 27 | } 28 | 29 | public String getIdDcr() { 30 | return idDcr; 31 | } 32 | 33 | public void setIdDcr(String idDcr) { 34 | this.idDcr = idDcr; 35 | } 36 | 37 | public String getNamaAnggota() { 38 | return namaAnggota; 39 | } 40 | 41 | public void setNamaAnggota(String namaAnggota) { 42 | this.namaAnggota = namaAnggota; 43 | } 44 | 45 | public String getJabatan() { 46 | return jabatan; 47 | } 48 | 49 | public void setJabatan(String jabatan) { 50 | this.jabatan = jabatan; 51 | } 52 | 53 | public String getNoInduk() { 54 | return noInduk; 55 | } 56 | 57 | public void setNoInduk(String noInduk) { 58 | this.noInduk = noInduk; 59 | } 60 | 61 | 62 | } 63 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_Event.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/18/17. 5 | */ 6 | 7 | public class Model_Event { 8 | String idEvent; 9 | String idUser; 10 | String judulEvent; 11 | String keteranganEvent; 12 | String fotoEvent; 13 | public Model_Event(){} 14 | public Model_Event(String idEvent, String idUser, String judulEvent, String keteranganEvent, String fotoEvent){ 15 | this.idEvent = idEvent; 16 | this.idUser=idUser; 17 | this.judulEvent = judulEvent; 18 | this.keteranganEvent = keteranganEvent; 19 | this.fotoEvent = fotoEvent; 20 | } 21 | public String getIdEvent() { 22 | return idEvent; 23 | } 24 | 25 | public void setIdEvent(String idEvent) { 26 | this.idEvent = idEvent; 27 | } 28 | 29 | public String getIdUser() { 30 | return idUser; 31 | } 32 | 33 | public void setIdUser(String idUser) { 34 | this.idUser = idUser; 35 | } 36 | 37 | public String getJudulEvent() { 38 | return judulEvent; 39 | } 40 | 41 | public void setJudulEvent(String judulEvent) { 42 | this.judulEvent = judulEvent; 43 | } 44 | 45 | public String getKeteranganEvent() { 46 | return keteranganEvent; 47 | } 48 | 49 | public void setKeteranganEvent(String keteranganEvent) { 50 | this.keteranganEvent = keteranganEvent; 51 | } 52 | 53 | public String getFotoEvent() { 54 | return fotoEvent; 55 | } 56 | 57 | public void setFotoEvent(String fotoEvent) { 58 | this.fotoEvent = fotoEvent; 59 | } 60 | 61 | 62 | } 63 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_Notifikasi.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/19/17. 5 | */ 6 | 7 | public class Model_Notifikasi { 8 | 9 | String idNotifikasi; 10 | String isiNotifikasi; 11 | String idUser; 12 | String idEvent; 13 | String tglNotifikasi; 14 | public Model_Notifikasi(){} 15 | public Model_Notifikasi(String idNotifikasi, String isiNotifikasi, String idUser, String idEvent, String tglNotifikasi){ 16 | this.idNotifikasi = idNotifikasi; 17 | this.isiNotifikasi = isiNotifikasi; 18 | this.idUser = idUser; 19 | this.idEvent = idEvent; 20 | this.tglNotifikasi = tglNotifikasi; 21 | } 22 | 23 | public String getIdNotifikasi() { 24 | return idNotifikasi; 25 | } 26 | 27 | public void setIdNotifikasi(String idNotifikasi) { 28 | this.idNotifikasi = idNotifikasi; 29 | } 30 | 31 | public String getIsiNotifikasi() { 32 | return isiNotifikasi; 33 | } 34 | 35 | public void setIsiNotifikasi(String isiNotifikasi) { 36 | this.isiNotifikasi = isiNotifikasi; 37 | } 38 | 39 | public String getIdUser() { 40 | return idUser; 41 | } 42 | 43 | public void setIdUser(String idUser) { 44 | this.idUser = idUser; 45 | } 46 | 47 | public String getIdEvent() { 48 | return idEvent; 49 | } 50 | 51 | public void setIdEvent(String idEvent) { 52 | this.idEvent = idEvent; 53 | } 54 | 55 | public String getTglNotifikasi() { 56 | return tglNotifikasi; 57 | } 58 | 59 | public void setTglNotifikasi(String tglNotifikasi) { 60 | this.tglNotifikasi = tglNotifikasi; 61 | } 62 | 63 | 64 | } 65 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/MyFirebaseMessagingService.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida; 2 | 3 | import android.app.NotificationManager; 4 | import android.app.PendingIntent; 5 | import android.content.Context; 6 | import android.content.Intent; 7 | import android.media.RingtoneManager; 8 | import android.net.Uri; 9 | import android.support.v4.app.NotificationCompat; 10 | 11 | import com.google.firebase.messaging.FirebaseMessagingService; 12 | import com.google.firebase.messaging.RemoteMessage; 13 | 14 | 15 | public class MyFirebaseMessagingService extends FirebaseMessagingService { 16 | 17 | 18 | @Override 19 | public void onMessageReceived(RemoteMessage remoteMessage) { 20 | String onClick = remoteMessage.getNotification().getClickAction(); 21 | Intent intent = new Intent(onClick); 22 | intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); 23 | PendingIntent pendingIntent = PendingIntent.getActivity(this,0,intent, PendingIntent.FLAG_ONE_SHOT); 24 | 25 | Uri defaultSoundUri= RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); 26 | NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this) 27 | .setSmallIcon(R.mipmap.ic_launcher) 28 | .setContentTitle(remoteMessage.getNotification().getTitle()) 29 | .setContentText(remoteMessage.getNotification().getBody()) 30 | .setAutoCancel(true) 31 | .setSound(defaultSoundUri) 32 | .setContentIntent(pendingIntent); 33 | NotificationManager notificationManager =(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); 34 | notificationManager.notify(0, notificationBuilder.build()); 35 | } 36 | 37 | } 38 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/Constant.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida; 2 | 3 | /** 4 | * Created by gandhi on 9/14/17. 5 | */ 6 | 7 | public class Constant { 8 | public static final String BASE = "http://192.168.43.219/dcr/index.php/"; 9 | public static final String Login = BASE + "Users?Login=y&"; 10 | public static final String CekLogin = BASE + "Users?CekLogin=y&"; 11 | public static final String Token = BASE + "Users"; 12 | public static final String DataAnggota = BASE + "Anggota?getBy="; 13 | public static final String UpdateAnggota = BASE + "Anggota"; 14 | public static final String DataSaya = BASE + "Users?ById="; 15 | public static final String UpdateSaya = BASE + "Users"; 16 | public static final String UpdatePassword = BASE + "Users"; 17 | public static final String DataPengguna = BASE + "Users?ByParent="; 18 | public static final String TambahAnggota = BASE + "Anggota"; 19 | public static final String TambahPengguna = BASE + "Users"; 20 | public static final String KantorBy = BASE + "Dcr?getBy="; 21 | public static final String Image = "http://192.168.43.219/dcr/img/"; 22 | public static final String Kantor = BASE + "Dcr"; 23 | public static final String Sekolah = BASE + "Sekolah"; 24 | public static final String SekolahOne = BASE + "Sekolah?One="; 25 | public static final String Event = BASE + "Event"; 26 | public static final String GetKomentar = BASE + "Komentar?One=Y"; 27 | public static final String Komentar = BASE + "Komentar"; 28 | public static final String Notifikasi = BASE + "Notifikasi"; 29 | public static final String DataCabang = BASE + "Users?ByLevel=1"; 30 | public static final String DataRanting = BASE + "Users?ByParent="; 31 | 32 | 33 | 34 | } 35 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_Komentar.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/19/17. 5 | */ 6 | 7 | public class Model_Komentar { 8 | String idKomentar; 9 | String idEvent; 10 | String namaKomentator; 11 | String isiKomentar; 12 | String tglKomentar; 13 | 14 | public Model_Komentar(){} 15 | public Model_Komentar(String idEvent, String idKomentar, String namaKomentator, String isiKomentar, String tglKomentar){ 16 | this.idEvent = idEvent; 17 | this.idKomentar = idKomentar; 18 | this.namaKomentator = namaKomentator; 19 | this.isiKomentar = isiKomentar; 20 | this.tglKomentar = tglKomentar; 21 | } 22 | 23 | public String getIdKomentar() { 24 | return idKomentar; 25 | } 26 | 27 | public void setIdKomentar(String idKomentar) { 28 | this.idKomentar = idKomentar; 29 | } 30 | 31 | public String getIdEvent() { 32 | return idEvent; 33 | } 34 | 35 | public void setIdEvent(String idEvent) { 36 | this.idEvent = idEvent; 37 | } 38 | 39 | public String getNamaKomentator() { 40 | return namaKomentator; 41 | } 42 | 43 | public void setNamaKomentator(String namaKomentator) { 44 | this.namaKomentator = namaKomentator; 45 | } 46 | 47 | public String getIsiKomentar() { 48 | return isiKomentar; 49 | } 50 | 51 | public void setIsiKomentar(String isiKomentar) { 52 | this.isiKomentar = isiKomentar; 53 | } 54 | 55 | public String getTglKomentar() { 56 | return tglKomentar; 57 | } 58 | 59 | public void setTglKomentar(String tglKomentar) { 60 | this.tglKomentar = tglKomentar; 61 | } 62 | 63 | 64 | } 65 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/menu/activity_main_drawer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 13 | 14 | 15 | 16 | 17 | 21 | 25 | 26 | 27 | 28 | 29 | 33 | 37 | 38 | 39 | 40 | 41 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_DataPengguna.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/16/17. 5 | */ 6 | 7 | public class Model_DataPengguna { 8 | String IdUser; 9 | String ParentId; 10 | String NoInduk; 11 | String UserLogin; 12 | String NamaUser; 13 | String HpUser; 14 | public Model_DataPengguna(){} 15 | public Model_DataPengguna(String IdUser, String ParentId, String NoInduk, String UserLogin, String NamaUser, String HpUser){ 16 | this.IdUser = IdUser; 17 | this.ParentId = ParentId; 18 | this.NoInduk = NoInduk; 19 | this.UserLogin = UserLogin; 20 | this.NamaUser = NamaUser; 21 | this.HpUser = HpUser; 22 | } 23 | public String getIdUser() { 24 | return IdUser; 25 | } 26 | 27 | public void setIdUser(String idUser) { 28 | IdUser = idUser; 29 | } 30 | 31 | public String getParentId() { 32 | return ParentId; 33 | } 34 | 35 | public void setParentId(String parentId) { 36 | ParentId = parentId; 37 | } 38 | 39 | public String getNoInduk() { 40 | return NoInduk; 41 | } 42 | 43 | public void setNoInduk(String noInduk) { 44 | NoInduk = noInduk; 45 | } 46 | 47 | public String getUserLogin() { 48 | return UserLogin; 49 | } 50 | 51 | public void setUserLogin(String userLogin) { 52 | UserLogin = userLogin; 53 | } 54 | 55 | public String getNamaUser() { 56 | return NamaUser; 57 | } 58 | 59 | public void setNamaUser(String namaUser) { 60 | NamaUser = namaUser; 61 | } 62 | 63 | public String getHpUser() { 64 | return HpUser; 65 | } 66 | 67 | public void setHpUser(String hpUser) { 68 | HpUser = hpUser; 69 | } 70 | 71 | 72 | } 73 | -------------------------------------------------------------------------------- /Rida/app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 25 5 | buildToolsVersion "25.0.2" 6 | defaultConfig { 7 | applicationId "com.skripsi.rida" 8 | minSdkVersion 15 9 | targetSdkVersion 25 10 | versionCode 1 11 | versionName "1.0" 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 13 | } 14 | buildTypes { 15 | release { 16 | minifyEnabled false 17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 18 | } 19 | } 20 | } 21 | 22 | dependencies { 23 | compile fileTree(dir: 'libs', include: ['*.jar']) 24 | androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { 25 | exclude group: 'com.android.support', module: 'support-annotations' 26 | }) 27 | compile 'com.google.firebase:firebase-core:11.2.2' 28 | compile 'com.google.firebase:firebase-messaging:11.2.2' 29 | compile 'com.android.support:appcompat-v7:25.3.1' 30 | compile 'com.android.support:support-core-utils:25.3.1' 31 | compile 'com.android.support:recyclerview-v7:25.3.1' 32 | compile 'com.android.support:cardview-v7:25.3.1' 33 | compile 'com.android.support:design:25.3.1' 34 | compile 'com.android.support.constraint:constraint-layout:1.0.2' 35 | compile 'de.hdodenhof:circleimageview:2.1.0' 36 | compile 'com.android.support:support-v4:25.3.1' 37 | compile 'net.gotev:uploadservice:2.1' 38 | compile 'com.github.bumptech.glide:glide:3.7.0' 39 | compile 'com.google.android.gms:play-services-maps:11.2.2' 40 | compile 'com.google.android.gms:play-services-location:11.2.2' 41 | compile 'com.android.volley:volley:1.0.0' 42 | testCompile 'junit:junit:4.12' 43 | } 44 | apply plugin: 'com.google.gms.google-services' 45 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/adapter/Adapter_Notifikasi.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.adapter; 2 | 3 | import android.support.v7.widget.RecyclerView; 4 | import android.view.LayoutInflater; 5 | import android.view.View; 6 | import android.view.ViewGroup; 7 | import android.widget.TextView; 8 | 9 | import com.skripsi.rida.R; 10 | import com.skripsi.rida.model.Model_Notifikasi; 11 | 12 | import java.util.List; 13 | 14 | /** 15 | * Created by gandhi on 9/19/17. 16 | */ 17 | 18 | public class Adapter_Notifikasi extends RecyclerView.Adapter { 19 | private List model_notifikasis; 20 | public Adapter_Notifikasi(List model_notifikasis){ 21 | this.model_notifikasis = model_notifikasis; 22 | } 23 | @Override 24 | public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) { 25 | View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_notifikasi, parent, false);// xmlnya blm di buat 26 | Adapter_Notifikasi.ViewHolder viewHolder = new Adapter_Notifikasi.ViewHolder(v); 27 | 28 | return viewHolder; 29 | } 30 | 31 | @Override 32 | public void onBindViewHolder(ViewHolder holder, int position) { 33 | Model_Notifikasi model_notifikasi = model_notifikasis.get(position); 34 | holder.isiNotifikasi.setText(model_notifikasi.getIsiNotifikasi()); 35 | holder.tglNotifikasi.setText(model_notifikasi.getTglNotifikasi()); 36 | } 37 | 38 | @Override 39 | public int getItemCount() { 40 | return model_notifikasis.size(); 41 | } 42 | 43 | public class ViewHolder extends RecyclerView.ViewHolder { 44 | public TextView idNotifikasi,isiNotifikasi,idUser,idEvent,tglNotifikasi; 45 | 46 | public ViewHolder(View itemView) { 47 | super(itemView); 48 | isiNotifikasi = (TextView) itemView.findViewById(R.id.isi_notifikasi); 49 | tglNotifikasi = (TextView) itemView.findViewById(R.id.tgl_notifikasi); 50 | } 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/app/AppController.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.app; 2 | 3 | import android.app.Application; 4 | import android.text.TextUtils; 5 | 6 | import com.android.volley.Request; 7 | import com.android.volley.RequestQueue; 8 | import com.android.volley.toolbox.ImageLoader; 9 | import com.android.volley.toolbox.Volley; 10 | import com.skripsi.rida.util.LruBitmapCache; 11 | 12 | public class AppController extends Application { 13 | 14 | public static final String TAG = AppController.class.getSimpleName(); 15 | 16 | private RequestQueue mRequestQueue; 17 | private ImageLoader mImageLoader; 18 | LruBitmapCache mLruBitmapCache; 19 | 20 | private static AppController mInstance; 21 | 22 | @Override 23 | public void onCreate() { 24 | super.onCreate(); 25 | mInstance = this; 26 | } 27 | 28 | public static synchronized AppController getInstance() { 29 | return mInstance; 30 | } 31 | 32 | public RequestQueue getRequestQueue() { 33 | if (mRequestQueue == null) { 34 | mRequestQueue = Volley.newRequestQueue(getApplicationContext()); 35 | } 36 | 37 | return mRequestQueue; 38 | } 39 | 40 | public ImageLoader getImageLoader() { 41 | getRequestQueue(); 42 | if (mImageLoader == null) { 43 | getLruBitmapCache(); 44 | mImageLoader = new ImageLoader(this.mRequestQueue, mLruBitmapCache); 45 | } 46 | 47 | return this.mImageLoader; 48 | } 49 | 50 | public LruBitmapCache getLruBitmapCache() { 51 | if (mLruBitmapCache == null) 52 | mLruBitmapCache = new LruBitmapCache(); 53 | return this.mLruBitmapCache; 54 | } 55 | 56 | public void addToRequestQueue(Request req, String tag) { 57 | req.setTag(TextUtils.isEmpty(tag) ? TAG : tag); 58 | getRequestQueue().add(req); 59 | } 60 | 61 | public void addToRequestQueue(Request req) { 62 | req.setTag(TAG); 63 | getRequestQueue().add(req); 64 | } 65 | 66 | public void cancelPendingRequests(Object tag) { 67 | if (mRequestQueue != null) { 68 | mRequestQueue.cancelAll(tag); 69 | } 70 | } 71 | } -------------------------------------------------------------------------------- /dcr/system/language/english/number_lang.php: -------------------------------------------------------------------------------- 1 | { 19 | private List model_komentars; 20 | public Adapter_Komentar(List model_komentars){ 21 | this.model_komentars = model_komentars; 22 | } 23 | 24 | @Override 25 | public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) { 26 | View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_komentar, parent, false);// xmlnya blm di buat 27 | Adapter_Komentar.ViewHolder viewHolder = new Adapter_Komentar.ViewHolder(v); 28 | 29 | return viewHolder; 30 | } 31 | 32 | @Override 33 | public void onBindViewHolder(ViewHolder holder, int position) { 34 | Model_Komentar model_komentar = model_komentars.get(position); 35 | holder.tglKomentar.setText(model_komentar.getTglKomentar()); 36 | holder.namaKomentator.setText(model_komentar.getNamaKomentator()); 37 | holder.isiKomentar.setText(model_komentar.getIsiKomentar()); 38 | } 39 | 40 | @Override 41 | public int getItemCount() { 42 | return model_komentars.size(); 43 | } 44 | 45 | public class ViewHolder extends RecyclerView.ViewHolder { 46 | public TextView namaKomentator,tglKomentar,isiKomentar; 47 | 48 | public ViewHolder(View itemView) { 49 | super(itemView); 50 | namaKomentator = (TextView) itemView.findViewById(R.id.nama_komentator); 51 | tglKomentar = (TextView) itemView.findViewById(R.id.tgl_komentar); 52 | isiKomentar = (TextView) itemView.findViewById(R.id.isi_komentar); 53 | } 54 | } 55 | } 56 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_DataSekolah.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/17/17. 5 | */ 6 | 7 | public class Model_DataSekolah { 8 | String idSekolah; 9 | String idDcr; 10 | String namaSekolah; 11 | String alamatSekolah; 12 | String fotoSekolah; 13 | String lat; 14 | String lng; 15 | public Model_DataSekolah(){} 16 | public Model_DataSekolah(String idSekolah, String idDcr, String namaSekolah, String alamatSekolah, String fotoSekolah, String lat, String lng){ 17 | this.idSekolah = idSekolah; 18 | this.idDcr = idDcr; 19 | this.namaSekolah = namaSekolah; 20 | this.alamatSekolah = alamatSekolah; 21 | this.fotoSekolah = fotoSekolah; 22 | this.lat = lat; 23 | this.lng = lng; 24 | } 25 | public String getIdSekolah() { 26 | return idSekolah; 27 | } 28 | 29 | public void setIdSekolah(String idSekolah) { 30 | this.idSekolah = idSekolah; 31 | } 32 | 33 | public String getIdDcr() { 34 | return idDcr; 35 | } 36 | 37 | public void setIdDcr(String idDcr) { 38 | this.idDcr = idDcr; 39 | } 40 | 41 | public String getNamaSekolah() { 42 | return namaSekolah; 43 | } 44 | 45 | public void setNamaSekolah(String namaSekolah) { 46 | this.namaSekolah = namaSekolah; 47 | } 48 | 49 | public String getAlamatSekolah() { 50 | return alamatSekolah; 51 | } 52 | 53 | public void setAlamatSekolah(String alamatSekolah) { 54 | this.alamatSekolah = alamatSekolah; 55 | } 56 | 57 | public String getFotoSekolah() { 58 | return fotoSekolah; 59 | } 60 | 61 | public void setFotoSekolah(String fotoSekolah) { 62 | this.fotoSekolah = fotoSekolah; 63 | } 64 | 65 | public String getLat() { 66 | return lat; 67 | } 68 | 69 | public void setLat(String lat) { 70 | this.lat = lat; 71 | } 72 | 73 | public String getLng() { 74 | return lng; 75 | } 76 | 77 | public void setLng(String lng) { 78 | this.lng = lng; 79 | } 80 | 81 | 82 | } 83 | -------------------------------------------------------------------------------- /Rida/app/src/main/java/com/skripsi/rida/model/Model_Random.java: -------------------------------------------------------------------------------- 1 | package com.skripsi.rida.model; 2 | 3 | /** 4 | * Created by gandhi on 9/19/17. 5 | */ 6 | 7 | public class Model_Random { 8 | String idR; 9 | String namaR; 10 | String alamatR; 11 | String gambarR; 12 | String opsiR; 13 | String otherR; 14 | String latR; 15 | String lngR; 16 | 17 | public Model_Random(){} 18 | public Model_Random(String idR, String namaR, String alamatR, String gambarR, String opsiR, String otherR,String latR, String lngR){ 19 | this.idR = idR; 20 | this.namaR = namaR; 21 | this.alamatR = alamatR; 22 | this.gambarR = gambarR; 23 | this.opsiR = opsiR; 24 | this.otherR = otherR; 25 | this.latR = latR; 26 | this.lngR = lngR; 27 | } 28 | public String getLatR() { 29 | return latR; 30 | } 31 | 32 | public void setLatR(String latR) { 33 | this.latR = latR; 34 | } 35 | 36 | public String getLngR() { 37 | return lngR; 38 | } 39 | 40 | public void setLngR(String lngR) { 41 | this.lngR = lngR; 42 | } 43 | public String getIdR() { 44 | return idR; 45 | } 46 | 47 | public void setIdR(String idR) { 48 | this.idR = idR; 49 | } 50 | 51 | public String getNamaR() { 52 | return namaR; 53 | } 54 | 55 | public void setNamaR(String namaR) { 56 | this.namaR = namaR; 57 | } 58 | 59 | public String getAlamatR() { 60 | return alamatR; 61 | } 62 | 63 | public void setAlamatR(String alamatR) { 64 | this.alamatR = alamatR; 65 | } 66 | 67 | public String getGambarR() { 68 | return gambarR; 69 | } 70 | 71 | public void setGambarR(String gambarR) { 72 | this.gambarR = gambarR; 73 | } 74 | 75 | public String getOpsiR() { 76 | return opsiR; 77 | } 78 | 79 | public void setOpsiR(String opsiR) { 80 | this.opsiR = opsiR; 81 | } 82 | 83 | public String getOtherR() { 84 | return otherR; 85 | } 86 | 87 | public void setOtherR(String otherR) { 88 | this.otherR = otherR; 89 | } 90 | 91 | 92 | } 93 | -------------------------------------------------------------------------------- /dcr/application/config/routes.php: -------------------------------------------------------------------------------- 1 | my_controller/index 50 | | my-controller/my-method -> my_controller/my_method 51 | */ 52 | $route['default_controller'] = 'welcome'; 53 | $route['404_override'] = ''; 54 | $route['translate_uri_dashes'] = FALSE; 55 | -------------------------------------------------------------------------------- /dcr/application/controllers/Anggota.php: -------------------------------------------------------------------------------- 1 | get("getBy")){ 10 | $id = array("id_user"=>$this->get("getBy")); 11 | $this->db->where($id); 12 | $anggota = $this->db->get('tb_anggota'); 13 | if($anggota->num_rows()>0){ 14 | $this->response($anggota->result(), 200); 15 | } 16 | else{ 17 | $data = array("status"=>"data_kosong"); 18 | $this->response(array($data), 200); 19 | } 20 | } 21 | } 22 | function index_post(){ 23 | if($this->post("simpan")){ 24 | $data = array( 25 | "id_user"=>$this->post("id_user"), 26 | "nama_anggota"=>$this->post("nama_anggota"), 27 | "jabatan"=>$this->post("jabatan"), 28 | "no_induk"=>$this->post("no_induk") 29 | ); 30 | $simpan = $this->db->insert("tb_anggota",$data); 31 | if($simpan){ 32 | $respon = array("status"=>"sukses"); 33 | $this->response(array($respon), 200); 34 | } 35 | else{ 36 | $respon = array("status"=>"gagal"); 37 | $this->response(array($respon), 200); 38 | } 39 | } 40 | else{ 41 | $respon = array("status"=>"gagal"); 42 | $this->response(array($respon), 200); 43 | } 44 | } 45 | function index_put(){ 46 | if($this->put("update")){ 47 | $data = array( 48 | "nama_anggota"=>$this->put("nama_anggota"), 49 | "jabatan"=>$this->put("jabatan"), 50 | "no_induk"=>$this->put("no_induk") 51 | ); 52 | $this->db->where('id_anggota', $this->put("id_anggota")); 53 | $update = $this->db->update('tb_anggota', $data); 54 | if ($update) { 55 | $respon = array("status"=>"sukses"); 56 | $this->response(array($respon), 200); 57 | } else { 58 | $respon = array("status"=>"gagal"); 59 | $this->response(array($respon), 200); 60 | } 61 | } 62 | else{ 63 | $respon = array("status"=>"gagal"); 64 | $this->response(array($respon), 200); 65 | } 66 | } 67 | } 68 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout-sw360dp/item_event.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 16 | 17 | 20 | 21 | 27 | 28 | 40 | 41 | 42 | 51 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout-sw360dp/item_notifikasi.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 16 | 17 | 22 | 30 | 40 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/item_datasekolah.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 16 | 17 | 20 | 21 | 27 | 28 | 40 | 41 | 42 | 51 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /dcr/application/controllers/Coba.php: -------------------------------------------------------------------------------- 1 | db->select("id_user"); 11 | $this->db->where("id_event",$this->get("id_event")); 12 | $User = $this->db->get("tb_event")->row_array(); 13 | $this->db->select("token"); 14 | $this->db->where("id_user",$User['id_user']); 15 | $Poster = $this->db->get("tb_users")->row_array(); 16 | $this->db->select("nama_user"); 17 | $this->db->where("id_user",$this->get("id_user")); 18 | $NamaUser = $this->db->get("tb_users")->row_array(); 19 | $notifikasi = $NamaUser['nama_user']." Mengomentari Event anda"; 20 | $data = array( 21 | "id_event"=>$this->get("id_event"), 22 | "id_user"=>$this->get("id_user"), 23 | "isi_notifikasi"=>$notifikasi, 24 | "tgl_notifikasi"=>$waktu, 25 | "status"=>0 26 | ); 27 | $this->db->insert("tb_notifikasi",$data); 28 | FCM($Poster['token'],"Komentar baru",$notifikasi); 29 | $this->db->select("id_user"); 30 | $this->db->where("id_event",$this->get("id_event")); 31 | $id = $this->db->get("tb_komentar")->result(); 32 | foreach ($id as $key => $value) { 33 | $this->db->select("token"); 34 | $this->db->where("id_user",$value->id_user); 35 | $tok = $this->db->get("tb_users")->row_array(); 36 | // disini dapat 3 id 37 | $this->db->select("nama_user"); 38 | $this->db->where("id_user",$value->id_user); 39 | $name = $this->db->get("tb_users")->row_array(); 40 | $not = ucfirst($name['nama_user'])." Mengomentari event yang anda ikuti"; 41 | $noti = array( 42 | "id_event"=>$this->get("id_event"), 43 | "id_user"=>$value->id_user, 44 | "isi_notifikasi"=>$not, 45 | "tgl_notifikasi"=>$waktu, 46 | "status"=>0 47 | ); 48 | $this->db->insert("tb_notifikasi",$noti); 49 | FCM($tok['token'],"Komentar baru",$not); 50 | } 51 | 52 | } 53 | function index_post(){ 54 | 55 | 56 | $this->db->select("token"); 57 | $this->db->where("id_user",$this->post("id_user")); 58 | $Poster = $this->db->get("tb_users")->row_array(); 59 | print_r($Poster['token']); 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/sqlite3/sqlite3_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 59 | } 60 | 61 | } 62 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/sqlite/sqlite_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 59 | } 60 | 61 | } 62 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/pdo/pdo_forge.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | Welcome to CodeIgniter 8 | 9 | 67 | 68 | 69 | 70 |
71 |

Welcome to CodeIgniter!

72 | 73 |
74 |

The page you are looking at is being generated dynamically by CodeIgniter.

75 | 76 |

If you would like to edit this page you'll find it located at:

77 | application/views/welcome_message.php 78 | 79 |

The corresponding controller for this page is found at:

80 | application/controllers/Welcome.php 81 | 82 |

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

83 |
84 | 85 | 86 |
87 | 88 | 89 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/pdo/pdo_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 61 | } 62 | 63 | } 64 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/odbc/odbc_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 61 | } 62 | 63 | } 64 | -------------------------------------------------------------------------------- /dcr/system/libraries/Session/SessionHandlerInterface.php: -------------------------------------------------------------------------------- 1 | '', 6 | 'xhtml1-strict' => '', 7 | 'xhtml1-trans' => '', 8 | 'xhtml1-frame' => '', 9 | 'xhtml-basic11' => '', 10 | 'html5' => '', 11 | 'html4-strict' => '', 12 | 'html4-trans' => '', 13 | 'html4-frame' => '', 14 | 'mathml1' => '', 15 | 'mathml2' => '', 16 | 'svg10' => '', 17 | 'svg11' => '', 18 | 'svg11-basic' => '', 19 | 'svg11-tiny' => '', 20 | 'xhtml-math-svg-xh' => '', 21 | 'xhtml-math-svg-sh' => '', 22 | 'xhtml-rdfa-1' => '', 23 | 'xhtml-rdfa-2' => '' 24 | ); 25 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/oci8/oci8_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 66 | } 67 | 68 | } 69 | -------------------------------------------------------------------------------- /Rida/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 40 | 41 | 42 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php: -------------------------------------------------------------------------------- 1 | db->hostname, $this->db->username, $this->db->password)) 58 | { 59 | $res = ibase_backup($service, $this->db->database, $filename.'.fbk'); 60 | 61 | // Close the service connection 62 | ibase_service_detach($service); 63 | return $res; 64 | } 65 | 66 | return FALSE; 67 | } 68 | 69 | } 70 | -------------------------------------------------------------------------------- /dcr/system/language/english/unit_test_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | 15 | 19 | 20 | 30 | 39 | 40 | 52 | 60 | 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout/item_datapengguna.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | 15 | 19 | 28 | 29 | 39 | 40 | 41 | 53 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /Rida/gradlew.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem Gradle startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 12 | set DEFAULT_JVM_OPTS= 13 | 14 | set DIRNAME=%~dp0 15 | if "%DIRNAME%" == "" set DIRNAME=. 16 | set APP_BASE_NAME=%~n0 17 | set APP_HOME=%DIRNAME% 18 | 19 | @rem Find java.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=java.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windowz variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | if "%@eval[2+2]" == "4" goto 4NT_args 53 | 54 | :win9xME_args 55 | @rem Slurp the command line arguments. 56 | set CMD_LINE_ARGS= 57 | set _SKIP=2 58 | 59 | :win9xME_args_slurp 60 | if "x%~1" == "x" goto execute 61 | 62 | set CMD_LINE_ARGS=%* 63 | goto execute 64 | 65 | :4NT_args 66 | @rem Get arguments from the 4NT Shell from JP Software 67 | set CMD_LINE_ARGS=%$ 68 | 69 | :execute 70 | @rem Setup the command line 71 | 72 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 73 | 74 | @rem Execute Gradle 75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% 76 | 77 | :end 78 | @rem End local scope for the variables with windows NT shell 79 | if "%ERRORLEVEL%"=="0" goto mainEnd 80 | 81 | :fail 82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 83 | rem the _cmd.exe /c_ return code! 84 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 85 | exit /b 1 86 | 87 | :mainEnd 88 | if "%OS%"=="Windows_NT" endlocal 89 | 90 | :omega 91 | -------------------------------------------------------------------------------- /Rida/app/src/main/res/layout-sw360dp/item_komentar.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 16 | 17 | 22 | 23 | 33 | 43 | 44 | 53 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/mssql/mssql_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 75 | } 76 | 77 | } 78 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/sqlsrv/sqlsrv_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 75 | } 76 | 77 | } 78 | -------------------------------------------------------------------------------- /dcr/system/database/drivers/postgre/postgre_utility.php: -------------------------------------------------------------------------------- 1 | db->display_error('db_unsupported_feature'); 77 | } 78 | } 79 | -------------------------------------------------------------------------------- /dcr/system/core/Model.php: -------------------------------------------------------------------------------- 1 | $key; 78 | } 79 | 80 | } 81 | --------------------------------------------------------------------------------