Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/criticalmaps/criticalmaps-ios

Critical Maps iOS App 🚲✊
https://github.com/criticalmaps/criticalmaps-ios

Fixed tests build Error with Xcode 11.4

bd71832a61eeb289bff1d042408c2fd0ac4e9e54 authored almost 5 years ago
converted all targets to testplan

963f385b997c27eec1b70e9eac442efe92b551e4 authored almost 5 years ago
renamed testplan

823c8eddc48a8b0929abad9c0bbd2bacde1aab1a authored almost 5 years ago
Merge pull request #253 from mltbnz/next-ride-event-info

Next ride event info

11e76a35ac89a79a223d8dc949d3bd39451b344f authored almost 5 years ago
👌 Updating code due to code review changes

* update property to camelCase
* remove self
* transform humanReadable to computed properties

04f4dba1c75eb1842a4cca2496948013f719228c authored almost 5 years ago
update snapshots

cc1ba745ca4c69936aded1851149f18fc57a6136 authored almost 5 years ago
Converted testing to xctestplan

6e585dc9a7b182bab65e0bfbeca806549747f42e authored almost 5 years ago
update close button size to 44x44

4c4698294d6b2e5f1c571783e2fa038e9647a380 authored almost 5 years ago
Merge branch 'next-ride-event-info' of github.com:mltbnz/criticalmaps-ios into next-ride-event-info

5f770f4a3aaddec7dbf4fa83af0714d2aa75fb1a authored almost 5 years ago
👌 Updating code due to code review changes

* fix failing tests
* add CMAnnotationControllerTests

fec4356838f51970366a17211c5539ca14b50df8 authored almost 5 years ago
Update UserDefaults+Additions.swift

f92356cbbe6e6cb439b3ccaecf63e51c1b305607 authored almost 5 years ago
add String Additions tests

e50c6ceab0492325176d9f7a7974a039d98852b9 authored almost 5 years ago
move extension to separate file

26c9f75b319023b926a752c921fcf03c2858b5bc authored almost 5 years ago
👌 Updating code due to code review changes

Updating periodic ride check to use timer approach

1ca9b937a9b8ba30c935ec8f159fbdb7c3d52e9f authored almost 5 years ago
Update MapInfoViewController

* remove not working defer block...
* add local block to avoid code duplication

967c15c9342decc35cabbce8375a1ee8ef0e29e4 authored almost 5 years ago
does not call dismiss first

f7c898fedd01eef6c2f7f9ba4cc8de0996ffbd59 authored almost 5 years ago
update CHANGELOG.md

add info view to ADDED

eaf910dcb968e0e123368c70819593f7dc43fe1c authored almost 5 years ago
format

2ed5ef8fccdafcbe492525502bf391158cf0c3b0 authored almost 5 years ago
Update MapViewController

* fetch next ride event when first locsation was received
* move present info view logic to sepa...

bd607d671d31030f0909d67af8cd0189ad7333e5 authored almost 5 years ago
Add RideChecker

* checks if a ride is outdated

211c6d080aa69e602c8730a0cb4fe703d13e8e90 authored almost 5 years ago
Update BikeAnnotationController

* add convenience initializer

d1a6580029b766a18de67df9780e034ee69a3bbc authored almost 5 years ago
update AnnotationController

1b4bbace4f9f327edc9982a5bed2950dea7405ed authored almost 5 years ago
Update Ride

* add computed properties to display

7c69c9843ea395e37cf54a7e28756c3a32f10df6 authored almost 5 years ago
inject apihandler

620548510717a32e6979557a556d19adf80f87ff authored almost 5 years ago
Add CMAnnotationController tests

12bc5bd3c625e5ed4461b00d3728d4d45e349b73 authored almost 5 years ago
Add CM AnnotationController

* adds CM annotation to the map
* checks with every `.positionChanged` notification if the ride ...

6d430a4b73a5dc4794b6713919413c0fe1b04f30 authored almost 5 years ago
update project

141deff592e0a23a2e1b8fe79f01ae95398b301c authored almost 5 years ago
Add RideCheckerTests

96c04ce92fc39954704b8506cc8b0210af6d5088 authored almost 5 years ago
Add CMAnnotationView

abc5608d6f3444186ecdc45c233536ba8a92f58f authored almost 5 years ago
Add CriticalMassAnnotation

f69a38542096e0e14da9e232a3fb03f8a9b1a554 authored almost 5 years ago
update snapshots

94e29c4306e2ff69b3d7ced5e6369709c29b3e1c authored almost 5 years ago
Add CoordinateObfuscator

Purpose of this object is to hide the real position of the user from the backend but still get u...

9e15710dd8b2e1b9a5a5d0eb66e0f36453fe293d authored almost 5 years ago
Add DateFormatter extension

* adds short date and short time static props

e02e8d3cfc71c35b2fc6092c017f43a8e00cd50f authored almost 5 years ago
Add NextRideManager

