Skip to content

Commit 91ad692

Browse files
authored
Merge branch 'master' into firebase-analytics
2 parents 35d7c18 + 4856718 commit 91ad692

File tree

58 files changed

+1798
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1798
-123
lines changed
28.5 KB
Loading
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Modify this file to customize your launch splash screen -->
33
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:drawable="@android:color/white" />
5-
6-
<!-- You can insert your own image assets here -->
7-
<!-- <item>
4+
<item android:drawable="@color/fuchsia" />
5+
<item>
86
<bitmap
97
android:gravity="center"
10-
android:src="@mipmap/launch_image" />
11-
</item> -->
8+
android:src="@drawable/circle_hwa" />
9+
</item>
1210
</layer-list>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="white">#FFFFFF</color>
4+
<color name="yellow">#FFFF00</color>
5+
<color name="fuchsia">#FF00FF</color>
6+
<color name="red">#FF0000</color>
7+
<color name="silver">#C0C0C0</color>
8+
<color name="gray">#808080</color>
9+
<color name="olive">#808000</color>
10+
<color name="purple">#800080</color>
11+
<color name="maroon">#800000</color>
12+
<color name="aqua">#00FFFF</color>
13+
<color name="lime">#00FF00</color>
14+
<color name="teal">#008080</color>
15+
<color name="green">#008000</color>
16+
<color name="blue">#0000FF</color>
17+
<color name="navy">#000080</color>
18+
<color name="black">#000000</color>
19+
</resources>

asset/image/cirlce_hwa.png

28.5 KB
Loading

asset/lang/en-US.json

