Skip to content

Commit ac90bb1

Browse files
committed
Rename package to com.hackfsu.android
1 parent 8663b98 commit ac90bb1

Some content is hidden

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

43 files changed

+142
-221
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# HackFSU Android App
2-
`com.hackfsu.mobile.android`
2+
`com.hackfsu.android`
33

44
The HackFSU Android app is an open-source, easily configurable software package
55
to be shared by the hacker community.
66

77
## Package Structure
88

9-
> `com.hackfsu.mobile.android.app.*`
9+
> `com.hackfsu.android.app.*`
1010
1111
These sub-packages are front-end, UI related packages including Activities,
1212
Fragments, Adapters, custom UI, etc.
1313

14-
> `com.hackfsu.mobile.android.api.*`
14+
> `com.hackfsu.android.api.*`
1515
1616
These classes are the server-facing, networking elements which connect to
1717
the HackFSU web API.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
13-
classpath 'com.google.gms:google-services:3.0.0'
13+
classpath 'com.google.gms:google-services:3.1.0'
1414

1515
}
1616
}

mobile/build.gradle

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44
compileSdkVersion 25
55
buildToolsVersion '26.0.2'
66
defaultConfig {
7-
applicationId 'com.hackfsu.android.hackfsu'
7+
applicationId 'com.hackfsu.android'
88
minSdkVersion 19
99
targetSdkVersion 25
10-
versionCode 10
11-
versionName "4.0"
10+
versionCode 11
11+
versionName '5.0'
1212
multiDexEnabled true //enable this
1313

1414
}
@@ -19,14 +19,14 @@ android {
1919
useProguard true
2020
proguardFiles getDefaultProguardFile('proguard-android.txt'),
2121
'proguard-rules.pro'
22-
buildConfigField "String", "API_HOST", "https://testapi.hackfsu.com"
22+
buildConfigField "String", "API_HOST", "\"https://testapi.hackfsu.com\""
2323

2424
}
2525
release {
2626
minifyEnabled true
2727
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2828
debuggable false
29-
buildConfigField "String", "API_HOST", "https://api.hackfsu.com"
29+
buildConfigField "String", "API_HOST", "\"https://api.hackfsu.com\""
3030
}
3131
}
3232
productFlavors {
@@ -54,9 +54,4 @@ dependencies {
5454
}
5555

5656

57-
58-
59-
60-
61-
6257
apply plugin: 'com.google.gms.google-services'

mobile/google-services.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"client": [
99
{
1010
"client_info": {
11-
"mobilesdk_app_id": "1:6909141398:android:a5eea346753e4540",
11+
"mobilesdk_app_id": "1:6909141398:android:dc9dd32497026b6e",
1212
"android_client_info": {
13-
"package_name": "com.hackfsu.android.hackfsu"
13+
"package_name": "com.hackfsu.android"
1414
}
1515
},
1616
"oauth_client": [
1717
{
18-
"client_id": "6909141398-e898logq7t9bg4937ub35nngimgadej1.apps.googleusercontent.com",
18+
"client_id": "6909141398-jgj78hkggaaeq7qjj852qbngli7edlev.apps.googleusercontent.com",
1919
"client_type": 1,
2020
"android_info": {
21-
"package_name": "com.hackfsu.android.hackfsu",
22-
"certificate_hash": "240a1f526c5597e8b58dc432e22a07d9aab6fcc2"
21+
"package_name": "com.hackfsu.android",
22+
"certificate_hash": "047574bd342a5a1f88123087618d9f227cbc52a0"
2323
}
2424
},
2525
{
@@ -41,8 +41,13 @@
4141
"status": 1
4242
},
4343
"appinvite_service": {
44-
"status": 1,
45-
"other_platform_oauth_client": []
44+
"status": 2,
45+
"other_platform_oauth_client": [
46+
{
47+
"client_id": "6909141398-0jn52tr8gkp9mf6rq1ot78c3uejf05e1.apps.googleusercontent.com",
48+
"client_type": 3
49+
}
50+
]
4651
},
4752
"ads_service": {
4853
"status": 2

mobile/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.hackfsu.mobile.android.app">
3+
package="com.hackfsu.android.app">
44

55
<uses-permission android:name="android.permission.INTERNET" />
66
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -10,9 +10,9 @@
1010
<!-- <uses-permission android:name="android.permission.GET_ACCOUNTS" /> -->
1111
<!-- <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" /> -->
1212
<!-- <permission -->
13-
<!-- android:name="com.hackfsu.mobile.android.app.permission.C2D_MESSAGE" -->
13+
<!-- android:nacom.hackfsu.androidroid.app.permission.C2D_MESSAGE" -->
1414
<!-- android:protectionLevel="signature" /> -->
15-
<!-- <uses-permission android:name="com.hackfsu.mobile.android.hackfsu.permission.C2D_MESSAGE" /> -->
15+
<!-- <uses-permission android:nacom.hackfsu.androidroid.hackfsu.permission.C2D_MESSAGE" /> -->
1616
<application
1717
android:name=".HackFSU"
1818
android:allowBackup="true"

mobile/src/main/java/com/hackfsu/mobile/android/api/API.java renamed to mobile/src/main/java/com/hackfsu/android/api/API.java

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
package com.hackfsu.mobile.android.api;
1+
package com.hackfsu.android.api;
22

33
import android.app.Activity;
44
import android.util.Log;
55

6-
import com.hackfsu.mobile.android.api.model.CountdownModel;
7-
import com.hackfsu.mobile.android.api.model.UpdateModel;
8-
import com.hackfsu.mobile.android.api.model.BaseModel;
9-
import com.hackfsu.mobile.android.api.model.MapModel;
10-
import com.hackfsu.mobile.android.api.model.SponsorModel;
11-
import com.hackfsu.mobile.android.api.model.ScheduleModel;
12-
import com.hackfsu.mobile.android.app.BuildConfig;
6+
import com.hackfsu.android.api.model.CountdownModel;
7+
import com.hackfsu.android.api.model.UpdateModel;
8+
import com.hackfsu.android.api.model.BaseModel;
9+
import com.hackfsu.android.api.model.MapModel;
10+
import com.hackfsu.android.api.model.SponsorModel;
11+
import com.hackfsu.android.api.model.ScheduleModel;
12+
import com.hackfsu.android.app.BuildConfig;
1313

1414
import org.json.JSONArray;
1515
import org.json.JSONException;
1616
import org.json.JSONObject;
1717

18-
import java.io.UnsupportedEncodingException;
1918
import java.util.ArrayList;
2019
import java.util.Calendar;
2120
import java.util.Collections;

mobile/src/main/java/com/hackfsu/mobile/android/api/ISO8601.java renamed to mobile/src/main/java/com/hackfsu/android/api/ISO8601.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.hackfsu.mobile.android.api;
1+
package com.hackfsu.android.api;
22

33
import java.text.ParseException;
44
import java.text.SimpleDateFormat;

mobile/src/main/java/com/hackfsu/mobile/android/api/ISO8601Updates.java renamed to mobile/src/main/java/com/hackfsu/android/api/ISO8601Updates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.hackfsu.mobile.android.api;
1+
package com.hackfsu.android.api;
22

33
import android.util.Log;
44

mobile/src/main/java/com/hackfsu/mobile/android/api/NetworkClient.java renamed to mobile/src/main/java/com/hackfsu/android/api/NetworkClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.hackfsu.mobile.android.api;
1+
package com.hackfsu.android.api;
22

33
import java.io.IOException;
44

mobile/src/main/java/com/hackfsu/mobile/android/api/model/BaseModel.java renamed to mobile/src/main/java/com/hackfsu/android/api/model/BaseModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.hackfsu.mobile.android.api.model;
1+
package com.hackfsu.android.api.model;
22

33
/**
44
* Created by andrew on 11/14/16.

0 commit comments

Comments
 (0)