* fetch next ride events from BE
* sort events by datetime
* filter events that are too far away

a3918818ccdc638e175fef0527362e3406627036 authored almost 5 years ago
update Date extension

* add humand readable time and date

48a3f73428659f4c3af9884cfcb607516e1c22be authored almost 5 years ago
add safeTopAnchor property to uiview extension

742dc32c29098288c1239ed89f4fa08052adefc7 authored almost 5 years ago
update APIHandler

ddcdfa85bde158cce96cc538414ac77f7e117931 authored almost 5 years ago
add ride event image assets

96b61193315bbcf1b23392d3ce6bee17dc666761 authored almost 5 years ago
Add CLLocationCoordinate2D extension and make it equatable

4e485962769ccc78adf02d97ff2bc49bcbddc6ff authored almost 5 years ago
Add NextRideManagerTests

acbcdc6a290b1c17b696e7983f6567de4bea46c7 authored almost 5 years ago
make reuseidentifier be usable on all the views

363dfee2e63ee1d899dd92dc340c8bfb3fcdc87e authored almost 5 years ago
add sorted extension to sequence

d1cfa54b7f28ba2311816554edd91c47d2c1e526 authored almost 5 years ago
Update MapInfoView

* add close button
* add tap gesture to view

5218a571037527fcad2b1a80115aeb2aba13120d authored almost 5 years ago
Add PassthroughView

Forwards touches

928b0b368a527aa8b06cfdd7430e1bd7cc519d8c authored almost 5 years ago
Add TimeTravelerTests

190f92fd6ed4554f2fa86b623ad201a3ac9eda58 authored almost 5 years ago
Add TimeTraveler

Main purpose for this class is that is enables others classes to be tested

0aa2ae9f096f0587afa045a885a2d13d50c1b73c authored almost 5 years ago
Add MapInfoViewController

* present and dismiss mapInfo views

**TODO:** Add info view queue to display errors and other v...

21a1fb577f16ddbacf4c918db3d86fd984713e50 authored almost 5 years ago
add nextRideRadius to userDefaults

cfb03ea4c12fd4b666973bbecce4c05044549665 authored almost 5 years ago
move request to group

6ec08e9210078a35337dd9651a7d6583b8533f0e authored almost 5 years ago
Merge pull request #250 from mltbnz/update-PR-template

update pull_request_template.md

c562ff6f74097d31179cf997750f44bc914d40ce authored almost 5 years ago
👌 Updating code due to code review changes

remove TODO section

9341b9376715990776189534886843524da8198a authored almost 5 years ago
Merge pull request #251 from criticalmaps/clean-up

Move Extensions to correct folder

30e33fb7fac5606b93483dcb21bd70fc560ce1dd authored almost 5 years ago
Fix SPM Build

a0afcc780ad2be3112e68f290ff6e6bd7750416a authored almost 5 years ago
Fix Typo and format code

af3bd34983303b58f8169749e827e646f6952db7 authored almost 5 years ago
Use default arguments of initializer

d08d5cabe240b60afdfc0aefbeedd9152e6f4d80 authored almost 5 years ago
Move Extension to correct Folder

516953e181beeb4c7de7e52780da70b5ece78f35 authored almost 5 years ago
Merge pull request #248 from criticalmaps/175-action-indicator-ui

Fix Dark Mode Color Behaviour

2e40cd2fbac1c48c9e6cf3a52a1d47b867f32601 authored almost 5 years ago
add snapshot tests check

822f150310c5f5df693d83b5c4ac1267938ff99c authored almost 5 years ago
Add Unreleased section in CHANGELOG and move entry

c6e49c3102f1e439a0c857933c32228a1d66623b authored almost 5 years ago
Merge branch 'master' into 175-action-indicator-ui

2952d01607b1c304fae4919f39c0d390826f8266 authored almost 5 years ago
Update Changelog entry

b6f4a34d6d7ab2761505a0a69fd3e43449fab3ac authored almost 5 years ago
Remove implicitly unwrapped optional for ThemeController

ThemeController is initialized within the init, so it doesn't need the "!".
I think this was a c...

4adbee098021297c3211a3b289af837fca22a2fa authored almost 5 years ago
v3.8.0

8aa0ad687f0160645f757e8db53b539cfd2f3535 authored almost 5 years ago
update pull_request_template.md

51e4df55cfe3fd14e373287934328e3e123d2da8 authored almost 5 years ago
Add Precision as Argument for assertViewSnapshot

5f232b31df44dc0994091264adc5b7d55d9bed09 authored almost 5 years ago
Test if Snapshots succeed on CI with 99% Precision

4fab111da2ee407e12d989cb94a82ad04050f404 authored almost 5 years ago
Merge branch 'master' into 175-action-indicator-ui

# Conflicts:
# CriticalMaps.xcodeproj/project.pbxproj

437740771659746b69bbfcff4f38b3d8fe9d9096 authored almost 5 years ago
Merge pull request #249 from criticalmaps/create-pull-request/patch

