-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added TWaitFrame with Contents-aligned transparent layer and remodell…
…ed TAboutFrame similarly (plus made it small in height to fit in smaller landscape mobile screens)
- Loading branch information
birbilis@zoomicon.com
authored and
birbilis@zoomicon.com
committed
Jun 1, 2022
1 parent
344e981
commit fbbfe92
Showing
15 changed files
with
396 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,6 @@ modules/ | |
|
||
**Debug/ | ||
**Release/ | ||
|
||
*.app | ||
*.app.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
unit READCOM.App.Messages; | ||
|
||
interface | ||
|
||
resourcestring | ||
URL_HELP = 'https://github.com/Zoomicon/READCOM_App/wiki'; | ||
URL_READCOM = 'https://www.read-com-eu.uma.es'; | ||
STR_APP_TITLE = 'READ-COM: Reading Communities'; | ||
STR_COMPATIBILITY_MODE = '[Compatibility mode]'; | ||
ERR_DOWNLOAD = 'Download failed (%s)'; | ||
|
||
implementation | ||
|
||
end. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.