Skip to content

Commit

Permalink
add fastlane, changed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekThazhathattil committed Jul 8, 2021
1 parent fca9949 commit 387a39e
Show file tree
Hide file tree
Showing 33 changed files with 59 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.example.malayalamdialoguesquiz"
applicationId "ml.vivekthazhathattil.chalachithram"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.content.Context;

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar">
<activity
android:name=".MainActivity"
android:name="ml.vivekthazhathattil.chalachithram.MainActivity"
android:label="@string/app_name"
android:screenOrientation="sensorPortrait"
android:theme="@style/AppTheme.NoActionBar">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.annotation.SuppressLint;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.Typeface;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.TransitionDrawable;
import android.media.Image;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.preference.PreferenceManager;
Expand All @@ -16,19 +11,18 @@
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.view.animation.TranslateAnimation;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ScrollView;
import android.widget.TextView;
import android.widget.Toast;

import androidx.annotation.AnimatorRes;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;

import com.example.malayalamdialoguesquiz.R;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.Context;
import android.content.SharedPreferences;
import android.graphics.Color;
Expand All @@ -10,26 +8,19 @@
import android.os.Build;
import android.os.Bundle;

import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.snackbar.Snackbar;
import com.example.malayalamdialoguesquiz.R;

import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;

import android.os.CountDownTimer;
import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.view.View;
import android.view.Menu;
import android.view.MenuItem;
import android.view.Window;
import android.view.WindowManager;

import java.io.IOException;