Lines changed: 70 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,81 @@
11
{
22
"welcome": "Welcome to My App",
3-
"onBoard":{
4-
"page1":
5-
{"title":"Make It Good","desc":"You are not alone. You have unique abiltiyto go to anther world"},
6-
"page2":
7-
{"title":"Make It Good","desc":"You are not alone. You have unique abiltiyto go to anther world"},
8-
"page3":
9-
{"title":"Make It Good","desc":"You are not alone. You have unique abiltiyto go to anther world"}
3+
"onBoard": {
4+
"page1": {
5+
"title": "Make It Good",
6+
"desc": "You are not alone. You have unique abiltiyto go to anther world"
7+
},
8+
"page2": {
9+
"title": "Make It Good",
10+
"desc": "You are not alone. You have unique abiltiyto go to anther world"
11+
},
12+
"page3": {
13+
"title": "Make It Good",
14+
"desc": "You are not alone. You have unique abiltiyto go to anther world"
15+
}
16+
},
17+
"splash": {
18+
"welcome": "WELCOME TO HWA ARCHITECTURE SERIES"
1019
},
11-
12-
"login":{
13-
"tab1":"Login",
14-
"tab2":"SignUp",
15-
"email":"Email",
16-
"password":"Password",
17-
"forgotText":"Forgot Password",
18-
"login":"Login",
19-
"dontAccount":"Dont have account"
20+
"login": {
21+
"tab1": "Login",
22+
"tab2": "SignUp",
23+
"email": "Email",
24+
"password": "Password",
25+
"forgotText": "Forgot Password",
26+
"login": "Login",
27+
"dontAccount": "Dont have account"
2028
},
21-
"home":{
22-
"build":{
23-
"tabbar":{
24-
"tab1":"Latest",
25-
"tab2":"Decorative",
26-
"tab3":"Music",
27-
"tab4":"Style"
29+
"home": {
30+
"build": {
31+
"tabbar": {
32+
"tab1": "Latest",
33+
"tab2": "Decorative",
34+
"tab3": "Music",
35+
"tab4": "Style"
2836
},
29-
"subTitle":"Recommended"
37+
"subTitle": "Recommended"
3038
},
31-
"social":{
32-
"cancel":"Cancel",
33-
"next":"Next",
34-
"search":"Search",
35-
"findFriends":"Find Friends",
36-
"follow":"Follow",
37-
"following":"Following"
39+
"social": {
40+
"cancel": "Cancel",
41+
"next": "Next",
42+
"search": "Search",
43+
"findFriends": "Find Friends",
44+
"follow": "Follow",
45+
"following": "Following"
3846
},
39-
"game":{
40-
"title":"Unity Game",
41-
"newUpdate":"New Updated Games",
42-
"viewAll":"View All",
43-
"topDownload":"Top Downloads",
44-
"tabbar":{
45-
"tab1":"RACING",
46-
"tab2":"SIMULATION",
47-
"tab3":"CASUAL",
48-
"tab4":"CARTOONY",
49-
"tab5":"TOYS"
47+
"game": {
48+
"title": "Unity Game",
49+
"newUpdate": "New Updated Games",
50+
"viewAll": "View All",
51+
"topDownload": "Top Downloads",
52+
"tabbar": {
53+
"tab1": "RACING",
54+
"tab2": "SIMULATION",
55+
"tab3": "CASUAL",
56+
"tab4": "CARTOONY",
57+
"tab5": "TOYS"
5058
}
59+
},
60+
"burgers": {
61+
"favoriteProducts": "Best \nSelling",
62+
"normalProducts": "Burgers"
63+
},
64+
"setting": {
65+
"title": "Settings",
66+
"about": {
67+
"title": "About Project",
68+
"contribitions": "Project Contributors"
69+
},
70+
"core": {
71+
"title": "Project Core",
72+
"themeTitle": "Theme Change",
73+
"themeDesc": "You can change applicaton theme.",
74+
"langTitle": "Language Change",
75+
"langDesc": "You can change applicaton language."
76+
},
77+
"exit": "Exit",
78+
"applicationTour": "Application Tuor"
5179
}
5280
}
5381
}

asset/lang/tr-TR.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"welcome": "Welcome to My App",
3+
"onBoard": {
4+
"page1": {
5+
"title": "Make It Good",
6+
"desc": "You are not alone. You have unique abiltiyto go to anther world"
7+
},
8+
"page2": {
9+
"title": "Make It Good",
10+
"desc": "You are not alone. You have unique abiltiyto go to anther world"
11+
},
12+
"page3": {
13+
"title": "Make It Good",
14+
"desc": "You are not alone. You have unique abiltiyto go to anther world"
15+
}
16+
},
17+
"splash": {
18+
"welcome": "HWA UYGULAMA MİMARİSİNE HOŞ GELDİNİZ"
19+
},
20+
"login": {
21+
"tab1": "Login",
22+
"tab2": "SignUp",
23+
"email": "Email",
24+
"password": "Password",
25+
"forgotText": "Forgot Password",
26+
"login": "Login",
27+
"dontAccount": "Dont have account"
28+
},
29+
"home": {
30+
"build": {
31+
"tabbar": {
32+
"tab1": "Latest",
33+
"tab2": "Decorative",
34+
"tab3": "Music",
35+
"tab4": "Style"
36+
},
37+
"subTitle": "Recommended"
38+
},
39+
"social": {
40+
"cancel": "Cancel",
41+
"next": "Next",
42+
"search": "Search",
43+
"findFriends": "Find Friends",
44+
"follow": "Follow",
45+
"following": "Following"
46+
},
47+
"game": {
48+
"title": "Birlik Oyun",
49+
"newUpdate": "Yeni Güncellenmiş Oyunlar",
50+
"viewAll": "Görünüm Herşey",
51+
"topDownload": "Üst İndirilenler",
52+
"tabbar": {
53+
"tab1": "YARIŞ",
54+
"tab2": "Simülasyon",
55+
"tab3": "Gündelik",
56+
"tab4": "Karikatüry",
57+
"tab5": "Oyuncaklar"
58+
}
59+
},
60+
"burgers": {
61+
"favoriteProducts": "En Çok Satılanlar",
62+
"normalProducts": "Burgerler"
63+
},
64+
"setting": {
65+
"title": "Ayarlar",
66+
"about": {
67+
"title": "Proje Hakkında",
68+
"contribitions": "Proje Katkıda Bulunanlar"
69+
},
70+
"core": {
71+
"title": "Project Core",
72+
"themeTitle": "Tema değişikliği",
73+
"themeDesc": "Uygulama temasını değiştirebilirsiniz.",
74+
"langTitle": "Dil değişimi",
75+
"langDesc": "Uygulama dilini değiştirebilirsiniz."
76+
},
77+
"exit": "Exit",
78+
"applicationTour": "Uygulama Turu"
79+
}
80+
}
81+
}

asset/lottie/moon.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"v":"5.1.1","fr":60,"ip":0,"op":180,"w":256,"h":256,"nm":"Moon","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"star","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[100]},{"t":179}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202,219,0],"ix":2},"a":{"a":0,"k":[11,11,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.27,-1.61],[-1.61,-5.27],[-5.26,1.61],[1.61,5.27]],"o":[[5.27,1.61],[1.61,-5.27],[-5.26,-1.61],[-1.61,5.27]],"v":[[0,11],[11,22],[22,11],[11,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.12941176470588237,0.29411764705882354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"star","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[100],"e":[0]},{"t":175}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[184.5,63.5,0],"ix":2},"a":{"a":0,"k":[6.5,6.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.11,-0.95],[-0.95,-3.11],[-3.11,0.95],[0.95,3.11]],"o":[[3.11,0.95],[0.95,-3.11],[-3.11,-0.95],[-0.95,3.11]],"v":[[0,6.5],[6.5,13],[13,6.5],[6.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.12941176470588237,0.29411764705882354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"star","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[100],"e":[0]},{"t":179}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.5,170.5,0],"ix":2},"a":{"a":0,"k":[8.5,8.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.07,-1.24],[-1.24,-4.07],[-4.07,1.24],[1.24,4.07]],"o":[[4.07,1.24],[1.24,-4.07],[-4.07,-1.24],[-1.24,4.07]],"v":[[0,8.5],[8.5,17],[17,8.5],[8.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.12941176470588237,0.29411764705882354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"star","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[100],"e":[0]},{"t":179}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[148,107,0],"ix":2},"a":{"a":0,"k":[9,9,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.31,-1.32],[-1.31,-4.31],[-4.31,1.32],[1.32,4.31]],"o":[[4.31,1.31],[1.32,-4.31],[-4.31,-1.32],[-1.31,4.31]],"v":[[0,9],[9,18],[18,9],[9,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.12941176470588237,0.29411764705882354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"moon","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[128.4,128.2,0],"ix":2},"a":{"a":0,"k":[90.4,89.2,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.4,9.1],[0,-11.8],[-42.4,0],[-11.9,7.5],[46.8,0],[0,49.9]],"o":[[-4.8,10],[0,42.3],[15.1,0],[-4.8,45.3],[-50,0],[0,-43]],"v":[[70.5,0],[62.9,33.1],[139.7,109.6],[180.8,97.7],[90.6,178.4],[0,88.1]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.12941176470588237,0.29411764705882354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"bond","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[128,128,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[256,256],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"bond","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0}],"markers":[]}

0 commit comments

Comments
 (0)