Update dependencies

f70e2e739b68b00c22b8bb21187888cefb77ea1e authored almost 5 years ago
Merge pull request #247 from lennet/FixedIdentifiableAnnotation

Fixed delay for displaying Annotations on Map

7b738339ec1a5d9b8da1b8058012eaa292a5b689 authored almost 5 years ago
Update dependencies

f647d4c22518d3632f2476f3e29a16f35e8274c7 authored almost 5 years ago
Move Mock Classes into separate Files in CriticalMapsMocksForTests Directory

970dd6091b78b896c75dd99aeeb25e4559f21463 authored almost 5 years ago
Revert "Remove specific size for Snapshot"

This reverts commit 2bbe909969edf246c29c1903f6b738f5151fbef2.

a9075c6f121330c1478e842be11a3a76b9bfc6ef authored almost 5 years ago
Remove specific size for Snapshot

2bbe909969edf246c29c1903f6b738f5151fbef2 authored almost 5 years ago
Set SeparatorView Class to fix Color in Footer Separator

93481d43f563e6167bca95d64696118686d8b348 authored almost 5 years ago
Fix SettingsSwitchTableViewCell Constraints

8e23a319795742c36a71e66cab1a57689fa9107a authored almost 5 years ago
Add Changelog entry

d718fbd6b208821dce5681156089e5ad5ff141ab authored almost 5 years ago
Fix Color for Action Indicator on Dark Mode

This was not optimal in RulesViewController and SettingsViewController.
This fixes #175.

c9cc329e1b6b31c95729dc0c62b12b1d2514ded6 authored almost 5 years ago
Merge pull request #246 from mltbnz/update-fileheader-comment

update fileheader comment & remove PL class prefix

9b6ca37497345f79f2865f8efa1f7537211b4ed5 authored almost 5 years ago
Added changelog

2b08e875d610c62196f3d713abf572ce1d0554c4 authored almost 5 years ago
Fixed assigning Coordinate on init

cb1d60e4fbd67a7de260ce35f2f856ce24eea0c3 authored almost 5 years ago
Merge pull request #243 from lennet/CI-Cache

Added Dependency Caching on CI

f4bf229755135cd6353a425b7f24745d5db361ff authored almost 5 years ago
remove Class Prefix

4688c0a272bb8bc7db92469e699b36485b1b153f authored almost 5 years ago
update FILEHEADER

b7f5ad199abab88995f1bc338f9ea5b955ea0fef authored almost 5 years ago
patch gitignore

1778b32a0be3c9ac5ccd1c863bea2eeade33a5a4 authored almost 5 years ago
Merge pull request #244 from criticalmaps/create-pull-request/patch

Update dependencies

c426f5f2950630dfefe30ee696e73c683188e9ee authored almost 5 years ago
Update dependencies

c5abea1889161be9eba3e198d01ec8ec935d2ff1 authored almost 5 years ago
rename extension and update static properties (#240)

* rename extension and update static properties

* update static properties in test target

793a6b9f971cd1b006945018b89879160a4bfeac authored almost 5 years ago
removed resolve dependency workaround

da48b099a153e91cb5cdc93428b62a8d330f5786 authored almost 5 years ago
Added caching to update_dependencies

12216de7340aba485560c7cfdf4e7d5e1d9b36e2 authored almost 5 years ago
Added Dependency Caching on CI

eb33673c8f3ea67e17f0c247f8cfe656ddc3dce0 authored almost 5 years ago
Merge pull request #241 from mltbnz/update-bikeannotationview

Update BikeAnnotationView appearance

36613bd0bcdcfb2c7cad59b1d847f89a810a4929 authored almost 5 years ago
update colors

fix colors

d1a8386abcb1a2eda96832f272b5b2eb71fdf550 authored almost 5 years ago
set shapelayer to render bikeannotation

use lazy var

makes the init block easier to read

d6fb5a64beaf81ba9230181162b55732fe99bc9e authored almost 5 years ago
update CHANGELOG

e75e62a23b0423f2d154b1b3a147cb5cf7ca4d54 authored almost 5 years ago
remove bike asset

0d36f99823347bb98a9c7d1bbb5f943e0eff3fd4 authored almost 5 years ago
fix entitlements (#239)

c67aad08dfe4f7000fc57b4f709105123345171c authored almost 5 years ago
Merge pull request #238 from criticalmaps/create-pull-request/patch

Update dependencies

19b6bf4a29cc581e02b9897dfac7e0217dffb9ff authored almost 5 years ago
Update dependencies

57829dc5469f810896ca69d834d89b4b96acc26a authored almost 5 years ago
Merge pull request #235 from lennet/license-plist-path

Improved license-plist config on CI

b1573e8111d2a50ea807a5ec4488b65379d799bf authored almost 5 years ago
Merge pull request #237 from lennet/twitter-request

Fixed TwitterRequest

03e900a0a2f888b1f88592c9324dd58530c1eb27 authored almost 5 years ago