public class MainActivity extends AppCompatActivity {
public static Integer time_for_round = 10000;
public static boolean is_sp_active = false;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.os.Bundle;
import android.view.LayoutInflater;
Expand All @@ -10,7 +10,7 @@
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;

import org.w3c.dom.Text;
import com.example.malayalamdialoguesquiz.R;

public class SecondFragment extends Fragment {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.os.Bundle;

Expand All @@ -11,6 +11,8 @@
import android.view.ViewGroup;
import android.widget.ImageButton;

import com.example.malayalamdialoguesquiz.R;


/**
* A simple {@link Fragment} subclass.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.content.SharedPreferences;
import android.graphics.Typeface;
Expand All @@ -16,9 +16,10 @@
import android.view.animation.AnimationUtils;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.ScrollView;
import android.widget.Toast;

import com.example.malayalamdialoguesquiz.R;


/**
* A simple {@link Fragment} subclass.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.content.Intent;
import android.os.Bundle;
Expand All @@ -12,11 +12,12 @@
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.TextView;
import android.widget.Toast;

import com.example.malayalamdialoguesquiz.R;


/**
* A simple {@link Fragment} subclass.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.content.SharedPreferences;
import android.os.Bundle;

import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;

import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.ImageButton;
import android.widget.Switch;
import android.widget.Toast;
import android.widget.ToggleButton;

import com.example.malayalamdialoguesquiz.R;


/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import android.os.Bundle;

Expand All @@ -10,6 +10,8 @@
import android.view.View;
import android.view.ViewGroup;

import com.example.malayalamdialoguesquiz.R;


/**
* A simple {@link Fragment} subclass.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
tools:context="ml.vivekthazhathattil.chalachithram.MainActivity">

<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_credits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:id="@+id/frameLayout5"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".credits">
tools:context="ml.vivekthazhathattil.chalachithram.credits">

<!-- TODO: Update blank fragment layout -->

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_first.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".FirstFragment">
tools:context="ml.vivekthazhathattil.chalachithram.FirstFragment">

<ImageView
android:id="@+id/in_game_bg"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_game_mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:id="@+id/frameLayout3"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".game_mode">
tools:context="ml.vivekthazhathattil.chalachithram.game_mode">

<ImageView
android:id="@+id/game_mode_bg"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".menu"
tools:context="ml.vivekthazhathattil.chalachithram.menu"
android:id="@+id/frameLayout"/>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_second.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SecondFragment">
tools:context="ml.vivekthazhathattil.chalachithram.SecondFragment">

<ImageView
android:id="@+id/play_again_bg"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:id="@+id/frameLayout6"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".settings" >
tools:context="ml.vivekthazhathattil.chalachithram.settings" >

<ImageView
android:id="@+id/settings_bg"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_welcome_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:id="@+id/frameLayout4"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".welcome_screen">
tools:context="ml.vivekthazhathattil.chalachithram.welcome_screen">

<ImageView
android:id="@+id/loading_screen_bg"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/menu_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:id="@+id/frameLayout2"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".menu">
tools:context="ml.vivekthazhathattil.chalachithram.menu">

<ImageView
android:id="@+id/menu_bg"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/menu_main.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.example.malayalamdialoguesquiz.MainActivity">
tools:context="com.example.malayalamdialoguesquiz.ml.example.malayalamdialoguesquiz.MainActivity">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
Expand Down
14 changes: 7 additions & 7 deletions app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<fragment
android:id="@+id/FirstFragment"
android:name="com.example.malayalamdialoguesquiz.FirstFragment"
android:name="ml.vivekthazhathattil.chalachithram.FirstFragment"
android:label="@string/first_fragment_label"
tools:layout="@layout/fragment_first">

Expand All @@ -22,7 +22,7 @@
</fragment>
<fragment
android:id="@+id/SecondFragment"
android:name="com.example.malayalamdialoguesquiz.SecondFragment"
android:name="ml.vivekthazhathattil.chalachithram.SecondFragment"
android:label="@string/second_fragment_label"
tools:layout="@layout/fragment_second">

Expand All @@ -39,7 +39,7 @@
</fragment>
<fragment
android:id="@+id/menu"
android:name="com.example.malayalamdialoguesquiz.menu"
android:name="ml.vivekthazhathattil.chalachithram.menu"
android:label="menu_fragment"
tools:layout="@layout/menu_fragment"
app:startDestination="@id/action_menu_to_game_mode">
Expand All @@ -61,7 +61,7 @@
</fragment>
<fragment
android:id="@+id/game_mode"
android:name="com.example.malayalamdialoguesquiz.game_mode"
android:name="ml.vivekthazhathattil.chalachithram.game_mode"
android:label="fragment_game_mode"
tools:layout="@layout/fragment_game_mode" >
<action
Expand All @@ -77,7 +77,7 @@
</fragment>
<fragment
android:id="@+id/welcome_screen"
android:name="com.example.malayalamdialoguesquiz.welcome_screen"
android:name="ml.vivekthazhathattil.chalachithram.welcome_screen"
android:label="fragment_welcome_screen"
tools:layout="@layout/fragment_welcome_screen" >
<action
Expand All @@ -88,7 +88,7 @@
</fragment>
<fragment
android:id="@+id/credits"
android:name="com.example.malayalamdialoguesquiz.credits"
android:name="ml.vivekthazhathattil.chalachithram.credits"
android:label="fragment_credits"
tools:layout="@layout/fragment_credits" >
<action
Expand All @@ -99,7 +99,7 @@
</fragment>
<fragment
android:id="@+id/settings"
android:name="com.example.malayalamdialoguesquiz.settings"
android:name="ml.vivekthazhathattil.chalachithram.settings"
android:label="fragment_settings"
tools:layout="@layout/fragment_settings" >
<action
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Malayalam Dialogues Quiz</string>
<string name="app_name">Chalachithram</string>
<string name="action_settings">Settings</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.malayalamdialoguesquiz;
package ml.vivekthazhathattil.chalachithram;

import org.junit.Test;

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Chalachithram is an Android quiz app based on dialogues from popular movies of Malayalam film industry.

It has over 700 dialogues with three time controls and an additional mode that one can unlock by obtaining more than 100 points for the toughest time control(Shaji Kailas round).

The three time controls are:

Shaji Kailas round (5 sec / question)
Sadha round (15 sec / question )
Amal Neerad round (30 sec / question)
and the unlockable mode:
Santosh Pandit round (2 sec / question)
Score 200+ points in Santosh Pandit round to win the game.
Binary file added fastlane/metadata/android/en-US/images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An Android quiz app based on dialogues from popular movies of Malayalam film industry.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Chalachithram

0 comments on commit 387a39e

Please sign in to comment.