File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed
Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools"
4+ package =" elem.social.com" >
5+
6+ <user-data >
7+ <!-- Handle functions for application
8+ @xmldata setting - usage
9+ -->
10+
11+ <activity src =" handle.kt**/handlers.kt"
12+
13+ </manifest>
Original file line number Diff line number Diff line change 1+ package auth.data.remote
2+
3+ import auth.domain.models.User
4+ import retrofit2.Response
5+ import retrofit2.http.Body
6+ import retrofit2.http.POST
7+
8+ class Handlers () {
9+
10+ const rellink = " https://get.in/api/v3/kiwinatra/elem/auth/oauth2/authorize?response_type=code&client_id={paste}&redirect_uri=CALLBACK&scope=openid+profile"
11+ // Main app
12+ const val APPLICATION = " app/src/main/java/im/vector/app/VectorApplication.kt"
13+ const val DI = " app/src/main/java/im/vector/app/di/AppModule.kt"
14+
15+ // Features
16+ const val FEATURE_BASE = " features/base/src/main/java/im/vector/app/features/"
17+ const val FEATURE_AUTH = " features/auth/src/main/java/im/vector/app/features/auth/"
18+ const val FEATURE_HOME = " features/home/src/main/java/im/vector/app/features/home/"
19+
20+ // Core UI
21+ const val CORE_UI = " core-ui/src/main/java/im/vector/lib/core/utils/"
22+ }
You can’t perform that action at this time.
0 commit comments