Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 13a50ca Add install certificate functionality. by Mushegh98 2020-06-08 17:32:18 +0400
  • 31d10ee Refactor code. by Mushegh98 2020-06-06 00:08:24 +0400
  • e7aef37 Refactor code. by Mushegh98 2020-06-05 23:14:57 +0400
  • 3d4c593 Adds Connect/Disconnect functionality. by Mushegh98 2020-06-05 18:58:54 +0400
  • e0e4750 Refactor code. by Mushegh98 2020-06-04 19:57:52 +0400
  • c7b70d7 Adds dynamic base URL functionality. by Mushegh98 2020-06-03 20:36:50 +0400
  • bdac892 Adds Bubble connection functionality. by Mushegh98 2020-06-03 19:38:11 +0400
  • 7b06e78 Change UI. by Mushegh98 2020-06-03 18:48:56 +0400
  • b6f9728 Merge pull request 'connection_functionality' (#7) from connection_functionality into dev by Gegham Kurghinyan 2020-06-03 14:37:15 +0000
  • 84b9ee9 (refs/pull/7/head) Refactored code. by Mushegh98 2020-06-03 18:19:47 +0400
  • a5dae8b Adds VPN Connection functionality. by Mushegh98 2020-06-02 19:12:50 +0400
  • 0cdf44a Adds initViews and initListeners in MainActivity. by Mushegh98 2020-06-01 19:38:35 +0400
  • 904b815 Merge pull request 'Adds create tunnel functionality.' (#6) from create_tunnel into dev by Gegham Kurghinyan 2020-06-01 13:55:13 +0000
  • 5e72d3e (refs/pull/6/head) Adds create tunnel functionality. by Mushegh98 2020-06-01 13:43:38 +0400
  • f7363d2 Merge pull request 'Adds getConfig API Call.' (#5) from vpn_configuration into dev by Gegham Kurghinyan 2020-05-28 14:45:46 +0000
  • 89dee57 (refs/pull/5/head) Refactored code. by Mushegh98 2020-05-28 17:34:00 +0400
  • 07842b2 Adds getConfig API Call. by Mushegh98 2020-05-28 16:50:58 +0400
  • 7dd33ca Merge pull request 'implement_add_device_functionality' (#4) from implement_add_device_functionality into dev by Gegham Kurghinyan 2020-05-28 10:53:59 +0000
  • 55c12c2 (refs/pull/4/head) Refactor code rename flag variable in hasDevice. by Mushegh98 2020-05-28 14:52:30 +0400
  • efff387 Refactor code changes disposable variable names. by Mushegh98 2020-05-28 14:40:36 +0400
  • ef96688 Refactor code. by Mushegh98 2020-05-28 13:44:03 +0400
  • 456dfac Change LoginActivity tag in BaseActivityBubble tag. by Mushegh98 2020-05-28 13:19:32 +0400
  • 431242b Remove BaseActivityBubble in manifest. by Mushegh98 2020-05-28 13:17:56 +0400
  • c633443 Change login,getAllDevices and addDevice methods implementation in RxJava. by Mushegh98 2020-05-28 13:15:24 +0400
  • e8ffc8f Adds dependencies for RxJava. by Mushegh98 2020-05-27 19:19:54 +0400
  • bbd818f Implements add device methods. by Mushegh98 2020-05-27 00:37:31 +0400
  • adecef0 Adds Generic loader showing class. by Mushegh98 2020-05-26 23:11:27 +0400
  • 07bc3d8 Adds save device name in shared preferences and check device exist or no. by Mushegh98 2020-05-26 20:18:05 +0400
  • 9c14a64 Adds show during in API Call. by Mushegh98 2020-05-26 19:21:23 +0400
  • 5557fcc Refactored code. by Mushegh98 2020-05-26 18:57:45 +0400
  • 8b9ed35 Deletes going MainActivity after adding device. by Mushegh98 2020-05-26 18:45:25 +0400
  • b9ba7cd Adds add device functionality. by Mushegh98 2020-05-26 14:58:27 +0400
  • 730209c Adds add device API call. by Mushegh98 2020-05-25 16:02:08 +0400
  • fd45787 Adds get all Devices API call. by Mushegh98 2020-05-25 15:47:46 +0400
  • 1efa01e Adds model for Device. by Mushegh98 2020-05-25 15:08:00 +0400
  • 1fd4e0b Merge pull request 'login_screen' (#3) from login_screen into dev by Gegham Kurghinyan 2020-05-25 10:11:50 +0000
  • 67ab857 (refs/pull/3/head) Refactored code. by Mushegh98 2020-05-25 14:07:54 +0400
  • 7ab88a2 Removed onStart and onPause methods. by Mushegh98 2020-05-25 13:48:34 +0400
  • ac9d79e "username" and "password" adds in Constants class. by Mushegh98 2020-05-25 12:17:59 +0400
  • e29faca Removed View variables in LoginActivity. by Mushegh98 2020-05-25 12:10:49 +0400
  • 1dc240c Removed static texts id. by Mushegh98 2020-05-25 12:05:10 +0400
  • a363e9a Name setUserData() function renamed to setToken() and getter too. by Mushegh98 2020-05-25 12:00:25 +0400
  • b88f250 Name isUserLogin() function changes to isUserLoggedIn(). by Mushegh98 2020-05-25 11:57:57 +0400
  • 834894d Adds parameters in login function. by Mushegh98 2020-05-25 11:56:01 +0400
  • f54a1c4 Adds initListeners() method. by Mushegh98 2020-05-25 11:46:43 +0400
  • 807db01 Removes the connectivity manager. by Mushegh98 2020-05-25 11:34:35 +0400
  • 31f6a46 Commented QS_TITLE intent filter. by Mushegh98 2020-05-25 11:28:03 +0400
  • 770a0aa Remove start MainActivity after sign in. by Mushegh98 2020-05-22 18:11:14 +0400
  • e5ff129 Create functionality checking internet connection after clicking sign in and add permission ACCESS_NETWORK_STATE. by Mushegh98 2020-05-22 18:03:17 +0400
  • 306408b Create new function in LoginActivity for initUI. by Mushegh98 2020-05-22 17:39:19 +0400
  • a3dd8a5 Renamed some functions and some changes in UI. by Mushegh98 2020-05-22 16:38:18 +0400
  • 7d3f200 Changes checking is user login in through Repository. by Mushegh98 2020-05-22 16:22:36 +0400
  • 31ebdd3 Create variable for User Default Token. by Mushegh98 2020-05-22 16:03:55 +0400
  • 6661d1f initViews function in LoginActivity changed position after onCreate() . by Mushegh98 2020-05-22 15:22:52 +0400
  • b2e7c8d Removes main,launcher,leanback_launcher in Manifest(MainWireGuardActivity). by Mushegh98 2020-05-22 15:09:41 +0400
  • 0db9d3a Adds trim() in input data login. by Mushegh98 2020-05-22 15:05:21 +0400
  • 378579c Remove empty lines in build.gradle. by Mushegh98 2020-05-22 14:34:44 +0400
  • b94b66f Adds Toast messages in Login Activity success or failed , when user clicked sign in and status is success launching Main Activity . by Mushegh98 2020-05-21 20:59:13 +0400
  • e28720b Implements login process when user is login starting Main Activity else Login Activity . by Mushegh98 2020-05-21 20:46:20 +0400
  • cf07450 Create Class UserStore for save data where user login. by Mushegh98 2020-05-21 20:10:46 +0400
  • e6d396f Changes UI Login Activity removed start new Bubble views and add dependency for View Model. by Mushegh98 2020-05-21 19:51:59 +0400
  • 25047e5 Implement Login API Call,modified Client API login function , adds dependency for view model , adds view ids in login layout and adds DataRepository builder in Application. by Mushegh98 2020-05-21 19:43:46 +0400
  • cf09502 Adds LoginViewModel. by Mushegh98 2020-05-21 15:05:34 +0400
  • 9391cb5 Implements Login API Call in DataRepository. by Mushegh98 2020-05-21 15:02:05 +0400
  • 45a1f98 Creates models User and AutoUpdatePolicy. by Mushegh98 2020-05-20 22:40:51 +0400
  • 5c82109 Create UI MainActivity and LoginActivity. MainActivity from Wireguard rename to MainWireGuardActivity and adds 2 dependency constraintlayout and appcompat. by Mushegh98 2020-05-20 22:08:14 +0400
  • acb6f6a Removed distributionSha256Sum in gradle-wrapper.properties. by Mushegh98 2020-05-20 20:15:23 +0400
  • d3f943d Merge pull request 'Implements the base MVVM structure with the Repository and other corresponding generic classes. Implements the Retrofit generic structure and adds dependencies for API Calls.' (#2) from mvvm_sceleton into dev by Gegham Kurghinyan 2020-05-20 15:28:38 +0000
  • e6c802d (refs/pull/2/head) Removed unused dependencies. by Mushegh98 2020-05-20 19:22:36 +0400
  • aa6792b Implements the base MVVM structure with the Repository and other corresponding generic classes. Implements the Retrofit generic structure and adds dependencies for API Calls. by Mushegh98 2020-05-20 18:05:42 +0400
  • 66a74c2 Merge pull request 'Replaced Tunnel library with JCenter dependency' (#1) from build_setups into dev by Gegham Kurghinyan 2020-05-19 14:05:05 +0000
  • 78e3ce1 (refs/pull/1/head) Placed the dependency at the first position in the list and stored the version number in an argument. by Mushegh98 2020-05-19 18:00:27 +0400
  • cdb6ca1 Replaced Tunnel library with JCenter dependency by Gegham 2020-05-19 16:56:25 +0400
  • 115a87a (HEAD -> master) ui: remove unneeded actionBarPopupTheme attribute by Harsh Shandilya 2020-05-09 15:49:43 +0530
  • c7ecaeb build: upgrade to gradle 6.4 and track checksum by Harsh Shandilya 2020-05-09 13:15:57 +0530
  • 8e2d63d tunnel: add windows-style killswitch semantics for GoBackend by Jason A. Donenfeld 2020-05-04 02:30:41 -0600
  • 3208bac build: upgrade to mdc-android 1.2.0-alpha06 by Harsh Shandilya 2020-04-30 18:21:31 +0530
  • fc1f213 build: bump gradle wrapper version in task configuration by Harsh Shandilya 2020-04-27 14:09:37 +0530
  • 09125e1 libwg-go: bump go version by Harsh Shandilya 2020-04-26 04:33:41 +0530
  • 6b1164a ui: switch up dark theme system bars colors by Harsh Shandilya 2020-04-26 04:30:26 +0530
  • c68a5c7 build: bump threetenabp to 1.2.4 by Harsh Shandilya 2020-04-24 19:32:36 +0530
  • f3ac787 ToolsInstaller: update Magisk directory by Harsh Shandilya 2020-04-23 01:40:50 +0530
  • 751be2c build: don't obfuscate code in minify step by Harsh Shandilya 2020-04-21 21:36:59 +0530
  • cfb7f1b ui: tweak fab animation duration by Harsh Shandilya 2020-04-19 02:17:27 +0530
  • 33e0762 build: remove unused cardview dependency by Harsh Shandilya 2020-04-19 02:09:07 +0530
  • b1b7d1d build: upgrade AGP, Kotlin, and preference by Harsh Shandilya 2020-04-19 02:08:41 +0530
  • 6cb9548 tunnel: disable LongLogTag lint by Harsh Shandilya 2020-04-19 01:59:51 +0530
  • 8207ae1 strings: sync translations by Harsh Shandilya 2020-04-19 01:48:50 +0530
  • 48e0e42 ui: animate fab scale rather than translation by Harsh Shandilya 2020-04-16 23:14:35 +0530
  • 03e95d2 ObservableTunnel: account for race in renulling stats by Jason A. Donenfeld 2020-04-15 01:55:31 -0600
  • 58b14cc ui: animate fab position in tunnel deletion flow by Harsh Shandilya 2020-04-08 19:43:25 +0530
  • 3fa8e09 tunnel: disable BuildConfig generation by Harsh Shandilya 2020-04-08 17:04:08 +0530
  • 9d76b35 version: bump by Jason A. Donenfeld 2020-04-08 00:02:37 -0600
  • 1856a50 strings: sync translations by Harsh Shandilya 2020-04-08 03:37:01 +0530
  • ba0f3ec ui: tweak FABs to use the correct type by Harsh Shandilya 2020-04-08 03:34:07 +0530
  • e8ad75d ui: codestyle nit by Harsh Shandilya 2020-04-07 14:19:54 +0530
  • b858284 KernelModuleDisablerPreference: do not make synchronous calls to getBackend by Jason A. Donenfeld 2020-04-07 02:28:15 -0600
  • 3c6e06f ui: set proper content description for applications by Jason A. Donenfeld 2020-04-06 19:25:05 -0600
  • 0d33a00 version: bump by Jason A. Donenfeld 2020-04-06 19:09:25 -0600
  • 830d099 ui: show excluded/included apps in details view by Jason A. Donenfeld 2020-04-06 19:08:57 -0600