Skip to content

Commit

Permalink
tech news added and some bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsouviki committed Feb 24, 2021
1 parent c318891 commit d0f2221
Show file tree
Hide file tree
Showing 46 changed files with 806 additions and 970 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
testImplementation 'junit:junit:4.12'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
implementation 'com.squareup.picasso:picasso:2.71828'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

Expand Down
17 changes: 8 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,30 @@
android:theme="@style/AppTheme">

<receiver
android:name=".WiFIDirectBroadcastReceiver"
android:name=".wifibroadcastreciver.WiFIDirectBroadcastReceiver"
android:enabled="true"
android:exported="true"></receiver>

<service
android:name=".FileTransferService"
android:name=".wifip2pclass.FileTransferService"
android:exported="false" />

<activity android:name=".activity.CreateNewFile" />
<activity
android:name=".ShareActivity"
android:theme="@style/Theme.MaterialComponents.Light" />
<activity android:name=".CreateNewFile" />
<activity
android:name=".MainActivity"
android:name=".activity.MainActivity"
android:label="RWS" />
<activity android:name=".SplashScreen">
<activity android:name=".activity.SplashScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity android:name=".WifiDirectActivity">
<activity android:name=".activity.WifiDirectActivity">
</activity>
<activity android:name=".activity.ViewFullNews" />
<activity android:name=".activity.NewsHomeActivity"/>


<meta-data
Expand Down
85 changes: 0 additions & 85 deletions app/src/main/java/com/example/rws/AppAdaptar.java

This file was deleted.

68 changes: 0 additions & 68 deletions app/src/main/java/com/example/rws/FileAdaptar.java

This file was deleted.

102 changes: 0 additions & 102 deletions app/src/main/java/com/example/rws/ImageAdaptar.java

This file was deleted.

91 changes: 0 additions & 91 deletions app/src/main/java/com/example/rws/MusicAdaptar.java

This file was deleted.

Loading

0 comments on commit d0f2221

Please sign in to comment.