Skip to content

Commit

Permalink
Realm backend (#148)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pfedotovsky authored Mar 14, 2018
1 parent b42be52 commit 74e4cc1
Show file tree
Hide file tree
Showing 352 changed files with 1,195 additions and 6,018 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
1 change: 0 additions & 1 deletion Components/ToastIOS-1.6.info

This file was deleted.

314 changes: 0 additions & 314 deletions Components/ToastIOS-1.6.png

This file was deleted.

1 change: 0 additions & 1 deletion Components/googleiosappindexing-2.0.3.0.info

This file was deleted.

Loading

0 comments on commit 74e4cc1

Please sign in to comment.