Skip to content

Commit

Permalink
Release 1.1.0 (#157)
Browse files Browse the repository at this point in the history
* 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
pfedotovsky authored Apr 1, 2018
1 parent 6184ed1 commit 6467cd0
Show file tree
Hide file tree
Showing 358 changed files with 1,238 additions and 6,039 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ ipch/
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

Expand Down Expand Up @@ -192,8 +189,6 @@ _pkginfo.txt

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
Expand Down Expand Up @@ -274,10 +269,6 @@ paket-files/
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config

# Telerik's JustMock configuration file
*.jmconfig

Expand All @@ -286,3 +277,4 @@ __pycache__/
*.btm.cs
*.odx.cs
*.xsd.cs
/DotNetRu.DataStore.Audit/Audit.realm.lock
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Мы используем Git flow, это означает что все Pull Requests должны быть в ветку *develop*.

# Code Style
Мы используем Resharper и StyleCop for Resharper
Все настройки должны примениться автоматически после загрузки проекта.
1 change: 0 additions & 1 deletion Components/ToastIOS-1.6.info

This file was deleted.

Loading

0 comments on commit 6467cd0

Please sign in to comment.