organicmaps/coding
Roman Tsisyk 51b3fc992e [android][ios] Add "Details on ..." button to hotels
Add an experimental referral link "Details on KAYAK" to hotels on the map.
KAYAK is a metasearch engine that aggregates hundreds of travel sites
at once to find the best deals on the hotel bookings. The website provides
detailed property listings with photos, reviews, and information on
amenities and prices.

As always, Organic Maps doesn’t collect or share any information about
you and/or your device with KAYAK and/or its partners. As KAYAK is
a traditional website, be aware that they may have tracking on their
website like all travel websites.

All hotel bookings via KAYAK using links from the app will generate
a tiny commission to help fund the development of the project. Thanks for
your support of the project!

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-17 11:25:02 +02:00
..
coding_tests string_view MemReader 2023-08-26 20:31:37 +02:00
internal Faster XML parsing 2023-07-04 18:17:31 +02:00
base64.cpp
base64.hpp
bit_streams.hpp Minor code fixes. Thanks to PVS-Studio analyzer. 2022-09-01 06:53:05 +03:00
buffer_reader.hpp
buffered_file_writer.cpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
buffered_file_writer.hpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
bwt.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
bwt.hpp
bwt_coder.hpp [coding] Avoid intermediate string when reading Metadata. 2022-02-13 20:36:53 +03:00
byte_stream.hpp [coding][index] Replace char with uint8_t in ArrayByteSource/PushBackByteSink/VarRecordReader/FeatureType/FeaturesVector. 2020-03-27 01:08:11 +03:00
CMakeLists.txt [3party] Separate cppjansson from 3party jansson 2023-01-03 23:12:24 +01:00
compressed_bit_vector.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
compressed_bit_vector.hpp
constants.hpp
csv_reader.cpp [generator] Print informative log instead of regular crash. 2021-02-20 16:19:47 +03:00
csv_reader.hpp Fixed some std deprecated warnings. 2022-03-16 23:46:07 +03:00
dd_vector.hpp Minor code fixes. Thanks to PVS-Studio analyzer. 2022-09-01 06:53:05 +03:00
diff.hpp
elias_coder.hpp
endianness.hpp Warning fixes 2021-12-06 18:02:29 +01:00
file_reader.cpp [core] Add generator-related comments 2023-09-25 14:41:52 -03:00
file_reader.hpp
file_sort.hpp
file_writer.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
file_writer.hpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
files_container.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
files_container.hpp Several fixes per the PVS-Studio report. 2020-04-30 21:11:43 +03:00
fixed_bits_ddvector.hpp
geometry_coding.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
geometry_coding.hpp Added some assertions. 2022-09-27 15:06:23 +02:00
hex.cpp
hex.hpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
huffman.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
huffman.hpp
map_uint32_to_val.hpp Use fully qualified std::move at least in header files to avoid warnings. 2023-04-18 11:32:46 -03:00
memory_region.hpp
mmap_reader.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
mmap_reader.hpp Review fixes 2021-03-01 11:01:13 +03:00
move_to_front.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
move_to_front.hpp Sort headers. 2020-03-13 16:36:31 +03:00
parse_xml.hpp Changed log level to prevent crashes in KML parser 2023-10-03 00:39:32 +02:00
point_coding.cpp [coding] Prettify uint32 <-> double coordinates conversion. 2022-11-13 14:01:29 +01:00
point_coding.hpp Better CityBoundary encoding. 2022-12-06 16:04:30 +03:00
read_write_utils.hpp
reader.cpp Minor code prettify. 2023-02-17 14:09:09 -03:00
reader.hpp string_view MemReader 2023-08-26 20:31:37 +02:00
reader_cache.hpp [base] Added StatsCollector. 2022-02-13 20:36:53 +03:00
reader_streambuf.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
reader_streambuf.hpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
reader_wrapper.hpp
reader_writer_ops.cpp
reader_writer_ops.hpp
serdes_binary_header.hpp
serdes_json.hpp [base] Make simple ReadFile function without FileReader overhead (inner caches). 2023-01-30 16:55:41 -03:00
sha1.cpp
sha1.hpp Explicitly include cstdint when using uint8_t 2023-03-28 07:28:34 -03:00
simple_dense_coding.cpp [coding] Added some EF coding tests. 2022-07-20 11:05:10 +02:00
simple_dense_coding.hpp
sparse_vector.hpp [routing] Memory optimized SparseVector for CrossMwmConnector::m_weights. 2022-05-10 13:44:57 +03:00
streams.hpp
streams_common.hpp
streams_sink.hpp
string_utf8_multilang.cpp Use "Name in local language" instead of "Native for each country" 2023-11-16 11:51:01 +01:00
string_utf8_multilang.hpp Review fixes 2023-05-15 09:18:36 +02:00
succinct_mapper.hpp [core] Warning fixes 2023-05-18 11:49:28 -03:00
tesselator_decl.hpp
text_storage.hpp [coding] Avoid temporary buffer in MapUint32ToValue. 2022-04-17 15:07:00 +03:00
traffic.cpp
traffic.hpp
transliteration.cpp string_view for faster languages and KML processing 2023-05-15 09:18:36 +02:00
transliteration.hpp string_view for faster languages and KML processing 2023-05-15 09:18:36 +02:00
url.cpp [android][ios] Add "Details on ..." button to hotels 2023-11-17 11:25:02 +02:00
url.hpp [android][ios] Add "Details on ..." button to hotels 2023-11-17 11:25:02 +02:00
value_opt_string.hpp Fixed StringNumericOptimal equal check. 2021-10-05 09:23:59 +02:00
var_record_reader.hpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
var_serial_vector.hpp
varint.hpp [classif] Add detailed railway-rail-* types 2023-06-27 18:55:13 -03:00
write_to_sink.hpp
writer.hpp Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
zip_creator.cpp Accept strings by value instead of explicit copy. 2022-08-28 18:01:55 +03:00
zip_creator.hpp
zip_reader.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
zip_reader.hpp
zlib.cpp
zlib.hpp Several fixes per the PVS-Studio report. 2020-04-30 21:11:43 +03:00