Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testes #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion FreeChat/FreeChat.Android/Resources/Resource.designer.cs

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

10 changes: 4 additions & 6 deletions FreeChat/FreeChat/Views/Pages/ConversationsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
xmlns:root="clr-namespace:FreeChat"
xmlns:pancakeView="clr-namespace:Xamarin.Forms.PancakeView;assembly=Xamarin.Forms.PancakeView"
BindingContext="{x:Static root:AppLocator.ConversationsViewModel}"
Title="{x:Static textRes:TextResources.Messages}"
Title=""
x:Name="conversationsPage"
xmlns:effects="clr-namespace:FreeChat.Views.Effects"
BackgroundColor="{StaticResource PrimaryColor}"
Expand Down Expand Up @@ -71,7 +71,7 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>

<Entry Placeholder="Search"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, don't do such changes, if you're willing to experiment with the app, do that on your fork.

<Entry Placeholder="Pesquisar"
Text="{Binding SearchText}"
VerticalOptions="Center"
FontFamily="{StaticResource QuickSandBold}"
Expand All @@ -94,11 +94,9 @@
<customControls:ToggleButton HorizontalOptions="Start"
Margin="15,10,15,10"
VerticalOptions="Center"
ToggleOptionTitle="All"
ToggleOptionTitle="Conversas"
Grid.Row="1"
ToggleCommand="{Binding FilterOptionChangedCommand}"
NotToggledOptionTitle="Online (1)" />

ToggleCommand="{Binding FilterOptionChangedCommand}" />

<CollectionView ItemsSource="{Binding Conversations}"
Grid.Row="2"
Expand Down
4 changes: 2 additions & 2 deletions FreeChat/FreeChat/Views/Pages/MessagesPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</OnPlatform>
</StackLayout.Margin>

<customControls:FloatingButton Icon="{StaticResource FontAwesomePhone}"
<customControls:FloatingButton Icon=""
IconColor="{StaticResource AccentColor}"
HasShadow="False"
BackgroundColor="{StaticResource PrimaryColor}"
Expand All @@ -100,7 +100,7 @@
WidthRequest="40"
HeightRequest="40"/>

<customControls:FloatingButton Icon="{StaticResource FontAwesomeVideo}"
<customControls:FloatingButton Icon=""
IconColor="{StaticResource AccentColor}"
HasShadow="False"
CornerRadius="90"
Expand Down
48 changes: 48 additions & 0 deletions FreeChat/FreeChat/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"project_info": {
"project_number": "575892198197",
"firebase_url": "https://chatcosmospro-default-rtdb.firebaseio.com",
"project_id": "chatcosmospro",
"storage_bucket": "chatcosmospro.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:575892198197:android:8d24799589511b0a29727c",
"android_client_info": {
"package_name": "com.companyname.freechat"
}
},
"oauth_client": [
{
"client_id": "575892198197-fcn17v8fppulcpo3rnbjv87la10pmrou.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.companyname.freechat",
"certificate_hash": "0af3cafd3beedf29c2f60fbe09f3ad058ef642a6"
}
},
{
"client_id": "575892198197-rid3n8lr0uapr2766qls7fni8qfqqck7.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAZmY9mAqGUnN6wntM__5U9hqmcMlqCAZI"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "575892198197-rid3n8lr0uapr2766qls7fni8qfqqck7.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}