Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

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

9 changes: 9 additions & 0 deletions .idea/comrades.iml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

95 changes: 95 additions & 0 deletions .idea/workspace.xml

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

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class AboutMacActivity extends AppCompatActivity implements View.OnClickL
public static String ABOUT_US_FACEBOOK_PAGE_ID = "MACBITSGoa";
public static String ABOUT_US_GITHUB_URL = "https://github.com/MobileApplicationsClub/";
public static String ABOUT_US_LINKEDIN_URL = "https://www.linkedin.com/company/mobile-applications-club/";
public static String ABOUT_US_MACWEBSITE_URL = "https://macbitsgoa.com/";
public static String ABOUT_US_MACWEBSITE_URL = "https://devsoc.club/";
public static String ABOUT_APP_TITLE = "About App";

@Override
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
26 changes: 15 additions & 11 deletions androidClient/app/src/main/res/layout/content_about_us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:text="@string/app_name"
android:fontFamily="@font/ps_bold"
android:textColor="@color/colorPrimary"
android:textSize="20sp"
android:fontFamily="@font/ps_ethnocentric"
android:textColor="#1d3a40"
android:textSize="30sp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand All @@ -37,8 +37,8 @@
android:layout_marginStart="16dp"
android:layout_marginTop="8dp"
android:text="@string/app_version"
android:fontFamily="@font/ps_bold"
android:textColor="@color/colorPrimary"
android:fontFamily="@font/ps_sourceserifproregular"
android:textColor="#1d3a40"
android:textSize="12sp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
Expand All @@ -49,8 +49,8 @@
android:layout_width="0dp"
android:layout_height="200dp"
android:layout_marginTop="8dp"
android:background="@color/colorPrimary"
android:src="@drawable/maclogopng"
android:background="#ffffff"
android:src="@drawable/devsoclogo"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/content_about_us_app_version_tv" />
Expand Down Expand Up @@ -109,7 +109,7 @@

<ImageButton
android:id="@+id/content_about_us_macweb"
android:layout_width="24dp"
android:layout_width="30dp"
android:layout_height="24dp"
android:scaleType="fitCenter"
android:layout_margin="4dp"
Expand All @@ -119,19 +119,21 @@
app:layout_constraintLeft_toRightOf="@+id/content_about_us_linkedin"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/content_about_us_mac_img"
app:srcCompat="@drawable/ic_macweb_icon" />
app:srcCompat="@drawable/devsoclogo2" />

<TextView
android:id="@+id/content_about_us_desc_tv"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:textColor="#1d3a40"
android:textStyle="bold"
android:layout_marginEnd="16dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:gravity="center"
android:fontFamily="@font/ps_regular"
android:fontFamily="@font/ps_sourceserifproregular"
android:text="@string/about_mac_main"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
Expand All @@ -143,9 +145,11 @@
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:textColor="#1d3a40"
android:textStyle="bold"
android:gravity="center"
android:padding="8dp"
android:fontFamily="@font/ps_bold"
android:fontFamily="@font/ps_sourceserifproregular"
android:text="@string/about_mac_contributors"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@+id/content_about_us_desc_tv" />
Expand Down
4 changes: 2 additions & 2 deletions androidClient/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--suppress ALL -->
<resources>
<string name="app_name">Comrades</string>
<string name="app_version">Version 1</string>
<string name="about_mac_main">Comrades is a free, handy and open file sharing platform by Mobile Applications Club for students of BITS Goa, to become their companion in acads and everyday life. This app allows you to add to the library of content already present and hence creates an ever-growing storage of knowledge and information. So, next time you need a file, you\'ll surely find it on Comrades.</string>
<string name="app_version">Version 2</string>
<string name="about_mac_main">Comrades is a free, handy and open file sharing platform by Developers Society for students of BITS Goa, to become their companion in acads and everyday life. This app allows you to add to the library of content already present and hence creates an ever-growing storage of knowledge and information. So, next time you need a file, you\'ll surely find it on Comrades.</string>
<string name="about_mac_contributors"><b>Contributors</b></string>
<string name="title_activity_sign_in">SignInActivity</string>
<string name="title_activity_download">DownloadActivity</string>
Expand Down
4 changes: 2 additions & 2 deletions androidClient/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.3.10'
repositories {
maven { url 'https://maven.fabric.io/public' }
google()
jcenter()
}
dependencies {
classpath 'io.fabric.tools:gradle:1.25.4'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.google.gms:google-services:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down
4 changes: 2 additions & 2 deletions androidClient/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Sep 30 10:57:14 IST 2018
#Wed Feb 05 19:41:38 IST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip