Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Full screen image of the speaker is shown by tap on the speaker page … (#119) Full screen image of the speaker is shown by tap on the speaker page * Add information about target branch (#128) * Update README.md * Add information about gitflow * Net Standard (#130) * Removed obsolete & now deprecated Components * Updating to .NET Standard part I * Updating to .NET standard part II * Updating to .NET Standard part III * Update to .NET standard part 4 * Removed obsolete BCL packages * Temporarily disabling tweets; project now compiles successfully * Fixed getting tweets, now app is fully functional * Removed Obsolete packages, minor improvements * iOS improvements * Removed obsolete UWP solution * Added UWP project * iOS fixes * UWP: removed obsolete files * UWP: more fixes * UWP: now project compiles successfully * UWP: added splash screen * Updated several NuGet packages * Updated ALL packages; UWP fixes * Added comment about CircleTransformation & linker issue * displays twitter account full name in news page, closes #121 (#133) * Meetups list (#135) * meetups list on friends page, closes #58 * Speakers grouping and fast navigation by speakers list (index list - … (#136) * Speakers grouping and fast navigation by speakers list (index list - iOS, fast scroll - Android) were added. * Post-review commit: style changes + ordering by FirstName * Post-review commit: indentation was fixed * Improving app size & startup time (#134) * Removed unneeded icons * Removed obsolete Android 4.4 styles * Removed obsolete files, enabled ProGuard * Futher Android optimizations: getting rid of unused packages & permissions * AppSize: removing obsolete code * Android: removed unneeded Support Library * iOS size improvements * iOS: increased app version * Android: enabled AOT & LLVM to improve start up time * iOS fixed info.plist * iOS: added ARMv7s to support iPhone 5C * Android: enabled native HttpHandler & TLS to improve performance & appsize. Enabled experimental GC * Android: drop x86 support to reduce app size * iOS: fixed issue with iPhone 5, 5c support * iOS: changed ARMv7s to ARMv7 as Apple doesn't support ARMv7s anymore * iOS: project configuration fixes * Create CODE_OF_CONDUCT.md (#138) * Performance improvements (#140) * Enabled XAML compilation for all XAML files * Updated Resharper settings * Android: optimized PNG images * Android: removed unneeded references * Got rid of Newtonsoft.Json reference * Updated DotNetRu.BottomTabbedPage package - now all packages support .NET Standard 2.0 * Release1.0.1 (#143) * Fixed zooming of speaker photo Updated technology used page * Added original version of BottomTabbedPage package * Removed App Analytics from Debug builds * LivePlayer fixes & Language improvements * Added Kazan * Updated Audit * Changed upcoming meetups color * Fixed layout on Friends page * Create CONTRIBUTING.md (#139) * Create CONTRIBUTING.md * Update CONTRIBUTING.md * Fixed twitter feed (#146) * Realm backend (#148) * Removed no longer needed Audit files - will be replaced by single Realm file * Added Realm file * Replaced services to get data from Realm database * Updated NuGet packages * Display speaker basic info * Added fix for netstandard/android. See dotnet/android#1162 (comment) * Display meetups, backend fixes * Fix build in App Center * Display speaker details * Simplified getting talks for speaker by leveraging Realm backlink property * Replaced all manual queries with backlinking * Added friend logos * Now app displays all Audit information based on Realm database * Replaced all entity service with realm service using automapper * Attempt to fix App Center build * Cleaning up, bugfixes * Updated .gitignore * Added missing Realm file, part I * Removed obsolete directories * Attempt to fix Android build in App Center * Attempt to fix App Center build #3 * Attempt to fix iOS build * Cleaning up, increased app version to 1.1.0 * Attempt to fix iOS build #2 * Attempt to fix iOS build #3 * Rolled back to Android SDK 8.0 due to App Center issues * Cleaning up - added TwitterService & LanguageService * Android: rolled back Target Framework to Android 8.0 to fix App Center build * Fixed images on speakers page * Fixed displaying speaker avatars on Meetup page * Fixed displaying Friends logos * Removed small speaker avatar * Fixed displaying of speaker avatar * Fixed credits on about app page * Fix issue with duplicate AutoMapper initialization
- Loading branch information