Skip to content

Commit

Permalink
chore: apply 4.0.0-beta21 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Enixma committed Sep 26, 2024
1 parent 4f5c13f commit 611d0b2
Show file tree
Hide file tree
Showing 86 changed files with 1,507 additions and 1,452 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ import com.amity.socialcloud.uikit.community.compose.community.bycategory.AmityC

class AmityCommunitiesByCategoryPageSample {
/* begin_sample_code
gist_id: 2237c9d04341d2cd6606c7f2bc2ba43d
gist_id: 61a5adb590f9d3f74b301a77dacd717a
filename: AmityCommunitiesByCategoryPageSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: Communities by category sample
description: Communities By Category Page sample
*/
@Composable
fun composeCommunitiesByCatgoryPage(
categoryId: String
) {
AmityCommunitiesByCategoryPage(categoryId = categoryId)
}
/* end_sample_code */

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import com.amity.socialcloud.uikit.community.compose.community.category.AmityAll

class AmityAllCategoriesPageSample {
/* begin_sample_code
gist_id: bb4b996e326bc49039879816f10ceec9
gist_id: 11d3b007c669aea5fb983d7114fccdcc
filename: AmityAllCategoriesPageSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: All categories sample
description: All Categories Page sample
*/
@Composable
fun composeAllCategoriesPage() {
AmityAllCategoriesPage()
}
/* end_sample_code */

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import com.amity.socialcloud.uikit.community.compose.community.category.componen

class AmityCommunityCategoriesComponentSample {
/* begin_sample_code
gist_id: 649cbf7f08f384340810e6d9c7b335e7
filename: AmityCommunityCategoriesComponentSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: Community categories sample
*/
gist_id: f7ee79d8ca7f0ffe812003beba93118a
filename: AmityCommunityCategoriesComponentSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: Community categories sample
*/
@Composable
fun composeCommunityCategoriesComponent() {
AmityCommunityCategoriesComponent()
}
/* end_sample_code */

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.amity.socialcloud.uikit.community.compose.community.recommending.Amit

class AmityRecommendedCommunitiesComponentSample {
/* begin_sample_code
gist_id: 5933b4141a737e16df4ffa230400e6e5
gist_id: cb88ed2a8915f3a3c1bfe01b0ebe997b
filename: AmityRecommendedCommunitiesComponentSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: Recommended communities sample
Expand All @@ -15,5 +15,5 @@ class AmityRecommendedCommunitiesComponentSample {
fun composeRecommendedCommunitiesComponent() {
AmityRecommendedCommunitiesComponent()
}
/* end_sample_code */

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import com.amity.socialcloud.uikit.community.compose.community.trending.AmityTre

class AmityTrendingCommunitiesComponentSample {
/* begin_sample_code
gist_id: cab31bb96f01e32ca26f4a288d1ba1b0
filename: AmityTrendingCommunitiesComponentSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: Trending communities sample
*/
gist_id: 27dddbd2046b26c50cbf6aebcd268203
filename: AmityTrendingCommunitiesComponentSample.kt
asc_page: https://docs.amity.co/amity-uikit/uikit-v4-beta/
description: Trending communities sample
*/
@Composable
fun composeTrendingCommunitiesComponent() {
AmityTrendingCommunitiesComponent()
}
/* end_sample_code */

}
1 change: 0 additions & 1 deletion app/.gitignore

This file was deleted.

100 changes: 0 additions & 100 deletions app/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions app/proguard-rules.pro

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions app/src/main/AndroidManifest.xml

This file was deleted.

12 changes: 0 additions & 12 deletions app/src/main/java/com/amity/socialcloud/uikit/MainActivity.kt

This file was deleted.

30 changes: 0 additions & 30 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

Loading

0 comments on commit 611d0b2

Please sign in to comment.