Said Tahsin Dane
Said Tahsin Dane
With this PR #713 , we are not running UI tests on Firebase Test Lab bi-nightly. And also when there is a change on develop. It's mostly green but `EventActivityTest.clickOnTitleOpensEventUrl(EventActivityTest.java:60)`...
The GDG application can have App Shortcuts for Nougat 7.1 users. Possible static shortcuts can be `GDEs`, `GDG Pulse` We can also have dynamic shortcuts. It can be - The...
We have timezone problems. In event lists, (e.g TaggedEventSeries and GdgEventList) we show times in user's timezone. When we go into the event detail, we show the time in the...
Firebase finally allows dynamic long urls to be shorten via a REST api. Unfortunately this is not available in the SDK yet. But it is not hard to do. Hopefully...
Last year Google rebranded and slightly changes GDG logo and chapter logos. Now chapters mostly use Google Product Sans. It is not generally ok to use that font for everything...
Firebase App Invite and Dynamic LInks related tasks are handled in #637 and #668 The shared event links can also be integrated with Dynamic Links. When the link is clicked...
I don't know how to send event notifications from Firebase because we don't have the event data there yet. Once we have the data, we can create topics for every...
More info: https://developer.android.com/preview/features/runtime-permissions.html We need to check if the permission is given in all requests.
A quick improvement for the long list of chapter in the MainActivity would be to keep a history of chapters that are manually selected before. This was suggested by @rciovati...