rebranding
This commit is contained in:
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||||||
If the program does terminal interaction, make it output a short
|
If the program does terminal interaction, make it output a short
|
||||||
notice like this when it starts in an interactive mode:
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
bang_navigator Copyright (C) 2024 Fabian Freund
|
Lensai Copyright (C) 2024 Fabian Freund
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
**Privacy Policy**
|
**Privacy Policy**
|
||||||
|
|
||||||
This privacy policy applies to the BangNavigator: A Kagi Browser app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service. This service is intended for use "AS IS".
|
This privacy policy applies to the Lensai app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service. This service is intended for use "AS IS".
|
||||||
|
|
||||||
**Information Collection and Use**
|
**Information Collection and Use**
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="250" src="https://raw.githubusercontent.com/FaFre/bang_navigator/main/app/assets/icon/icon.png" alt="BangNavigator Logo">
|
<img width="250" src="https://raw.githubusercontent.com/FaFre/bang_navigator/main/app/assets/icon/icon.png" alt="Lensai Logo">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# BangNavigator - A Privacy-Focused Browser for Kagi
|
# Lensai - A Privacy-Focused Browser for Kagi
|
||||||
|
|
||||||
Welcome to the GitHub repository of BangNavigator, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, BangNavigator offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.
|
Welcome to the GitHub repository of Lensai, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, Lensai offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
BangNavigator is packed with a variety of features aimed at improving usability and maintaining privacy:
|
Lensai is packed with a variety of features aimed at improving usability and maintaining privacy:
|
||||||
|
|
||||||
- **Privacy by Default**: Incognito mode is enabled by default to keep your searches and browsing history private.
|
- **Privacy by Default**: Incognito mode is enabled by default to keep your searches and browsing history private.
|
||||||
- **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
|
- **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
|
||||||
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant.
|
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into Lensai without the need to copy and paste, for direct use with summarizer/assistant.
|
||||||
- **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer.
|
- **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer.
|
||||||
- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites.
|
- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites.
|
||||||
- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes home screen widgets in three different sizes for quick actions, enhancing productivity.
|
- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes home screen widgets in three different sizes for quick actions, enhancing productivity.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
**Terms & Conditions**
|
**Terms & Conditions**
|
||||||
|
|
||||||
These terms and conditions applies to the BangNavigator: A Kagi Browser app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service.
|
These terms and conditions applies to the Lensai app (hereby referred to as "Application") for mobile devices that was created by Fabian Freund (hereby referred to as "Service Provider") as an Open Source service.
|
||||||
|
|
||||||
Upon downloading or utilizing the Application, you are automatically agreeing to the following terms. It is strongly advised that you thoroughly read and understand these terms prior to using the Application. Unauthorized copying, modification of the Application, any part of the Application, or our trademarks is strictly prohibited. Any attempts to extract the source code of the Application, translate the Application into other languages, or create derivative versions are not permitted. All trademarks, copyrights, database rights, and other intellectual property rights related to the Application remain the property of the Service Provider.
|
Upon downloading or utilizing the Application, you are automatically agreeing to the following terms. It is strongly advised that you thoroughly read and understand these terms prior to using the Application. Unauthorized copying, modification of the Application, any part of the Application, or our trademarks is strictly prohibited. Any attempts to extract the source code of the Application, translate the Application into other languages, or create derivative versions are not permitted. All trademarks, copyrights, database rights, and other intellectual property rights related to the Application remain the property of the Service Provider.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<application
|
<application
|
||||||
android:label="BangNavigator"
|
android:label="Lensai"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/launcher_icon"
|
android:icon="@mipmap/launcher_icon"
|
||||||
android:usesCleartextTraffic="true">
|
android:usesCleartextTraffic="true">
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
style="@style/Widget.BangNavigatorWidget.AppWidget.Container"
|
style="@style/Widget.LensaiWidget.AppWidget.Container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:padding="16dp"
|
android:padding="16dp"
|
||||||
android:theme="@style/Theme.BangNavigatorWidget.AppWidgetContainer"
|
android:theme="@style/Theme.LensaiWidget.AppWidgetContainer"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
style="@style/Widget.BangNavigatorWidget.AppWidget.Container"
|
style="@style/Widget.LensaiWidget.AppWidget.Container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="16dp"
|
android:padding="16dp"
|
||||||
android:theme="@style/Theme.BangNavigatorWidget.AppWidgetContainer">
|
android:theme="@style/Theme.LensaiWidget.AppWidgetContainer">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/search_button"
|
android:id="@+id/search_button"
|
||||||
|
|||||||
@@ -16,12 +16,12 @@
|
|||||||
<item name="android:windowBackground">?android:colorBackground</item>
|
<item name="android:windowBackground">?android:colorBackground</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Widget.BangNavigatorWidget.AppWidget.Container" parent="android:Widget">
|
<style name="Widget.LensaiWidget.AppWidget.Container" parent="android:Widget">
|
||||||
<item name="android:id">@android:id/background</item>
|
<item name="android:id">@android:id/background</item>
|
||||||
<item name="android:background">?android:attr/colorBackground</item>
|
<item name="android:background">?android:attr/colorBackground</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Widget.BangNavigatorWidget.AppWidget.InnerView" parent="android:Widget">
|
<style name="Widget.LensaiWidget.AppWidget.InnerView" parent="android:Widget">
|
||||||
<item name="android:background">?android:attr/colorBackground</item>
|
<item name="android:background">?android:attr/colorBackground</item>
|
||||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- Base application theme. -->
|
<!-- Base application theme. -->
|
||||||
<style name="Theme.BangNavigatorWidget" parent="@style/Theme.Material3.DayNight.NoActionBar">
|
<style name="Theme.LensaiWidget" parent="@style/Theme.Material3.DayNight.NoActionBar">
|
||||||
<!-- Primary brand color. -->
|
<!-- Primary brand color. -->
|
||||||
<item name="colorPrimary">@color/purple_500</item>
|
<item name="colorPrimary">@color/purple_500</item>
|
||||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<!-- Customize your theme here. -->
|
<!-- Customize your theme here. -->
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Theme.BangNavigatorWidget.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault">
|
<style name="Theme.LensaiWidget.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault">
|
||||||
<!-- Radius of the outer bound of widgets to make the rounded corners -->
|
<!-- Radius of the outer bound of widgets to make the rounded corners -->
|
||||||
<item name="appWidgetRadius">16dp</item>
|
<item name="appWidgetRadius">16dp</item>
|
||||||
<!--
|
<!--
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<item name="appWidgetInnerRadius">8dp</item>
|
<item name="appWidgetInnerRadius">8dp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Theme.BangNavigatorWidget.AppWidgetContainer" parent="Theme.BangNavigatorWidget.AppWidgetContainerParent">
|
<style name="Theme.LensaiWidget.AppWidgetContainer" parent="Theme.LensaiWidget.AppWidgetContainerParent">
|
||||||
<!-- Apply padding to avoid the content of the widget colliding with the rounded corners -->
|
<!-- Apply padding to avoid the content of the widget colliding with the rounded corners -->
|
||||||
<item name="appWidgetPadding">16dp</item>
|
<item name="appWidgetPadding">16dp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
Welcome to BangNavigator, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. BangNavigator offers a seamless and intuitive interface, integrating the powerful tools of Kagi Search Engine.
|
Welcome to Lensai, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Lensai offers a seamless and intuitive interface, integrating the powerful tools of Kagi Search Engine.
|
||||||
|
|
||||||
BangNavigator is packed with a variety of features aimed at improving usability and maintaining privacy:
|
Lensai is packed with a variety of features aimed at improving usability and maintaining privacy:
|
||||||
|
|
||||||
- **Privacy by Default**: Incognito mode is enabled by default to keep your searches and browsing history private.
|
- **Privacy by Default**: Incognito mode is enabled by default to keep your searches and browsing history private.
|
||||||
- **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
|
- **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
|
||||||
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant.
|
- **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into Lensai without the need to copy and paste, for direct use with summarizer/assistant.
|
||||||
- **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer.
|
- **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer.
|
||||||
- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites.
|
- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites.
|
||||||
- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes home screen widgets in three different sizes for quick actions, enhancing productivity.
|
- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes home screen widgets in three different sizes for quick actions, enhancing productivity.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class LandingContent extends HookConsumerWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'BangNavigator',
|
'Lensai',
|
||||||
style: textTheme.titleLarge?.copyWith(fontWeight: FontWeight.bold),
|
style: textTheme.titleLarge?.copyWith(fontWeight: FontWeight.bold),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
BangNavigator - A Privacy-Focused Browser for Kagi
|
Lensai - A Privacy-Focused Browser for Kagi
|
||||||
|
|
||||||
Welcome to BangNavigator, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, BangNavigator offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.
|
Welcome to Lensai, a privacy-centric search and research browser designed to enhance your mobile search experience while ensuring your personal data and identity remains secure during research. Built with Flutter, Lensai offers a seamless and intuitive interface across both Android and iOS devices, integrating the powerful tools of Kagi Search Engine.
|
||||||
|
|
||||||
BangNavigator is packed with a variety of features aimed at improving usability and maintaining privacy:
|
Lensai is packed with a variety of features aimed at improving usability and maintaining privacy:
|
||||||
|
|
||||||
- Cross-Platform Support: Developed using Flutter, ensuring a consistent and smooth experience on both Android and iOS.
|
- Cross-Platform Support: Developed using Flutter, ensuring a consistent and smooth experience on both Android and iOS.
|
||||||
-Native Browser Engine: Utilizes the native browser engine of the device for optimal performance and compatibility.
|
-Native Browser Engine: Utilizes the native browser engine of the device for optimal performance and compatibility.
|
||||||
- Privacy by Default: Incognito mode is enabled by default to keep your searches and browsing history private.
|
- Privacy by Default: Incognito mode is enabled by default to keep your searches and browsing history private.
|
||||||
- Full Browser Functionality: Includes all the essential features of a basic browser to browse the web efficiently.
|
- Full Browser Functionality: Includes all the essential features of a basic browser to browse the web efficiently.
|
||||||
- Kagi Integration: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
|
- Kagi Integration: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface.
|
||||||
- Easy Sharing: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant.
|
- Easy Sharing: Share URLs or text from any app directly into Lensai without the need to copy and paste, for direct use with summarizer/assistant.
|
||||||
- Quick Summarization: Long press any link on a website to get a summary via Kagi's summarizer.
|
- Quick Summarization: Long press any link on a website to get a summary via Kagi's summarizer.
|
||||||
- Enhanced Text Interaction: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools.
|
- Enhanced Text Interaction: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools.
|
||||||
- Home Widget: Includes a home screen widget for quick actions, enhancing productivity.
|
- Home Widget: Includes a home screen widget for quick actions, enhancing productivity.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BangNavigator: A Kagi Browser
|
Lensai: A Kagi Browser
|
||||||
Reference in New Issue
Block a user